cannot import name 'get_configurable_parameters' from 'anomalib.config' (unknown location) in 401_nncf.ipynb #2470
Unanswered
jonghyonyi
asked this question in
Q&A
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.
0 replies
-
@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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to run anomalib notebooks and confronting a problem with 401_nncf.ipynb.
"cannot import name 'get_configurable_parameters' from 'anomalib.config' (unknown location)"
I found 'config' module below under anomalib folder is missing.
Can anybody help with this?
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.
All reactions