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 rcut in hybrid model compression #1663

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Apr 28, 2022

The current way self.graph.get_operation_by_name('ProdEnvMatA') to get rcut is incorrect for hybrid models. There may be several ProdEnvMatA ops in a graph.

The current way `self.graph.get_operation_by_name('ProdEnvMatA')` to get `rcut` is incorrect for hybrid models. There may be several  ProdEnvMatA ops in a graph.

(cherry picked from commit 34a4e9b)
@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2022

Codecov Report

Merging #1663 (9bc964d) into devel (de7ba72) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            devel    #1663      +/-   ##
==========================================
+ Coverage   76.15%   76.22%   +0.07%     
==========================================
  Files          94       94              
  Lines        7850     7836      -14     
==========================================
- Hits         5978     5973       -5     
+ Misses       1872     1863       -9     
Impacted Files Coverage Δ
deepmd/utils/tabulate.py 84.10% <100.00%> (+2.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de7ba72...9bc964d. Read the comment docs.

@wanghan-iapcm wanghan-iapcm merged commit f8533cb into deepmodeling:devel Apr 29, 2022
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.

4 participants