Missing `import * from fastai` is likely cause for this. Avoid importing in this fashion though, because this is poor Python style.
Missing
import * from fastaiis likely cause for this. Avoid importing in this fashion though, because this is poor Python style.