赞
踩
pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111
conda install cudatoolkit=11.1
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
pip install -e .
或者
python3 setup.py install
注意事项
cmdclass={'build_ext': BuildExtension}
改成
cmdclass={'build_ext': BuildExtension.with_options(use_ninja=False)}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。