Closed manningkyle304 closed 11 months ago
@manningkyle304 Thanks for the detailed issue. #20 should resolve this issue.
In the meantime, installing Weights and Biases will prevent the error.
pip install wandb
As it is not apparent from the error, fastxtend is meant to be imported after fastai:
from fastai.vision.all import *
from fastxtend.vision.all import *
If you are already doing this, feel free to ignore.
I'm encountering the following when trying to import fastextend:
AttributeError: 'function' object has no attribute '__base__'
Steps to reproduce: Installed fastai, ran
pip install fastxtend[vision]
, then tried to import in my jupyter notebook.Traceback: