ModuleNotFoundError

Hi,
I am trying to run the notebook(pascal-multi.ipynb), for object detection for multiple classes and I get the following error?

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from fastai.conv_learner import *
2 from fastai.dataset import *
3
4 import json, pdb
5 from PIL import ImageDraw, ImageFont

ModuleNotFoundError: No module named ‘fastai’

Any suggestions?

1 Like