jkooy / SUN-SSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUN-SSL

python main_moco.py -a resnet50 --lr 0.03 --batch-size 128 --resume SUN397_save/checkpoint_epoch_0164.pth.tar --dist-url 'tcp://localhost:10001' --multiprocessing-distributed MULTIPROCESSING_DISTRIBUTED --world-size 1 --rank 0

python 0.1main_moco.py -a resnet50 --lr 0.03 --batch-size 128 --dist-url 'tcp://localhost:10001' --multiprocessing-distributed MULTIPROCESSING_DISTRIBUTED --world-size 1 --rank 0 \

Source dataset preparation

SUN dataset preparation

wget http://vision.princeton.edu/projects/2010/SUN/SUN397.tar.gz && tar -xzf SUN397.tar.gz

Imagenet dataset preparation

bash preprocessing.sh

About


Languages

Language:Shell 100.0%