I just tried to replicate the camvid segmentation notebook with the latest version of fastai.
In the notebook the unet learner is created via Learner.create_unet
. However, in the current version there is no create_unet anymore.
What’s the new way?
Please use unet_learner instead of create_unet.
2 Likes
FYI you can see changes here: https://github.com/fastai/fastai/blob/master/CHANGES.md
I’ll push an update to that notebook shortly.
1 Like