Skip to content

Commit 61d7925

Browse files
author
Donglai Wei
committed
resolve mitoEM conflicts
2 parents bd0f7e0 + de1ec03 commit 61d7925

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

tutorials/mito_mitoEM_30h.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ data:
66
- EM30-H/im_train.h5
77
train_label:
88
- EM30-H/mito_train.h5
9+
val_image:
10+
- EM30-H/im_val.h5
11+
val_label:
12+
- EM30-H/mito_val.h5
913
monitor:
1014
checkpoint:
1115
dirpath: outputs/mitoem30h_mednext_sdt/checkpoints/

tutorials/mito_mitoEM_30hr.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ data:
88
train_label:
99
- EM30-H/mito_train.h5
1010
- EM30-R/mito_train.h5
11+
val_image:
12+
- EM30-H/im_val.h5
13+
- EM30-R/im_val.h5
14+
val_label:
15+
- EM30-H/mito_val.h5
16+
- EM30-R/mito_val.h5
1117
monitor:
1218
checkpoint:
1319
dirpath: outputs/mitoem30hr_mednext_sdt/checkpoints/

tutorials/mito_mitoEM_30r.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ data:
66
- EM30-R/im_train.h5
77
train_label:
88
- EM30-R/mito_train.h5
9+
val_image:
10+
- EM30-R/im_val.h5
11+
val_label:
12+
- EM30-R/mito_val.h5
913
monitor:
1014
checkpoint:
1115
dirpath: outputs/mitoem30r_mednext_sdt/checkpoints/

tutorials/mito_mitoEM_common.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ monitor:
9898
num_slices: 8
9999
log_every_n_epochs: 5
100100
checkpoint:
101+
monitor: val_loss_total_epoch
101102
save_top_k: 5
102103
save_every_n_epochs: 10
103104
early_stopping:

0 commit comments

Comments
 (0)