Skip to content

Commit

Permalink
removenan keys for prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Morris committed May 2, 2024
1 parent 251f691 commit 72af355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/data/im2im/segmentation_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ transforms:
predict:
_target_: monai.transforms.Compose
transforms:
- _target_: cyto_dl.datamodules.dataframe.utils.RemoveNaNKeysd
# load
- _target_: monai.transforms.LoadImaged
keys: ${source_col}
Expand Down

0 comments on commit 72af355

Please sign in to comment.