diff --git a/src/rbm/rbm.py b/src/rbm/rbm.py index 3b41969..91a9890 100644 --- a/src/rbm/rbm.py +++ b/src/rbm/rbm.py @@ -13,7 +13,7 @@ def cv_show(name: str, vec: np.array, shape): class MyStatus(Status): def __init__(self, _stack: StackDeep, _batch: np.ndarray): - Status.__init__(self, update_interval=10) + Status.__init__(self, update_interval=1) self.stack = _stack self.batch = _batch self.index = 0