Error AttributeError: module 'fastai.vision.models' has no attribute 'resnet34'

Check this link, need to be on fast ai 1.0.14

specifically:
If using conda please try:

conda update conda -y
conda update -c fastai fastai

2 Likes