ankane / torch.rb

Deep learning for Ruby, powered by LibTorch
Other
704 stars 30 forks source link

Fixed a typo in variable name #32

Closed orlando-labs closed 2 years ago

orlando-labs commented 2 years ago

Hi, @ankane. Found a typo during active transformer use. For some reason the result of a decoder with initial xavier uniform weights isn't affected by this typo so the test was ok.

ankane commented 2 years ago

Looks like I messed that up in cc4eca4f5491b894f2b87a9df24b0d0a9411ebea. Thanks @orlando-labs!