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
Hi- thanks for putting together this great package. I'm experiencing a problem when I attempt to import modeling.utils :
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/solaris/lib/python3.7/site-packages/ipython-7.2.0-py3.7.egg/IPython/core/interactiveshell.py", line 3267, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from postproc.postprocessing import get_masks_from_probs
File "/home/ubuntu/anaconda3/envs/solaris/lib/python3.7/site-packages/AutoBFE-0.1-py3.7.egg/postproc/postprocessing.py", line 13, in
from modeling.utils.metrics import Evaluator
ModuleNotFoundError: No module named 'modeling.utils'
I unzipped the "AutoBFE-0.1-py3.7.egg" file and found that indeed there wasn't any "utils" path in the "modeling" directory, though the "dataloaders" and "deeplab" paths were there. It seems that something wrong happened during the setup. Is this an issue that has appeared before? Are there any fixes? A couple other issues popped up during the install-- the "mkl" modules versions listed in the requirements are no longer available. I'm not sure if that is related somehow, but I doubt it.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi- thanks for putting together this great package. I'm experiencing a problem when I attempt to import
modeling.utils
:Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/solaris/lib/python3.7/site-packages/ipython-7.2.0-py3.7.egg/IPython/core/interactiveshell.py", line 3267, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from postproc.postprocessing import get_masks_from_probs
File "/home/ubuntu/anaconda3/envs/solaris/lib/python3.7/site-packages/AutoBFE-0.1-py3.7.egg/postproc/postprocessing.py", line 13, in
from modeling.utils.metrics import Evaluator
ModuleNotFoundError: No module named 'modeling.utils'
I unzipped the "AutoBFE-0.1-py3.7.egg" file and found that indeed there wasn't any "utils" path in the "modeling" directory, though the "dataloaders" and "deeplab" paths were there. It seems that something wrong happened during the setup. Is this an issue that has appeared before? Are there any fixes? A couple other issues popped up during the install-- the "mkl" modules versions listed in the requirements are no longer available. I'm not sure if that is related somehow, but I doubt it.
Thanks for your help.
The text was updated successfully, but these errors were encountered: