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. I try to train the model by your command "python -m detector.run --command 'train' --path_to_config ". But there comes some bug when I try to train on gpu(device: 'cuda'). Finally, I fix it by changing some code in "hagrid-master/detector/train.py"
line 128: model.to(conf.device)
The text was updated successfully, but these errors were encountered:
Hi. I try to train the model by your command "python -m detector.run --command 'train' --path_to_config ". But there comes some bug when I try to train on gpu(device: 'cuda'). Finally, I fix it by changing some code in "hagrid-master/detector/train.py"
line 128: model.to(conf.device)
The text was updated successfully, but these errors were encountered: