Skip to content

Commit 7e09af2

Browse files
committed
Update worker_training.py
1 parent 4490b01 commit 7e09af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_cellseg3d/code_models/worker_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def get_loader_func(num_samples):
685685
for channel in checkpoint_output
686686
for item in channel
687687
]
688-
checkpoint_output[3] = checkpoint_output[2].astype(
688+
checkpoint_output[3] = checkpoint_output[3].astype(
689689
np.uint16
690690
)
691691

0 commit comments

Comments
 (0)