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
Add mode and alternative border parameters to CUDNN conv.
- The `mode` now defaults to `cross`, which is what all other packages
use and thus it allows loading their weights without needing to fiddle
with mirroring/flipping them correctly.
- Adds an alternative `border` parameter for these two reasons:
1. So that we have a flexible shortcut for 'same'
2. So that Theano can use some tricks for 'valid' and 'full'
The old interface is still available and used since `border=None` by default.
0 commit comments