Skip to content

Commit

Permalink
removenan keys for prediction (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Morris <[email protected]>
  • Loading branch information
benjijamorris and Benjamin Morris authored May 2, 2024
1 parent 251f691 commit 14527ba
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 14527ba

Please sign in to comment.