I want to change in some models then I use directly your codes.
when I want import it with below code:
from classification_models_3D.classification_models_3D.kkeras import Classifiers
this error is happend:
cannot import name 'get_submodules_from_kwargs' from 'classification_models_3D' (unknown location)
some where like resnext.py you have 'from classification_models_3D import get_submodules_from_kwargs' that I changed them too from .. import get_submodules_from_kwargs and the problem is solved.
thanks
I want to change in some models then I use directly your codes.
when I want import it with below code:
from classification_models_3D.classification_models_3D.kkeras import Classifiersthis error is happend:
cannot import name 'get_submodules_from_kwargs' from 'classification_models_3D' (unknown location)some where like
resnext.pyyou have 'from classification_models_3D import get_submodules_from_kwargs' that I changed them toofrom .. import get_submodules_from_kwargsand the problem is solved.thanks