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
Then we averaged the parameters of the last 3 checkpoints that improved the Acc@1. See [#3182](https://github.com/pytorch/vision/pull/3182) for details.
64
+
Here `$MODEL` is one of `mobilenet_v3_large` or `mobilenet_v3_small`.
65
+
66
+
Then we averaged the parameters of the last 3 checkpoints that improved the Acc@1. See [#3182](https://github.com/pytorch/vision/pull/3182)
67
+
and [#3354](https://github.com/pytorch/vision/pull/3354) for details.
68
+
65
69
66
70
## Mixed precision training
67
71
Automatic Mixed Precision (AMP) training on GPU for Pytorch can be enabled with the [NVIDIA Apex extension](https://github.com/NVIDIA/apex).
0 commit comments