rbm: use update interval of 1%
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ def cv_show(name: str, vec: np.array, shape):
|
|||||||
|
|
||||||
class MyStatus(Status):
|
class MyStatus(Status):
|
||||||
def __init__(self, _stack: StackDeep, _batch: np.ndarray):
|
def __init__(self, _stack: StackDeep, _batch: np.ndarray):
|
||||||
Status.__init__(self, update_interval=10)
|
Status.__init__(self, update_interval=1)
|
||||||
self.stack = _stack
|
self.stack = _stack
|
||||||
self.batch = _batch
|
self.batch = _batch
|
||||||
self.index = 0
|
self.index = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user