Fastai v1.2 plans (based on part2-v3 notebooks)

The first thing I did was to put all the functions names in one file and dispatch them between modules. That allows you to remove duplicates (or if you have duplicates because of versioning, only keep the most recent).
Then it’s just copy-paste and fix the imports!

3 Likes