-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_3rd.json
47 lines (47 loc) · 1.28 KB
/
config_3rd.json
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
{
"CFG": {
"DEBUG": false,
"EMA": false,
"SEED": 0,
"arc": "eva02_base_patch14_448.mim_in22k_ft_in22k_in1k",
"batch_size": 32,
"channels_last": false,
"compile": true,
"continue_from": false,
"cv": false,
"early_stop": 10,
"epochs": 17,
"fit_method": "one_cycle",
"freeze_epochs": 1,
"image_size": 448,
"infer": false,
"label_smoothing": 0,
"loss_fn": "CE",
"lr": 0.001,
"max_epochs": 17,
"neglect_low_sample_classes": false,
"num_worker": 8,
"optimizer": "AdamW",
"pseudo_labels": "vit_base_patch16_clip_384/41fnrh4u",
"reduce_lr_delta": false,
"relabeled": false,
"resize_method": "squish",
"soft_labels": "vit_base_patch16_clip_384/41fnrh4u",
"start_epoch": 0,
"train_smaller": false,
"tta": 8,
"wandb": false,
"weighted_CE": false,
"weighted_dl": false,
"logloss": 0.5407690905661905,
"acc": 0.7871898412704468
},
"AUG": {
"aug_tfms": true,
"cutmix": false,
"mixup": false,
"normalize": true,
"random_erasing_batch": false,
"random_resized_crop_gpu": true
}
}