-
Notifications
You must be signed in to change notification settings - Fork 524
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
[Feature Request] Support dp convert-backend
for models with type embedding for tf
#4022
Comments
1 task
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this issue
Jul 26, 2024
- [x] (Tomorrow) Test if it works for deepmodeling#3997. deepmodeling#3997 needs another fix in deepmodeling#4022 . <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a method to dynamically determine the output dimension of the descriptor, enhancing its functionality and interaction with other components. - Improved tensor dimensionality handling in tests to ensure compatibility with the new output dimension method. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Should we add |
mtaillefumier
pushed a commit
to mtaillefumier/deepmd-kit
that referenced
this issue
Sep 18, 2024
- [x] (Tomorrow) Test if it works for deepmodeling#3997. deepmodeling#3997 needs another fix in deepmodeling#4022 . <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a method to dynamically determine the output dimension of the descriptor, enhancing its functionality and interaction with other components. - Improved tensor dimensionality handling in tests to ensure compatibility with the new output dimension method. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
github-project-automation
bot
moved this to Todo
in Multiple backend support for DeePMD-kit
Sep 26, 2024
njzjz
added a commit
to njzjz/deepmd-kit
that referenced
this issue
Nov 7, 2024
Fix deepmodeling#4022. Note that `smooth_type_embedding==True` is not consistent between TF and others. Also fix several issues. Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 8, 2024
Fix #4022. Note that `smooth_type_embedding==True` is not consistent between TF and others. Also, fix several issues. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Enhanced configurability of descriptors with new optional parameters for type mapping and type count. - Introduction of a new class `DescrptSeAttenV2` for advanced attention mechanisms. - Added a new unit test framework for validating energy models across multiple backends. - **Bug Fixes** - Improved error handling in descriptor serialization methods to prevent unsupported operations. - **Documentation** - Updated backend documentation to include JAX support and clarify file extensions for various backends. - **Style** - Enhanced readability of error messages in fitting classes. - **Tests** - Comprehensive unit tests added for energy models across different machine learning frameworks. <!-- 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
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Support
dp convert-backend
for models with type embedding for tf.Detailed Description
dp convert-backend
now only supports models without type embedding for tf to convert to pt/dp.Models with descriptors such as se_atten se_atten_v2 need to be added.
Also in issue #3997 .
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: