Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 452 Bytes

MODEL_README.md

File metadata and controls

14 lines (11 loc) · 452 Bytes

Prepare Model

Preparing pretrained DINO model

  1. Download DINO pretrained weights and specify the model path.
wget https://dl.fbaipublicfiles.com/dino/dino_vitbase16_pretrain/dino_vitbase16_pretrain.pth
  1. Change the configs/default.yml by specifying the checkpoint path.
imgnet_pretrained_checkpoint: '/path/to/your/dino_vitbase16_pretrain.pth'

Pre-trained BERT model and nltk_data should be downloaded automatically.