# This example trains with batch_size = 64 * 4 GPUs, total 256.
# Training time on 4 x GeForce RTX A5000 is 15min / epoch.
# Reach => 79.47 Top1 accuracy.
#
# Log and tensorboard at s3://deci-pretrained-models/ResNet50_ImageNet/average_model.pth
# Instructions:
# 0. Make sure that the data is stored in dataset_params.dataset_dir or add "dataset_params.data_dir=<PATH-TO-DATASET>" at the end of the command below (feel free to check ReadMe)
# 1. Move to the project root (where you will find the ReadMe and src folder)