diff --git a/src/rbm/status.py b/src/rbm/status.py index c9ee044..ee7cd76 100644 --- a/src/rbm/status.py +++ b/src/rbm/status.py @@ -18,7 +18,7 @@ class Status: print(f"{entity.name}: {key} : {value}{unit}") l2_norm = np.sum(np.square(entity.state.w_hv))/entity.state.w_hv.shape[1] - print(f"{entity.name}: l2_norm : {l2_norm}") + print(f"{entity.name}: l2_norm : {l2_norm}") def on_change(self, entity: Entity, status: dict|None=None) -> bool: if status is None: