We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38584cc + 7268d48 commit a370fbfCopy full SHA for a370fbf
source/train/Loss.py
@@ -169,7 +169,7 @@ def print_on_training(self,
169
if self.has_v :
170
print_str += prop_fmt % (np.sqrt(error_v_test) / natoms[0], np.sqrt(error_v_train) / natoms[0])
171
if self.has_pf:
172
- print_str += prop_fmt % (np.sqrt(error_pf_test) / natoms[0], np.sqrt(error_pf_train) / natoms[0])
+ print_str += prop_fmt % (np.sqrt(error_pf_test), np.sqrt(error_pf_train))
173
174
return print_str
175
0 commit comments