-
Notifications
You must be signed in to change notification settings - Fork 519
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
refactor: uncouple Descriptor and Fitting from Trainer #2549
Merged
wanghan-iapcm
merged 8 commits into
deepmodeling:devel
from
njzjz:uncouple-Descriptor-and-Fitting-with-Trainner
Jun 2, 2023
Merged
refactor: uncouple Descriptor and Fitting from Trainer #2549
wanghan-iapcm
merged 8 commits into
deepmodeling:devel
from
njzjz:uncouple-Descriptor-and-Fitting-with-Trainner
Jun 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## devel #2549 +/- ##
==========================================
- Coverage 75.35% 72.93% -2.42%
==========================================
Files 227 234 +7
Lines 23816 25947 +2131
Branches 1666 1852 +186
==========================================
+ Hits 17947 18925 +978
- Misses 4793 5845 +1052
- Partials 1076 1177 +101
☔ View full report in Codecov by Sentry. |
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
iProzd
reviewed
Jun 1, 2023
iProzd
approved these changes
Jun 1, 2023
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
wanghan-iapcm
pushed a commit
that referenced
this pull request
Jun 12, 2023
Fix a bug introduced in #2549. Add tests for it. --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Merged
wanghan-iapcm
pushed a commit
that referenced
this pull request
Jul 20, 2023
Add an experimental model called pairwise DPRc, which is fragment-based and integrated with QM/MM. Compression inference and training are supported. Unit tests and documentation have been added. Some features or bugfix to implement this PR have been merged in #2549, #2600, #2601, #2604, #2631, #2635, #2665, #2666, #2667, and #2679. This PR makes some changes to `model.build_descrpt` additionally: - fix errors when the suffix is not empty - fix errors when `fparam` or `aparam` are given - support model-customized `input_map` --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 23, 2024
It was forgotten in #2549 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the DPA-1 model with an attention mechanism for molecular simulation. - Added the `se_a_mask` descriptor for DP/MM simulations with dynamic atom counts. - Expanded support for multi-task fine-tuning in PyTorch. - **Documentation Enhancements** - Improved clarity and detail in various documents, including model compression, DPLR model training, and fine-tuning processes. - Updated references to follow a standardized format, enhancing navigation and understanding. - **Bug Fixes** - Corrected references and parameters across multiple documents to ensure accuracy in model configurations and training instructions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.