Element-Research / rnn

Recurrent Neural Network library for Torch7's nn
BSD 3-Clause "New" or "Revised" License
938 stars 314 forks source link

"maxnormout" -> "maxNorm" #392

Closed tastyminerals closed 7 years ago

tastyminerals commented 7 years ago

nn.LookupTable.lua does not have maxnormout field. Correcting to maxNorm.

nicholas-leonard commented 7 years ago

@tastyminerals Thanks.