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

Tied biases for convnets #503

Merged
merged 10 commits into from
May 14, 2015
Merged

Tied biases for convnets #503

merged 10 commits into from
May 14, 2015

Conversation

harm-devries
Copy link
Contributor

I've implemented tied biases for convnets (default is still untied biases, though). I also added the possibility to specify border_mode, tied_biases for a ConvolutionalSequence.

@dwf
Copy link
Contributor

dwf commented Mar 18, 2015

You're going to need to rebase this against bartvm/master in order to have the checks run.

@bartvm
Copy link
Member

bartvm commented Mar 23, 2015

LGTM. It'd be nice to have a test to tests/bricks/test_conv.py to make sure this is tested with the rest.

@dwf
Copy link
Contributor

dwf commented Mar 23, 2015

Agreed re: test.

@dwf dwf force-pushed the master branch 2 times, most recently from 461d845 to 1bb236a Compare March 23, 2015 23:27
@dwf
Copy link
Contributor

dwf commented May 11, 2015

@harmdevries89 Any chance you could finish this up by writing a short test?

@harm-devries
Copy link
Contributor Author

Yes, I will do it this week.

@harm-devries
Copy link
Contributor Author

@dwf @bartvm Can you review the code?

@dwf
Copy link
Contributor

dwf commented May 14, 2015

LGTM, I'll merge when Travis passes.

dwf added a commit that referenced this pull request May 14, 2015
@dwf dwf merged commit e4d2cd0 into mila-iqia:master May 14, 2015
@dwf dwf removed the needs tests label May 14, 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