You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base Docker image upgraded to nvcr.io/nvidia/pytorch:20.10-py3 from nvcr.io/nvidia/pytorch:20.08-py3
Backwards Incompatible Changes
monai.apps.CVDecathlonDataset is extended to a generic monai.apps.CrossValidation with an dataset_cls option
Cache dataset now requires a monai.transforms.Compose instance as the transform argument
Model checkpoint file name extensions changed from .pth to .pt
Readers' get_spatial_shape returns a numpy array instead of list
Decoupled postprocessing steps such as sigmoid, to_onehot_y, mutually_exclusive, logit_thresh from metrics and event handlers, the postprocessing steps should be used accordingly before computing the metrics
ConfusionMatrixMetric and DiceMetric computation now returns an additional not_nans flag to indicate valid results
UpSample optional mode supports "deconv", "nontrainable", "pixelshuffle"; interp_mode is only used when mode is "nontrainable"
SegResNet optional upsample_mode now supports "deconv", "nontrainable", "pixelshuffle"
monai.transforms.Compose class inherits monai.transforms.Transform
In Rotate, Rotated, RandRotate, RandRotated transforms, the angle related parameters are interpreted as angles in radians instead of degrees.
SplitChannel and SplitChanneld moved from transforms.post to transforms.utility
Removed
Support of PyTorch 1.4
Fixed
Enhanced the Dice related loss functions for stability and flexibility