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
Unfortunately on my MacBook, the evaluation command is failing:
python ./src/train.py -c ./configs/mini/softmax/conv4.config --evaluate --enlarge
Traceback (most recent call last):
File "./src/train.py", line 554, in <module>
main()
File "./src/train.py", line 51, in main
model = torch.nn.DataParallel(model).cuda()
File "/Users/seb/.virtualenvs/kiss/lib/python3.7/site-packages/torch/nn/modules/module.py", line 305, in cuda
[...]
File "/Users/seb/.virtualenvs/kiss/lib/python3.7/site-packages/torch/cuda/__init__.py", line 95, 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:
Unfortunately on my MacBook, the evaluation command is failing:
The text was updated successfully, but these errors were encountered: