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

Add option to begin training from initial models #53

Merged
merged 5 commits into from
Sep 11, 2024
Merged

Conversation

WardLT
Copy link
Member

@WardLT WardLT commented Aug 26, 2024

I'm concerned that we're deviating too far from the original weights of a pre-trained model, so am adding an option where we finetune from the original model before training.

Fixes #50

To do:

  • Add to the proxima test script
  • Verify the test script works, comment on effect

@coveralls
Copy link

coveralls commented Aug 26, 2024

Pull Request Test Coverage Report for Build 10581941498

Details

  • 9 of 10 (90.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 95.172%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cascade/proxima/init.py 9 10 90.0%
Totals Coverage Status
Change from base Build 10391705242: -0.1%
Covered Lines: 749
Relevant Lines: 787

💛 - Coveralls

Unrelated to the PR, sorry
@WardLT WardLT marked this pull request as ready for review September 5, 2024 13:54
@WardLT WardLT merged commit 99d8fa7 into main Sep 11, 2024
2 of 4 checks passed
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.

Provide more options for how to update model during on-the-fly learning
2 participants