[405042]: / params.json

Download this file

25 lines (20 with data), 556 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"network": "BaseNet",
"reg_weight": 1,
"learning_rate": 1e-4,
"train_data_path": "../data/cardiac_ukbb_stacom19/train",
"val_data_path": "../data/cardiac_ukbb_stacom19/val",
"eval_data_path": "../data/cardiac_ukbb_stacom19/test_autoseg",
"seq": "sa",
"label_prefix": "label",
"batch_size": 1,
"num_epochs": 500,
"seq_length": 30,
"crop_size": 160,
"pixel_size": 1.8,
"save_checkpoint_epochs": 10,
"val_epochs": 10,
"save_summary_steps": 1,
"save_result_epochs": 10,
"fps": 20
}