You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the torch implementation, the behavior of the fitting stats are not tested.
Detailed Description
The behavior compute_output_stats and init_fitting_stat of the torch fitting networks (see below) are not covered by unit testes. Especially the behavior when the dimension of the variables are larger than 1.
It seems that init_fitting_stat has been removed from the energy fitting (but it is still in BaseFitting). compute_output_stats is tested by source/tests/pt/test_stat.py.
Summary
In the torch implementation, the behavior of the fitting stats are not tested.
Detailed Description
The behavior
compute_output_stats
andinit_fitting_stat
of the torch fitting networks (see below) are not covered by unit testes. Especially the behavior when the dimension of the variables are larger than 1.deepmd-kit/deepmd/pt/model/task/ener.py
Lines 213 to 230 in aae4850
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: