e-lab / torch-toolbox

A collection of snippets and libraries for Torch from e-Lab
https://engineering.purdue.edu/elab/
199 stars 64 forks source link

Add nn.temporalConvolution and nn.Linear correction. #2

Closed hohoCode closed 9 years ago

hohoCode commented 9 years ago

Just want to include nn.TemporalConvolution() for your wonderful initialization implementation, plus a little correction on the nn.Linear layer (since weight.size(1) is the fanout and weight.size(2) is the fanin, am I right?). See if this is ok for use and merge.

Aysegul commented 9 years ago

yes great, thanks!