In https://github.com/Project-MONAI/tutorials/tree/master/3d_segmentation/challenge_baseline, Pycharm can not track the usage of some submodules.
To be specific, when I use "Ctrl+ LeftClick" to try to jump to the source file of monai.engines.SupervisedEvaluator, Pycharm show warning "can not find declarication to go"
I think this is because that the modules are not imported explicitly in monai/__init__.py like "from .engines import *"???
Is this my personal issue? you can try to reproduce this issue in your pycharm using this file
In
https://github.com/Project-MONAI/tutorials/tree/master/3d_segmentation/challenge_baseline, Pycharm can not track the usage of some submodules.To be specific, when I use "Ctrl+ LeftClick" to try to jump to the source file of
monai.engines.SupervisedEvaluator, Pycharm show warning "can not find declarication to go"I think this is because that the modules are not imported explicitly in
monai/__init__.pylike "from .engines import *"???Is this my personal issue? you can try to reproduce this issue in your pycharm using this file