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

emb_drop is not a parameter of tabular_learner

rubensmau opened this issue · comments

In the current version of fastai2 , emb_drop is not a parameter of tabular_learner.
This parameter needs to be removed from 02_Bayesian_Optimization.ipynb

Additionally ps and emb_p are not parameters anymore either. I guess they've been removed/renamed in a recent fastai2 update?

Nevermind, see this post. Basically you pass in a tabular_config to your learner, and several of the parameters like ps and emb_p` are in this config object.

I've fixed this