cannot import name 'get_configurable_parameters' from 'anomalib.config' (unknown location) in 401_nncf.ipynb #2470
-
Hi, I'm trying to run anomalib notebooks and confronting a problem with 401_nncf.ipynb. I found 'config' module below under anomalib folder is missing. from anomalib.config import get_configurable_parameters ImportError: cannot import name 'get_configurable_parameters' from 'anomalib.config' (unknown location) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are you using anomalib 1.0.0 and above? Try this: check this command on what you can configure |
Beta Was this translation helpful? Give feedback.
-
@jonghyonyi, this notebook may not be up-to-date since it is not included in the CI pipeline. I'll have a look later to confirm if it is broken |
Beta Was this translation helpful? Give feedback.
@jonghyonyi, this notebook may not be up-to-date since it is not included in the CI pipeline. I'll have a look later to confirm if it is broken