2s-AGCN
2s-AGCN copied to clipboard
some kind of device error
Traceback (most recent call last):
File "/media/ali/hdd6/Onedrive data/PycharmProjects/activity_rec1/2s-AGCN-master/main.py", line 577, in
Process finished with exit code 1
In case you couldn't solve it yet:
You may need to edit the device
property in the config files, so that it matches your used GPU(s).
How to edit the device?
Inside your config/ntu.../..yaml
file, you can specify different parameters. Among them, device:
.
E.g. if you have only one available GPU, set the device parameter to the index 0. Probably you need to reduce the batch size
parameter there as well. If it‘s too high, you‘ll get a CUDA out of memory error.
Pls note: you may need to learn more about how pytorch / CUDA and the config works in general, especially if you run in further issues.
Thank you very much.