Hi, Im trying to run main.py for the animal dataset.. However im unable to do getting below mentioned error. Kindly assist thanks.
File "main.py", line 92, in
model = Seq2seq(encoder, decoder).to(device)
File "C:\Users\Anaconda3\lib\site-packages\torch\cuda__init__.py", line 210, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
Hi, Im trying to run main.py for the animal dataset.. However im unable to do getting below mentioned error. Kindly assist thanks.
File "main.py", line 92, in
model = Seq2seq(encoder, decoder).to(device)
File "C:\Users\Anaconda3\lib\site-packages\torch\cuda__init__.py", line 210, in _lazy_init raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled