-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbase.json
25 lines (25 loc) · 934 Bytes
/
base.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
{
"model_name": "WideResNet",
"hparams": {"phi": 1.0, "alpha": 1.4, "beta": 1.8, "gamma": 1.4, "dropout": 0.1},
"batch_size": 128,
"nb_epoch": 30,
"learning_rate": 1e-4,
"save_checkpoint_after_iteration": 0,
"save_checkpoint_per_iteration": 1,
"tr_tf_record_files": ["/users/pa20/ipapout/datasets/BigEarthNet-MM/train*.tfrecord"],
"val_tf_record_files": ["/users/pa20/ipapout/datasets/BigEarthNet-MM/val*.tfrecord"],
"test_tf_record_files": ["/users/pa20/ipapout/datasets/BigEarthNet-MM/test*.tfrecord"],
"label_type": "BigEarthNet-19",
"modality": "MM",
"fine_tune": false,
"shuffle_buffer_size": 130000,
"training_size": 269695,
"val_size": 125866,
"test_size": 125866,
"decay_rate": 0.1,
"backward_passes": 4,
"decay_step": 24,
"label_smoothing": 0,
"mode": "train",
"eval_checkpoint": "/users/pa20/ipapout/azavras/checkpoint_WideResNet"
}