Skip to content

Commit

Permalink
Updated slice axis and reduced number of epochs.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaymacar committed Dec 22, 2021
1 parent 32a1108 commit c8359b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/seg_sc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"filter_empty_mask": false,
"filter_empty_input": false
},
"slice_axis": "axial",
"slice_axis": "sagittal",
"multichannel": false,
"soft_gt": false
},
Expand All @@ -49,8 +49,8 @@
"name": "DiceLoss"
},
"training_time": {
"num_epochs": 500,
"early_stopping_patience": 200,
"num_epochs": 200,
"early_stopping_patience": 50,
"early_stopping_epsilon": 0.001
},
"scheduler": {
Expand Down

0 comments on commit c8359b1

Please sign in to comment.