Is there any alterantive for toch.gather() operation or should we custom implement this ??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there any alterantive for toch.gather() operation or should we custom implement this ??
Thanks for the response there are two types of gather operations which are listed below
Type1
Type 2
Please let me knw i you have any queries
Hi Abhilash,
We are planning to support GatherND (element and line update) in our 9.0 release. Please let me know if you can use this operator for your work. If you want to gather along any axis (i.e axis != 0), maybe you can use transpose and GatherND together (GatherND gathers elements only across axis 0). We are planning to support both transpose and GatherND in our upcoming 9.0 release.
Thanks,
Sai.