apex安装方法

安装apex步骤如下:

sudo apt install git
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cpp_ext --cuda_ext (如果此条命令运行不通的话,使用 pip3 install -v --no-cache-dir ./ 和 pip install -v --no-cache-dir ./)

参考链接:     https://zhuanlan.zhihu.com/p/360412833          https://github.com/NVIDIA/apex/issues/156   https://blog.csdn.net/dlhlSC/article/details/93620211

posted @ 2021-11-25 15:52  楚千羽  阅读(718)  评论(0)    收藏  举报