OpenMined / Threepio

A multi-language library for translating commands between PyTorch, TensorFlow, and TensorFlow.js
Other
56 stars 15 forks source link

torch/tfjs: Translate select to gather. #120

Closed juharris closed 4 years ago

juharris commented 4 years ago

Description

Translate PyTorch's gather to Tensorflow.js' gather. I am trying to write a Plan in Python with PyTorch that uses tensor.select and I would like it translated so that I can use syft,js. Did I do this right?

How has this been tested?

Added tests.

Checklist

juharris commented 4 years ago

@Nolski I resolved the conflicts.