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
Is your feature request related to a problem? Please describe.
the resnet implementation is hardcoded for 3d only while the network API support both 2d and 3d
Is your feature request related to a problem? Please describe.
the resnet implementation is hardcoded for 3d only while the network API support both 2d and 3d
MONAI/monai/networks/nets/resnet.py
Line 230 in 62425d7
all the underlying blocks should be reviewed and refined to support both 2d and 3d.