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 checkpoint load, model export, validation mode to training scripts #403

Closed
wants to merge 4 commits into from

Conversation

alexh-deeplite
Copy link
Contributor

Adding new command-line arguments and functionality to training scripts to support use cases where:

  • fine tune a pretrained model that isn't present in the zoo
  • export a pretrained model
  • validate a pretrained model

Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.86%. Comparing base (3654f7b) to head (acdcc7f).
Report is 24 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #403      +/-   ##
===========================================
+ Coverage    86.63%   86.86%   +0.23%     
===========================================
  Files           70       70              
  Lines         1474     1500      +26     
===========================================
+ Hits          1277     1303      +26     
  Misses         197      197              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexh-deeplite
Copy link
Contributor Author

this PR is to be merged by #388

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.

1 participant