Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabnet_fit() shall allow to continue a model training with changes hyperparameters. #25

Closed
cregouby opened this issue Jan 30, 2021 · 0 comments · Fixed by #26
Closed

Comments

@cregouby
Copy link
Collaborator

This is needed in order to

  • allow model fine-tuning ( i.e. manually control a very low learn_rate )
  • restart training at a previous checkpoint before model starts to overfit
  • allow a future unsupervised training step

This requires splitting model Initialization from model supervised training, while maintaining the capability to save and restore the model at each step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant