Skip to content

Commit

Permalink
temp_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yufan121 committed Feb 18, 2024
1 parent 6c1b889 commit 3e561fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deepmd/entrypoints/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ def get_data(jdata: Dict[str, Any], rcut, type_map, modifier, multi_task_mode=Fa
)
data.add_dict(data_requirement)


print("*************************************************************************************************")
print("******************** Warning: shuffle_test_off, sort_atom_off ***************")
print("*************************************************************************************************")

return data


Expand Down

0 comments on commit 3e561fd

Please sign in to comment.