-
Notifications
You must be signed in to change notification settings - Fork 528
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
Add universal/consistent tests for loss modules #4105
Comments
njzjz
changed the title
Add universal test for loss modules
Add universal/consistent tests for loss modules
Sep 5, 2024
github-project-automation
bot
moved this to Todo
in Multiple backend support for DeePMD-kit
Sep 26, 2024
Now we have the universal tests but not the consistent tests. |
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this issue
Jan 5, 2025
Fix deepmodeling#4105. Fix deepmodeling#4429. Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 7, 2025
Fix #4105. Fix #4429. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a new energy loss calculation framework with support for multiple machine learning backends. - Added serialization and deserialization capabilities for loss modules. - Added a new class `EnergyLoss` for computing energy-related loss metrics. - **Documentation** - Added SPDX license identifiers to multiple files. - Included docstrings for new classes and methods. - **Tests** - Implemented comprehensive test suite for energy loss functions across different platforms (TensorFlow, PyTorch, Paddle, JAX). - Introduced a new test class `TestEner` for evaluating energy loss functions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
github-project-automation
bot
moved this from Todo
to Done
in Multiple backend support for DeePMD-kit
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet, maybe we need a discussion to design a universal test for loss modules.
Originally posted by @iProzd in #3867 (comment)
The text was updated successfully, but these errors were encountered: