We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e2642 commit f88ab82Copy full SHA for f88ab82
2 files changed
deepmd/dpmodel/atomic_model/property_atomic_model.py
@@ -51,7 +51,7 @@ def apply_out_stat(
51
52
"""
53
out_bias, out_std = self._fetch_out_stat(self.bias_keys)
54
- if self.get_compute_stats_distinguish_types:
+ if self.get_compute_stats_distinguish_types():
55
for kk in self.bias_keys:
56
ret[kk] = ret[kk] * out_std[kk][0] + out_bias[kk][atype]
57
else:
deepmd/pt/model/atomic_model/property_atomic_model.py
@@ -49,7 +49,7 @@ def apply_out_stat(
49
50
0 commit comments