first updates, padding, rotations

This commit is contained in:
vahid 2021-06-22 14:20:51 -04:00
parent 63fcb96189
commit 5fb7552dbe
3 changed files with 319 additions and 151 deletions

View file

@ -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"
}