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

fix se_atten compression when suffix is given #2635

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Jun 25, 2023

Follow up #2631.

Signed-off-by: Jinzhe Zeng <[email protected]>
(cherry picked from commit 105086c)
@njzjz njzjz requested a review from nahso June 25, 2023 22:07
@codecov
Copy link

codecov bot commented Jun 25, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (69d7c01) 78.45% compared to head (29b1e95) 78.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2635      +/-   ##
==========================================
- Coverage   78.45%   78.43%   -0.02%     
==========================================
  Files         232      232              
  Lines       24437    24437              
  Branches     1462     1462              
==========================================
- Hits        19171    19168       -3     
- Misses       4876     4877       +1     
- Partials      390      392       +2     
Impacted Files Coverage Δ
deepmd/utils/tabulate.py 84.82% <ø> (ø)
deepmd/descriptor/se_atten.py 93.99% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wanghan-iapcm wanghan-iapcm merged commit d2dba5b into deepmodeling:devel Jun 26, 2023
@njzjz njzjz mentioned this pull request Jul 17, 2023
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 <[email protected]>
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants