Skip to content

Commit

Permalink
delaying the removal (#3015)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
  • Loading branch information
wyli authored Sep 24, 2021
1 parent 64fa255 commit bfa054b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monai/networks/nets/dynunet_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@deprecated(
since="0.6.0",
removed="0.7.0",
removed="0.8.0",
msg_suffix="This module is for backward compatibility purpose only. Please use `DynUNet` instead.",
)
class DynUNetV1(DynUNet):
Expand Down
2 changes: 1 addition & 1 deletion monai/networks/nets/torchvision_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(
)


@deprecated(since="0.6.0", removed="0.7.0", msg_suffix="Please consider using `TorchVisionFCModel` instead.")
@deprecated(since="0.6.0", removed="0.8.0", msg_suffix="Please consider using `TorchVisionFCModel` instead.")
class TorchVisionFullyConvModel(TorchVisionFCModel):
"""
Customize TorchVision models to replace fully connected layer by convolutional layer.
Expand Down

0 comments on commit bfa054b

Please sign in to comment.