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
In my device, it is not allowed to use torch.device('cuda:2,3') (in siamfc.py: TrackerSiamFC.init).
We recommend to delete this or use nn.DataParallel or torch.distribute etc instead.
The text was updated successfully, but these errors were encountered:
In my device, it is not allowed to use
torch.device('cuda:2,3')
(in siamfc.py: TrackerSiamFC.init).We recommend to delete this or use nn.DataParallel or torch.distribute etc instead.
The text was updated successfully, but these errors were encountered: