microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript
Other
1.75k stars 130 forks source link

Support "TopK" and "ConvTranspose" operators #263

Open EJShim opened 3 years ago

EJShim commented 3 years ago

Could you update "TopK" and "ConvTranspose" operator?

or is there any alternative method for torch.topk operator that I can use?