↓ 1 callersMethodtrain_patience(self, annealer=None, error_fun=None, min_epochs=5,
max_epochs=1000, improvement_thresh
deeppy/train/gradient_descent.py:45
Method__init__(self, n_filters, filter_shape, weights, bias=0.0,
strides=(1, 1), border_mode='valid')
deeppy/expr/nnet/spatial.py:20
Method__init__(self, n_filters, filter_shape, weights, bias=0.0,
strides=(2, 2), border_mode='valid')
deeppy/expr/nnet/spatial.py:87
Method__init__(self, n_filters, filter_shape, weights, bias=0.0,
strides=(1, 1), border_mode='valid')
deeppy/feedforward/convnet_layers.py:20
Method__init__(self, win_shape=(3, 3), method='max', strides=(1, 1),
border_mode='valid')
deeppy/feedforward/convnet_layers.py:63