mirror of
https://github.com/qurator-spk/sbb_pixelwise_segmentation.git
synced 2025-06-09 20:00:05 +02:00
📝 howto: Be more verbose with the subtree pull
This commit is contained in:
commit
4897fd3dd7
8 changed files with 1233 additions and 0 deletions
24
config_params.json
Normal file
24
config_params.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue