fix(tf): fix float32 for exclude_types in se_atten_v2#3682
Merged
wanghan-iapcm merged 2 commits intodeepmodeling:develfrom Apr 18, 2024
Merged
fix(tf): fix float32 for exclude_types in se_atten_v2#3682wanghan-iapcm merged 2 commits intodeepmodeling:develfrom
wanghan-iapcm merged 2 commits intodeepmodeling:develfrom
Conversation
Fix type issue in previous PR deepmodeling#3651. Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #3682 +/- ##
==========================================
- Coverage 81.89% 81.89% -0.01%
==========================================
Files 508 508
Lines 46636 46636
Branches 2952 2952
==========================================
- Hits 38192 38191 -1
- Misses 7551 7552 +1
Partials 893 893 ☔ View full report in Codecov by Sentry. |
wanghan-iapcm
approved these changes
Apr 18, 2024
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this pull request
Jul 2, 2024
Fix type issue in previous PR deepmodeling#3651. --------- 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> (cherry picked from commit cac8715)
Merged
njzjz
added a commit
that referenced
this pull request
Jul 3, 2024
This file contains hidden or 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
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.
Fix type issue in previous PR #3651.