Hi @coolkaushik22, @Vishesh1042, @SiewLin
If you get the version from above and it says
1.0.47-post1
, you can fix the name error by replacing create_cnn
method
with cnn_learner
with all the same parameters. The fastai team
has deprecated the method create_cnn
with cnn_learner
but haven’t
gotten around to updating the docs.
HTH.
I’ve already sent a message to the fastai devs here regarding the breaking change. I hope they respond.
Best regards,
Butch