You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
574 B
JSON
25 lines
574 B
JSON
{
|
|
"n_classes" : 2,
|
|
"n_epochs" : 2,
|
|
"input_height" : 448,
|
|
"input_width" : 896,
|
|
"weight_decay" : 1e-6,
|
|
"n_batch" : 1,
|
|
"learning_rate": 1e-4,
|
|
"patches" : true,
|
|
"pretraining" : true,
|
|
"augmentation" : false,
|
|
"flip_aug" : false,
|
|
"elastic_aug" : false,
|
|
"blur_aug" : false,
|
|
"scaling" : false,
|
|
"binarization" : false,
|
|
"scaling_bluring" : false,
|
|
"scaling_binarization" : false,
|
|
"rotation": false,
|
|
"weighted_loss": true,
|
|
"dir_train": "../train",
|
|
"dir_eval": "../eval",
|
|
"dir_output": "../output"
|
|
}
|