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

max_pool_2d stride support #2424

Merged
merged 6 commits into from
Feb 20, 2015
Merged

max_pool_2d stride support #2424

merged 6 commits into from
Feb 20, 2015

Conversation

SinaHonari
Copy link
Contributor

Issue #2196

@lamblin
Copy link
Member

lamblin commented Jan 20, 2015

Can you rebase on the latest central/master? I think only one commit should be in that PR.

return [DownsampleFactorMaxGrad(self.ds,
ignore_border=self.ignore_border,
st=self.st)(
x, maxout, gz)]

def c_code(self, node, name, inp, out, sub):
"No implementation is currently for the case where
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a comment (starting with #), not a docstring.
Also, currently it is a parse error, as multi-line strings should be enclosed in triple marks (''' or """).

@lamblin
Copy link
Member

lamblin commented Jan 28, 2015

It looks like the tests you added can be quite long, and make travis time out.
I'm not sure yet what the best solution would be, let me think about it.

@nouiz
Copy link
Member

nouiz commented Feb 20, 2015

thanks.

nouiz added a commit that referenced this pull request Feb 20, 2015
@nouiz nouiz merged commit bb3c905 into Theano:master Feb 20, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants