1、官方安装方法
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cuda_ext --cpp_ext
2、github上找到的方法(此方法成功了)
git clone https://github.com/NVIDIA/apex
cd apex
python3 setup.py install
1、官方安装方法
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cuda_ext --cpp_ext
2、github上找到的方法(此方法成功了)
git clone https://github.com/NVIDIA/apex
cd apex
python3 setup.py install