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
Hi
since im running code on cpu windows 10 and disabled cuda()
but still getting cuda error. here is the trace, please help me to resolve.
Traceback (most recent call last):
File "examples/triplet_loss.py", line 220, in
main(parser.parse_args())
File "examples/triplet_loss.py", line 144, in main
trainer.train(epoch, train_loader, optimizer)
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\open_reid-0.2.0-py3.6.egg\reid\trainers.py", line 30, in train
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\open_reid-0.2.0-py3.6.egg\reid\trainers.py", line 66, in parse_data
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\torch\cuda_init.py", line 161, in _lazy_init check_driver()
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\torch\cuda_init.py", line 75, in _check_driver
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
The text was updated successfully, but these errors were encountered:
Hi
since im running code on cpu windows 10 and disabled cuda()
but still getting cuda error. here is the trace, please help me to resolve.
Traceback (most recent call last):
File "examples/triplet_loss.py", line 220, in
main(parser.parse_args())
File "examples/triplet_loss.py", line 144, in main
trainer.train(epoch, train_loader, optimizer)
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\open_reid-0.2.0-py3.6.egg\reid\trainers.py", line 30, in train
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\open_reid-0.2.0-py3.6.egg\reid\trainers.py", line 66, in parse_data
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\torch\cuda_init.py", line 161, in _lazy_init
check_driver()
File "C:\Users\MAHE\anaconda3\envs\open\lib\site-packages\torch\cuda_init.py", line 75, in _check_driver
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
The text was updated successfully, but these errors were encountered: