📝 howto: Be more verbose with the subtree pull

This commit is contained in:
Gerber, Mike 2019-12-09 15:33:53 +01:00
commit 4897fd3dd7
8 changed files with 1233 additions and 0 deletions

24
config_params.json Normal file
View file

@ -0,0 +1,24 @@
{
"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"
}