onnxmltools icon indicating copy to clipboard operation
onnxmltools copied to clipboard

ONNXMLTools enables conversion of models to ONNX

Results 144 onnxmltools issues
Sort by recently updated
recently updated
newest added

Hi everyone, I'm trying to convert a mlmodel, which was created with turicreate Object Detection, to onnx. Unfortunately, I get the below issue: `Unsupported shape calculation for operator nonMaximumSuppression`

Hi all I am totally new in Machine Learning. I have started to work on a project in which I've been asked to add some ML features. The first and...

I need to install the version 1.6.5, but it's not available on pypi.org: https://pypi.org/project/onnxmltools/#history Can you release it?

This repo seems to be the best place for the discussion; I apologize if it has already happened elsewhere. I believe that a more natural workflow for interacting with ONNX...

Dear fellow programmers, I'm currently trying to build my own self trained version of a tiny-yolov2 network comparable to: https://github.com/onnx/models/tree/master/tiny_yolov2 I want only 6 custom classes instead of the given...

I used the example code to generate onnx model from keras, and then I convert onnx to mlmodel. It raised the error "Unsupported ONNX ops of type: Identity"

Like https://github.com/onnx/tensorflow-onnx. This is useful when you already have a model on disk.

contribution welcome

Given that auto_pad is deprecated in ONNX and isn't supported for things like infer_shapes, I propose that we remove auto_pad from coreml and keras operator converters (Pool/Conv) and instead use...

enhancement

I am trying to convert a ASL model to ONNX. But it seems there is no support for it . Could you please check this? Code: from pyspark.ml.recommendation import ALS...

enhancement

So I'm trying to cast an INT64 to FLOAT16 with the help of the float to float16 converter.. [Here is the code I came up with right now](https://github.com/onnx/onnxmltools/commit/df3a6e68b000ebf51b0ae9c2fd39eef1192f14fd) While Netron...