Ramakrishnan Sivakumar

Results 6 issues of Ramakrishnan Sivakumar

The models under the [validated directory](https://github.com/onnx/models/tree/main/validated) show up on the web page like below: ![image](https://github.com/onnx/models/assets/12814146/4fd63ae0-3acf-45ea-ac80-845ce600ce58) This is not enough information about these models, can we have these model cards have...

bug

Some models had to be skipped because they failed `torch.onnx.verification` . These models have been moved under a folder called skip in each of the following folders: https://github.com/onnx/models/tree/main/Computer_Vision/skip https://github.com/onnx/models/tree/main/Generative_AI/skip https://github.com/onnx/models/tree/main/Natural_Language_Processing/skip...

bug

For now the tests for running onnx.checker and onnxruntime CPU EP were removed from main. Please add new corresponding tests powered by TurnkeyML ASAP to ensure these new models are...

enhancement

A Pytorch Model converted to onnx using the script below successfully executes through ONNXRuntime. But post FP16 conversion, the model fails with `[ONNXRuntimeError] : 1 : FAIL : Type Error:...

ONNX Model Zoo is now accessed through a webpage onnx.ai/models. This webpage is powered by [github pages](https://github.com/onnx/models/tree/gh-pages) that reads the directory strucutre from github.com/onnx/models to populate the webpage. The initial...

enhancement

Conda env creation is defined [here](https://github.com/onnx/turnkeyml/blob/a998d7a6e4814f0142f3a6937c6ef7fb85428323/src/turnkeyml/run/onnxrt/execute.py#L19). Enhance the methodology to accept requirements and improve exception handling for permission issues.

enhancement