Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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