Skip to content

Commit

Permalink
Merge pull request #452 from AllenCellModeling/hotfix/fix-plugin-conf…
Browse files Browse the repository at this point in the history
…ig-saving-callback

add predict to saving callback
  • Loading branch information
yrkim98 authored Nov 25, 2024
2 parents ad37fcb + 4247af3 commit 07959b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/experiment/im2im/segmentation_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ callbacks:
_target_: cyto_dl.callbacks.ImageSaver
save_dir: ${paths.output_dir}
save_every_n_epochs: ${model.save_images_every_n_epochs}
stages: ["train", "test", "val"]
stages: ["train", "test", "val", "predict"]
save_input: True

0 comments on commit 07959b0

Please sign in to comment.