You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 got
I have installed CUDA10.1, ran commond:
which nvcc
and I got
/usr/local/cuda-10.1/bin/nvcc
The text was updated successfully, but these errors were encountered: