-
Notifications
You must be signed in to change notification settings - Fork 1.5k
support block type strings in resnet #4691
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
from #4678, the resnet input args should be able to understand strings in addition to the class types, the corresponding docstrings should be revised
MONAI/monai/networks/nets/resnet.py
Lines 173 to 175 in d99857c
| def __init__( | |
| self, | |
| block: Type[Union[ResNetBlock, ResNetBottleneck]], |
Reactions are currently unavailable