Closed yjwong1999 closed 1 year ago
Hi @yjwong1999, we recently merged #863 that addressed jupyter-related issues. Can you pull the latest changes and try again please?
Assuming that this has been resolved, I'm closing this issue. Feel free to re-open if you encounter any related issues.
Hi @samet-akcay
Thanks a lot for the solution! I have tried with the latest changes, and it works. Thanks a lot!
Describe the bug
Hi, Anomalib Teams,
Firstly, thanks a lot for providing this wonderful tools! I'm planning to use it for my current research for long term development.
I'm prototyping using the 001_getting_started.ipynb in Google Colab
However, I encountered "ConfigAttributeError" when I run the following codes:
datamodule = get_datamodule(config)
Any idea to solve this? Thanks a lot in advance.
Dataset
MVTec
Model
PADiM
Steps to reproduce the behavior
Steps to reproduce:
datamodule = get_datamodule(config)
OS information
OS information:
I'm using the default setting in the Colab.
Expected behavior
ConfigAttributeError
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
0.3.7 (the def
Configuration YAML
Logs
Code of Conduct