Closed hyperparameters closed 4 years ago
It seems that the problem is caused by the cuda version combined with your pytorch is not consistent with your nvcc version? I suggest you to check that first.
thanx for your reply
i was using pytorch==1.5
that caused the problem
works fine with pytorch==1.3.1 torchvision==0.4.2
thanx for your reply i was using
pytorch==1.5
that caused the problemworks fine with
pytorch==1.3.1 torchvision==0.4.2
Have you succeeded in reproducing? Is your version of Python 3.6? thanks!
thanx for your reply i was using
pytorch==1.5
that caused the problem works fine withpytorch==1.3.1 torchvision==0.4.2
Have you succeeded in reproducing? Is your version of Python 3.6? thanks!
Have you figured it out? If yes, could u please respond to this chat.
I followed install.md when running command
python setup.py build develop
nvcc --version
gcc -version
some of the output that state failed warnings
last part of the terminal output the complete output is too big.. if you would need i'll post it