ConvLearner.from_model_data in CAM from Lesson 7

Hi,

Has anyone been able to work through the Class Activation Maps notebook?

The from_model_data function doesn’t seem to be available in master.

When I do a repo search, it’s present in one commit.

Am I missing something?

Thanks.

Ah, this is working now. The function is indeed available in master, I’m not sure how did I miss that. Just ensure you are working on the master by doing pip install https://github.com/fastai/fastai/archive/master.zip and not pip install fastai. Just putting it up here FWIW. Thanks!