$ conda env create --name simclr --file env.yml $ conda activate simclr $ python run.py Config file Before running SimCLR, make sure you choose the correct running configurations on the config.yaml file. # A batch size of N, produces 2 * (N-1) negative samples. Original implementation...