ankane / torch.rb

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

Docs: Undefined method `T` for `tensor` #46

Closed bockets closed 10 months ago

bockets commented 10 months ago

https://github.com/ankane/torch.rb/blob/b0fa9a17671e0b04e8529ea439601c831e087e3a/tutorials/blitz/tensors.md?plain=1#L192

Looks like a typo, but the next part of the line has tensor.t, so I'm not entirely sure.

ankane commented 10 months ago

Hi @bockets, that's the correct output, but fixed syntax highlighting for the block.

ankane commented 10 months ago

Sorry, I see what you're saying now. Updated in the commit above.