Open JuntingLee opened 2 years ago
I am not sure if NVIDIA Apex has any updates recently.
One suggestion is to skip apex installation. For some reasons, we observed mix-precision training is somehow slow. We think probably there are issues when running PyTorch1.4 with Apex.
Hey, you need to go to previous version of apex to install because of changes in PyTorch as given here :
https://issueexplorer.com/issue/NVIDIA/apex/1200
git checkout f3a960f80244cf9e80558ab30f7f7e8cbf03c0a0
I ran the commond:
python setup.py install --cuda_ext --cpp_ext
and gotI have installed CUDA10.1, ran commond:
which nvcc
and I got/usr/local/cuda-10.1/bin/nvcc