Closed vankari closed 4 months ago
Hi!
I guess you're trying to run the experiments on CIFAR-100 starting from the MoCoV2 pretrained checkpoint. In this case you should download it from eg. https://github.com/facebookresearch/moco.
Then, place the checkpoint in a folder and set the path in the --experiment_args
option within the launch script:
thank you!
i downloaded the .pth from the url provided in "model/imagenet_resnet.py" then run the "cifar100_pretrain.sh",and encountered key error.