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
hi, thank you for your wonderful job!!!
I try to run this code on cpu.
I changed
profiling: [cpu]
in s_resnet50_train_val.yml
and run
python train.py app:apps/s_resnet50_train_val.yml
however, it still error
RuntimeError: module must have its parameters and buffers on device cuda:0 (device_ids[0]) but found one of them on device: cpu
is there other place should change?
thank you again!!
best
The text was updated successfully, but these errors were encountered:
hi, thank you for your wonderful job!!!
I try to run this code on cpu.
I changed
profiling: [cpu]
in s_resnet50_train_val.yml
and run
python train.py app:apps/s_resnet50_train_val.yml
however, it still error
RuntimeError: module must have its parameters and buffers on device cuda:0 (device_ids[0]) but found one of them on device: cpu
is there other place should change?
thank you again!!
best
The text was updated successfully, but these errors were encountered: