update README to make the pointer to reference models.

pull/16/head
Xinlei Chen 2021-09-19 13:45:53 -07:00
parent 9ff4873533
commit 4881c3abb1
2 changed files with 1 additions and 2 deletions

View File

@ -176,7 +176,7 @@ This gives us 83.2% accuracy for ViT-Base with 150-epoch fine-tuning.
### Model Configs
See the commands listed in [CONFIG.md](https://github.com/facebookresearch/moco-v3/blob/main/CONFIG.md).
See the commands listed in [CONFIG.md](https://github.com/facebookresearch/moco-v3/blob/main/CONFIG.md) for specific model configs, including our recommended hyper-parameters and pre-trained reference models.
### Transfer Learning

View File

@ -4,7 +4,6 @@
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
import math
import torch