-
Notifications
You must be signed in to change notification settings - Fork 515
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
[BUG] multi-task example does not work #4358
Labels
Comments
This can be resolved with a minor change in |
You can submit to the |
Please note that in v3 we will remove the support of multi-task training in the tf backend. |
wanghan-iapcm
pushed a commit
that referenced
this issue
Nov 19, 2024
) Currently, the multi-task cannot work correctly, and an error is thrown. (See #4358 for more details) To fix this bug, a minor change in `DeepmdDataSystem` is made to make the property `default_mesh` editable. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new attribute for caching default mesh values, improving efficiency. - Added functionality to set test size as a percentage of total structures. - New method for automated test size calculation based on specified percentages. - **Deprecations** - Marked the `get_test` method as deprecated, shifting to a new approach for accessing test data. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug summary
The example for multi-task does not work and gets an errors when calculating neighbour statistics.
DeePMD-kit Version
DeePMD-kit v2.2.11
Backend and its version
TensorFlow v2.10.0
How did you download the software?
Built from source
Input Files, Running Commands, Error Log, etc.
Input files:
deepmd-kit/examples/water_multi_task/ener_dipole
Running command:
Error log:
Steps to Reproduce
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: