You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pylearn2 don't have developer anymore. There is other framework that are
developed on top of Theano like Blocks, Keras and Lasagne.
In Theano, we now don't need to use cuda_convnet for pooling, so you could
update the code that call cuda_convnet pooling and make it call
theano.tensor.signal.pool.pool_2d() instead and pass the parameter average.
Would be useful to have.
The text was updated successfully, but these errors were encountered: