Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Average pooling not exported in cuda_convnet pooling code #1574

Open
Vaishaal opened this issue Jul 21, 2016 · 1 comment
Open

Average pooling not exported in cuda_convnet pooling code #1574

Vaishaal opened this issue Jul 21, 2016 · 1 comment

Comments

@Vaishaal
Copy link

Would be useful to have.

@nouiz
Copy link
Member

nouiz commented Jul 21, 2016

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.

On Thu, Jul 21, 2016 at 1:37 PM, Vaishaal notifications@github.com wrote:

Would be useful to have.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1574, or mute the thread
https://github.com/notifications/unsubscribe-auth/AALC-4chyIUt5hS6ponw9qAzQtflWv4yks5qX65jgaJpZM4JSCdv
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants