How to implement the `torch.gather` function?
Open
- Dominant language
- Julia
- Stars
- 240
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
With Array in Julia, I can use `m[[CartesianIndex(1,1), CartesianIndex(2,1)]]` to get the required elements. But with the `Tensor` in `Torch.jl` I only get `ERROR: getindex not defined for Tensor{Float32,2}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.