Transformer-SSL
Transformer-SSL copied to clipboard
Train MoBy-SwinT on local machine with one GPU
trafficstars
I am gonna train MoBY-SwinT on my custom dataset. My machine has one GPU. I tried some but failed and faced following errors. All packages are installed.
-
First try

-
Second try

What is the correct command to run the training script on local machine with one GPU?
Thanks in advance.
Try "torch.distributed", not "torch.distrubuted"
I have a similar problem, have you solved it?