mila-iqia / blocks

A Theano framework for building and training neural networks
Other
1.16k stars 351 forks source link

WithExtraDims wrapper should pass kwargs to the wrapped method #1196

Open rizar opened 7 years ago

rizar commented 7 years ago

Currently it doesn't, and because of that typos like extra_ndims instead of extra_ndim go unnoticed.