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

ConvElemwise now sets tied_b to the correct default #1433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ConvElemwise now sets tied_b to the correct default #1433

wants to merge 1 commit into from

Conversation

GeertLitjens
Copy link
Contributor

This commit should fix #1430. One thing I noticed is that the default is overwritten in ConvRectifiedLinear, should this not be True there also?

@lamblin
Copy link
Member

lamblin commented Mar 24, 2015

Actually, this would change the default behaviour without a warning in advance, and I'm not sure whether the behaviour or the documentation should be changed (especially if the default of conv rectifiers is False).
Could you open a thread on pylearn-dev to discuss the issue?

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.

tied_b initialized to None instead of True in ConvElemWise
2 participants