[Optional] Training Your Own Home Pretrained Representations
Completely optional step, if you want to tinker with the pretrained representation or train your own model.
python train.py --config-name=train_mocoaccelerate config # Interactively walk you through setting up multi-GPU training accelerate launch train.py --config-name=train_moco
Last updated