# Learning rate and batch size parameters, using 2 GPUs with DDP:
# initial_lr: 0.032 batch-size: 256 * 2gpus = 512
#
# 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)