Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
endernewton committed Aug 24, 2021
1 parent 38aae44 commit 45e436d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ See the commands listed in [CONFIG.md](https://github.com/facebookresearch/moco-

### Transfer Learning

See the instruction in the [transfer](https://github.com/facebookresearch/moco-v3/tree/main/transfer) dir.
See the instructions in the [transfer](https://github.com/facebookresearch/moco-v3/tree/main/transfer) dir.

### License

Expand Down
2 changes: 1 addition & 1 deletion main_moco.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
parser.add_argument('--warmup-epochs', default=10, type=int, metavar='N',
help='number of warmup epochs')
parser.add_argument('--crop-min', default=0.08, type=float,
help='minimum scale for random cropping (default: 0.2)')
help='minimum scale for random cropping (default: 0.08)')


def main():
Expand Down
2 changes: 1 addition & 1 deletion transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following results are based on ImageNet-1k self-supervised pre-training, fol
</tr>
</tbody></table>

Similar to the end-to-end fine-tuning experiment on ImageNet, the transfer learning results are also obtained using the [DeiT](https://github.com/facebookresearch/deit) repo, with the default model [deit_base_patch16_224].
Similar to the end-to-end fine-tuning experiment on ImageNet, the transfer learning results are also obtained using the [DEiT](https://github.com/facebookresearch/deit) repo, with the default model [deit_base_patch16_224].

### Preparation: Transfer learning with ViT

Expand Down

0 comments on commit 45e436d

Please sign in to comment.