-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
some network modules can't be imported, due to incorrect alias settings.
To Reproduce
import monai.networks.nets.densenet as mod
print(type(mod))The outcome is <class 'type'>.
Expected behavior
The outcome should be <class 'module'>, because monai/networks/nets/densenet.py is a file.
Additional context
for example
MONAI/monai/networks/nets/densenet.py
Line 393 in ff08334
| Densenet = densenet = DenseNet |
densenet is conflicting with the file name monai/networks/nets/densenet.py.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working