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

More modular approach and some novelties in params and training #16

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

zutotonno
Copy link

  • Its possible to add validation data and monitor overfitting by means of early stopping, as well as saving the model training at best checkpoints.
  • Its possible to launch an extensive grid search, but some more work need to be done.
  • Correctly handled the lstm module
  • Fixed minor bug during training sampling : if start index + chunk_len > len(file) -> exception
  • Allowing different type of training (random and non random sampling) and correctly 1 epoch -> 1 training set exploration.
  • Option to add dropout
  • Train/Validation evolution saved in .csv, as well as network configuration in json file

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 this pull request may close these issues.

2 participants