Skip to content

Commit

Permalink
update README to make the pointer to reference models.
Browse files Browse the repository at this point in the history
  • Loading branch information
endernewton committed Sep 19, 2021
1 parent 9ff4873 commit 4881c3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion moco/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 4881c3a

Please sign in to comment.