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

feat: add merge_train_files.py #359

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

feat: add merge_train_files.py #359

wants to merge 30 commits into from

Conversation

db0
Copy link
Member

@db0 db0 commented Nov 16, 2024

No description provided.

db0 and others added 29 commits November 16, 2024 23:21
These are moot in the code right now as I always called w/o args
feat: Adjusted training for new training data
feat: Adjusted training to use sqlite
This should stop after `PATIENCE` epochs beyond the current best performing epoch (I set this to 25 arbitrarily). So if we peak at epoch 60, it would run until 85 and then stop early if none of 61-85 performed better than 60 did. 

It also now saves the state_dict of the best performing epoch and saves that instead of the last one.
fix: re-add missing import
@db0 db0 self-assigned this Nov 24, 2024
@db0 db0 marked this pull request as ready for review November 24, 2024 11:22
@db0
Copy link
Member Author

db0 commented Nov 24, 2024

@tazlin this is ready to merge as far as I'm concerned.

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.

4 participants