CompositionalGAN
CompositionalGAN copied to clipboard
RuntimeError: cuda runtime error (38) : no CUDA-capable device is detected
When I am trying to run this on Colab
!bash /content/CompositionalGAN/scripts/chair_table/train_objCompose_paired.sh
It gives following error
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=50 error=38 : no CUDA-capable device is detected
Traceback (most recent call last):
File "train_composition.py", line 14, in
Please help. Thank you.