mirror of
https://github.com/qurator-spk/sbb_pixelwise_segmentation.git
synced 2025-06-09 20:00:05 +02:00
continue training, losses and etc
This commit is contained in:
parent
5fb7552dbe
commit
4bea9fd535
3 changed files with 69 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"n_classes" : 3,
|
||||
"n_epochs" : 1,
|
||||
"n_epochs" : 2,
|
||||
"input_height" : 448,
|
||||
"input_width" : 672,
|
||||
"weight_decay" : 1e-6,
|
||||
|
@ -8,16 +8,22 @@
|
|||
"learning_rate": 1e-4,
|
||||
"patches" : true,
|
||||
"pretraining" : true,
|
||||
"augmentation" : true,
|
||||
"augmentation" : false,
|
||||
"flip_aug" : false,
|
||||
"blur_aug" : true,
|
||||
"scaling" : false,
|
||||
"blur_aug" : false,
|
||||
"scaling" : true,
|
||||
"binarization" : false,
|
||||
"scaling_bluring" : false,
|
||||
"scaling_binarization" : false,
|
||||
"scaling_flip" : false,
|
||||
"rotation": false,
|
||||
"rotation_not_90": false,
|
||||
"continue_training": false,
|
||||
"index_start": 0,
|
||||
"dir_of_start_model": " ",
|
||||
"weighted_loss": false,
|
||||
"is_loss_soft_dice": false,
|
||||
"data_is_provided": 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