- fixed max index

- call status once inside epoch loop
This commit is contained in:
2025-12-17 19:29:46 +01:00
parent 8dcf0872b9
commit b4cd05d803
2 changed files with 6 additions and 8 deletions
-2
View File
@@ -76,8 +76,6 @@ class Layer:
training_seen += 1
status.on_change({"progress": {"value": round(training_seen*d_progress), "unit": "%"}, "err_rms": {"value": err_rms, "unit": ""}})
def v_to_ph(self, v: np.ndarray) -> np.ndarray:
state = self.state.v_to_h(v)
if self.params.do_gaussian_visible: