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
Here `$MODEL` is one of `vit_l_16` and `vit_l_32`.
195
+
196
+
Note that the above command corresponds to training on a single node with 8 GPUs.
197
+
For generatring the pre-trained weights, we trained with 8 nodes, each with 8 GPUs (for a total of 64 GPUs),
198
+
and `--batch_size 64`.
167
199
168
200
## Mixed precision training
169
201
Automatic Mixed Precision (AMP) training on GPU for Pytorch can be enabled with the [torch.cuda.amp](https://pytorch.org/docs/stable/amp.html?highlight=amp#module-torch.cuda.amp).
0 commit comments