forked from facebookresearch/ijepa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathin22k_vitg16_ep44.yaml
56 lines (56 loc) · 1.16 KB
/
in22k_vitg16_ep44.yaml
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
48
49
50
51
52
53
54
55
56
# NOTE: ImageNet-22K (IN22k) dataloader is not implemented
# please implement IN22k data loader based on your data
# storage format, and update the paths in your config
# to load from your IN22k dataset.
data:
batch_size: 16
color_jitter_strength: 0.0
crop_scale:
- 0.3
- 1.0
crop_size: 224
image_folder: imagenet_full_size/061417/
num_workers: 10
pin_mem: true
root_path: $replace_this_with_absolute_path_to_your_datasets_directory
use_color_distortion: false
use_gaussian_blur: false
use_horizontal_flip: false
logging:
folder: $replace_this_with_path_for_experiment_logs/in2kk_vith16.224-bs.2048-ep.44/
write_tag: jepa
mask:
allow_overlap: false
aspect_ratio:
- 0.75
- 1.5
enc_mask_scale:
- 0.85
- 1.0
min_keep: 10
num_enc_masks: 1
num_pred_masks: 4
patch_size: 16
pred_mask_scale:
- 0.15
- 0.2
meta:
copy_data: false
load_checkpoint: false
model_name: vit_giant
pred_depth: 16
pred_emb_dim: 384
read_checkpoint: null
use_bfloat16: true
optimization:
ema:
- 0.996
- 1.0
epochs: 44
final_lr: 1.0e-06
final_weight_decay: 0.4
ipe_scale: 1.0
lr: 0.001
start_lr: 0.0002
warmup: 3
weight_decay: 0.04