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 `efficientnet_v2_s`, `efficientnet_v2_m`and `efficientnet_v2_l`.
128
-
Note that the Small variant had a `$TRAIN_SIZE` of `300` and a `$EVAL_SIZE` of `384`, while the other variants`384` and `480` respectively.
127
+
Here `$MODEL` is one of `efficientnet_v2_s`and `efficientnet_v2_m`.
128
+
Note that the Small variant had a `$TRAIN_SIZE` of `300` and a `$EVAL_SIZE` of `384`, while the Medium`384` and `480` respectively.
129
129
130
130
Note that the above command corresponds to training on a single node with 8 GPUs.
131
-
For generatring the pre-trained weights, we trained with 8 nodes, each with 8 GPUs (for a total of 64 GPUs),
132
-
and `--batch_size 16`.
131
+
For generatring the pre-trained weights, we trained with 4 nodes, each with 8 GPUs (for a total of 32 GPUs),
132
+
and `--batch_size 32`.
133
+
134
+
The weights of the Large variant are ported from the original paper rather than trained from scratch. See the `EfficientNet_V2_L_Weights` entry for their exact preprocessing transforms.
0 commit comments