Closed zdddw closed 2 years ago
Well I found out what's going on. If you have only one gpu, just set self.gpu_id = "0"
in config.py
file, line 30.
I ran the test on my own computer which has only 1 gpu, in the original code the self.gpu_id
is 2.
@dongkwonjin First I'd like to thank you for your great work and your open source. I download the code today and want to test the performance on CULane, here is my command
But I got the error
It shows that
torch.cuda.is_available() is False
, but when i run this line in terminal, it outputs True:Could you help me with this? Thanks very much.