- fixed max index
- call status once inside epoch loop
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user