NOTE: It is recommended to use PyTorch 1.9+ w/ PyTorch native AMP and DDP instead of APEX AMP. `--amp` defaults to native AMP as of timm ver 0.4.3. `--apex-amp` will force use of APEX components if they are installed.
NOTE: For training and validation the same input size is used. Some models specify a different test input size which is only used in the validation script below.
## Validation / Inference Scripts
@ -24,4 +26,4 @@ To validate with the model's pretrained weights (if they exist):