generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
With the new stable version when:
from fastai2_extensions.interpret.all import *
it throws an error:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-345-5bb73445d9e5> in <module>
----> 1 from fastai2_extensions.interpret.all import *
~/anaconda3/envs/fastai2/lib/python3.8/site-packages/fastai2_extensions/interpret/all.py in <module>
----> 1 from .compare import *
2 from .gradcam import *
3 from .interpret import *
~/anaconda3/envs/fastai2/lib/python3.8/site-packages/fastai2_extensions/interpret/compare.py in <module>
4
5 # Cell
----> 6 from fastai2.vision.all import *
7 from . import *
8
ModuleNotFoundError: No module named 'fastai2'
Metadata
Metadata
Assignees
Labels
No labels