-
Notifications
You must be signed in to change notification settings - Fork 177
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
support training with -f or -t argument #1340
Conversation
Fix deepmodeling#1122. Signed-off-by: Jinzhe Zeng <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #1340 +/- ##
==========================================
+ Coverage 48.54% 48.64% +0.09%
==========================================
Files 82 82
Lines 14659 14681 +22
==========================================
+ Hits 7116 7141 +25
+ Misses 7543 7540 -3
☔ View full report in Codecov by Sentry. |
@wanghan-iapcm Discussion is required: whether these flags should only work in iteration 0 so that they can work with |
Signed-off-by: Jinzhe Zeng <[email protected]>
Yes, they should only work for iteration 0. Actually the finetune does two things: 1. statistic the training data and set the new energy bias in the model, 2. train the new model with the You may want to check the implementation in dpgen2 deepmodeling/dpgen2#152 |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Jinzhe Zeng <[email protected]>
for more information, see https://pre-commit.ci
Fix #1122.