I am in the process of converting Rossmann to my own tabular datasets and I have a couple of questions:
- Do we unfreeze tabular models?
- If so, at what point do we unfreeze?
Thanks,
Keith
I am in the process of converting Rossmann to my own tabular datasets and I have a couple of questions:
If you look at a tabular models architecture, we have nothing to freeze. There is only one module. That’s why if you follow the Rossmann, when we do a fit_one_cycle there is no slice() for the max_lr.
Thank you.
How would this work? Pre-trained tabular models, on what?