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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I pretend to run sh ./train_minitrs.sh --gpu 0 and get several problems.
All I have changed is to change device_id into device since I got a TypeError saying that TypeError: cuda() got an unexpected keyword argument 'device_id' before I get the RuntimeError lined in title.
My environment is:
Unbuntu 18.04
gcc 6.4
g++6.4
cuda 9.0.176
cudnn 7.1.2
pytorch 0.4.1
The text was updated successfully, but these errors were encountered:
I pretend to run
sh ./train_minitrs.sh --gpu 0
and get several problems.All I have changed is to change
device_id
intodevice
since I got a TypeError saying thatTypeError: cuda() got an unexpected keyword argument 'device_id'
before I get the RuntimeError lined in title.My environment is:
Unbuntu 18.04
gcc 6.4
g++6.4
cuda 9.0.176
cudnn 7.1.2
pytorch 0.4.1
The text was updated successfully, but these errors were encountered: