Debayan Ghosh

Results 3 issues of Debayan Ghosh

As of today , during loading an onnx model with OnnxModelLoader, if any of the operators is not supported by Glow it returns immediately with error. Instead it would be...

@jackm321 Is there a way to load torchscript traced files from disk and compile it using the PytorchModelLoader without using the Python torch_glow module. There existed a PytorchFileLoader as part...

Hi @jfix71 , The aten::index op is not currently supported by glow PytorchModelLoader. The index operator takes a list of Tensors as input. Is there a plan to support loading...