You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @orlando-labs, there could probably be Torch::Ellipsis and Torch::Slice classes for this (similar to the C++ API). I'm not sure it would be especially Ruby-like, but would make it easier to port code.
Hi, @ankane!
Working recently on some Fairseq models porting, I met the following line:
What can we do with such ellipsis indexing and step slicing while keeping Ruby clarity?
UPD: according to docs
The text was updated successfully, but these errors were encountered: