-
Notifications
You must be signed in to change notification settings - Fork 510
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
pd: support paddle backend and water/se_e2_a
#4302
base: devel
Are you sure you want to change the base?
pd: support paddle backend and water/se_e2_a
#4302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces significant enhancements to the DeePMD framework, primarily by integrating PaddlePaddle as a new backend. Key changes include updates to the CI workflow for testing, the addition of new classes and methods for managing PaddlePaddle functionalities, and improvements to existing components to support this integration. The modifications also ensure that the testing framework accommodates Paddle alongside TensorFlow and PyTorch, enhancing the overall testing capabilities of the framework. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hello @njzjz , I have a question about the naming of the functions |
water/se_e2_a
Do you mean deepmd-kit/deepmd/backend/backend.py Lines 179 to 201 in 38815b3
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #4302 +/- ##
==========================================
- Coverage 84.40% 81.12% -3.29%
==========================================
Files 570 624 +54
Lines 53071 57577 +4506
Branches 3054 3054
==========================================
+ Hits 44794 46708 +1914
- Misses 7318 9909 +2591
- Partials 959 960 +1 ☔ View full report in Codecov by Sentry. |
Split #4157 into several pull requests.
deepmd.pd.*
) and related backend module unitests.Related PR to be merged:
Accuracy test
pytorch
paddle:
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation
Tests