Skip to content

fastai imports are deprecated #2

@Tato14

Description

@Tato14

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions