File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
torchvision/prototype/models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77from ...models .resnet import BasicBlock , Bottleneck , ResNet
88from ._api import WeightsEnum , Weights
99from ._meta import _IMAGENET_CATEGORIES
10- from ._utils import handle_legacy_interface , _ovewrite_named_param , set_docstring
10+ from ._utils import handle_legacy_interface , _ovewrite_named_param
1111
1212
1313__all__ = [
Original file line number Diff line number Diff line change 77from ...models .vgg import VGG , make_layers , cfgs
88from ._api import WeightsEnum , Weights
99from ._meta import _IMAGENET_CATEGORIES
10- from ._utils import handle_legacy_interface , _ovewrite_named_param , set_docstring
10+ from ._utils import handle_legacy_interface , _ovewrite_named_param
1111
1212
1313__all__ = [
You can’t perform that action at this time.
0 commit comments