muellerzr / Practical-Deep-Learning-for-Coders-2.0

Notebooks for the "A walk with fastai2" Study Group and Lecture Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notebook 3a: Tabular Data: BnDropLin -> LinBnDrop

takotab opened this issue · comments

Notebook 3a: Tabular Data does not run any more in the TabularModel you use BnDropLin. This probaly has moved it is now in local.layers and called LinBnDrop.

No worries. Thanks for putting this stuff out there.

It’s because they redid most of tabular data. I’ll fix it this week. Thanks!

@takotab I'm uploading a changed 3a notebook momentarily where instead we just call from fastai2.tabular.model (since now we can)