Closed yxchng closed 3 years ago
specifically, what are the parameters for
python main_lincls.py \ -a [architecture] --lr [learning rate] \ --dist-url 'tcp://localhost:10001' \ --multiprocessing-distributed --world-size 1 --rank 0 \ --pretrained [your checkpoint path]/[your checkpoint file].pth.tar \ [your imagenet-folder with train and val folders]
in resnet50 experiment?
It is listed in: https://github.com/facebookresearch/moco-v3/blob/main/CONFIG.md
specifically, what are the parameters for
in resnet50 experiment?