08 2021 档案
摘要:
安装NumCPP库 NumCpp库是一个只包含头文件的类似于Numpy的C++库,API都很相似,参考:https://github.com/dpilger26/NumCpp 开发手册:https://dpilger26.github.io/NumCpp/doxygen/html/index.htm
阅读全文

摘要:模型参数和参数量计算 thop库 THOP: PyTorch-OpCounter How to install pip install thop (now continously intergrated on Github actions) OR pip install --upgrade git+
阅读全文
摘要:
编译安装ninja ninja需要依赖于re2c,否则编译是会报错,re2c是一款语法分析器, 编译安装依赖re2c 下载link: https://github.com/skvadrik/re2c/releases/ 编译: tar -xvf re2c-2.2.tar.gz cd re2c-2.2
阅读全文
