mirror of
https://github.com/qurator-spk/sbb_pixelwise_segmentation.git
synced 2025-06-09 20:00:05 +02:00
first updates, padding, rotations
This commit is contained in:
parent
63fcb96189
commit
5fb7552dbe
3 changed files with 319 additions and 151 deletions
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"n_classes" : 2,
|
||||
"n_epochs" : 2,
|
||||
"n_classes" : 3,
|
||||
"n_epochs" : 1,
|
||||
"input_height" : 448,
|
||||
"input_width" : 896,
|
||||
"input_width" : 672,
|
||||
"weight_decay" : 1e-6,
|
||||
"n_batch" : 1,
|
||||
"n_batch" : 2,
|
||||
"learning_rate": 1e-4,
|
||||
"patches" : true,
|
||||
"pretraining" : true,
|
||||
"augmentation" : false,
|
||||
"augmentation" : true,
|
||||
"flip_aug" : false,
|
||||
"elastic_aug" : false,
|
||||
"blur_aug" : false,
|
||||
"blur_aug" : true,
|
||||
"scaling" : false,
|
||||
"binarization" : false,
|
||||
"scaling_bluring" : false,
|
||||
"scaling_binarization" : false,
|
||||
"scaling_flip" : false,
|
||||
"rotation": false,
|
||||
"weighted_loss": true,
|
||||
"dir_train": "../train",
|
||||
"dir_eval": "../eval",
|
||||
"dir_output": "../output"
|
||||
"rotation_not_90": false,
|
||||
"dir_train": "/home/vahid/Documents/handwrittens_train/train",
|
||||
"dir_eval": "/home/vahid/Documents/handwrittens_train/eval",
|
||||
"dir_output": "/home/vahid/Documents/handwrittens_train/output"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue