Merged
Conversation
* Add gromacs examples * Add doc for gmx/dp plugin * Add gmx plugin in README.md * Add gmx/dp plugin code * Upgrade json.hpp to 3.9.1 * Update doc of installing gromacs * Change the min gcc version to 4.8 * Compile TENSORFLOW_ROOT and DEEPMD_ROOT in dp_gmx_patch * Remove extra files * Update doc to use gcc version 4.8 * Resolve inconsistency in gcc version
* make a draft * add support for hdf5 * fix error with old python * fix rglobal * fix tests_path * fix tests * Update test_deepmd_data.py * use `visit` instead of `visititems` * cache file keys to prevent performance issues * improve performance
* automatic batch size for `dp test` Resolves #1149. We start nbatch * natoms from 1024 (or we can set a different number), and iteratively multiply it by 2 until catching the OOM error. A small issue is that it's a bit slow to catch the TF OOM error. It's a problem of TF and I don't know how to resolve it. Luckily we only need to catch once. * replace `execuate` with `execute` * add unittest; bugfix
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.
No description provided.