About the Part 1 (2017) category

Please use this category for all discussions of part 1 of the older keras-based course17.fast.ai. (Note that we recommend switching to the new course if possible. The forum for the new course is here: #part1-v2 ).

Going through part 1 of the course. I’ve just saved my model using this line of code:

vgg.model.save_weights(path+‘results/ft1.h5’)

This statement executed in less than 2 seconds. Looking at the resulting file, I see that it’s over half a gig. I’m a little shocked how quickly that ran. Thoughts?

I had the same reaction, and I had pretty much exactly what you saw. Computers are faster than we ever imagined. :slight_smile:

1 Like

Where can i find the course content data/notebooks from part 1(2017). I think everything has changed in recent course release.