File size: 766 Bytes
a279524 05ec1ed a279524 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
arch: convnext_small
backend: nccl
batch_size_per_gpu: 60
clip_grad: 0.3
data_path: /path/to/imagenet/
dist_url: env://
drop_path_rate: 0.1
epochs: 100
eval_every: 30
freeze_last_layer: 3
gamma: 2.0
global_crops_scale: !!python/tuple
- 0.14
- 1.0
local_crops_number: 6
local_crops_scale: !!python/tuple
- 0.05
- 0.14
local_rank: 0
lr: 0.001
min_lr: 2.0e-06
mode: simpool
momentum_teacher: 0.996
nb_knn:
- 10
- 20
- 100
- 200
norm_last_layer: true
num_workers: 10
optimizer: adamw
out_dim: 65536
output_dir: /path/to/output/
patch_size: 16
saveckp_freq: 20
seed: 0
subset: -1
teacher_temp: 0.07
temperature: 0.07
use_bn_in_head: false
use_fp16: false
warmup_epochs: 10
warmup_teacher_temp: 0.04
warmup_teacher_temp_epochs: 50
weight_decay: 0.04
weight_decay_end: 0.4
|