You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the last day @jph00 and I have been fighting references to datasets inside of tabular and around fastai in general. We fixed two, referenced here and here and this issue partially originated from this flag: #2945
Through the use of the pympler library (docs here ) I was able to narrow down the fact that we have two extraneous DataFrames still being exported via our load_learner. It's a bit more of a complex problem so here is a google colab notebook recreating what we've done:
For the last day @jph00 and I have been fighting references to datasets inside of tabular and around fastai in general. We fixed two, referenced here and here and this issue partially originated from this flag: #2945
Through the use of the
pympler
library (docs here ) I was able to narrow down the fact that we have two extraneousDataFrames
still being exported via ourload_learner
. It's a bit more of a complex problem so here is a google colab notebook recreating what we've done:https://gist.github.com/muellerzr/c126e75b0265f88c3baa1ea50a4dfe6b
The text was updated successfully, but these errors were encountered: