Vinitra Swamy

Results 22 comments of Vinitra Swamy

Hello @ac4922. Unfortunately we don't have the resources currently to add the Alternating Least Squares PySpark operator. We welcome community contributions!

Thank you for your feedback. The coreml-converter script has been fixed. It looks like this is a bug in the converter, so I've transferred it to onnxmltools. Can you provide...

Hello @gosha20777! Thank you for reporting your experience with a Keras->ONNX model conversion. Which ONNX package version do you have? Your conversion code looks correct. @jiafatom

Hello Su and @MotoRZR, sorry for any difficulties you've had with the conversion process! In the convert_sklearn case, have you registered the lightgbm converters to be used with skl2onnx? Which...

Thanks for trying a new conversion, @Aeroxander! I'd encourage you to contribute to the community tools in onnxmltools once you've gotten it working. @stevenlix, any insight here?

Hello @MotoRZR! As of now, we don't have the resources to support LightGBM categorical variables in LGBMClassifier and LGBMRegression. We welcome community contributions!

Hello @Gaploid, thank you for reporting your experience! This seems to pertain to the float_to_float16 operator in [WinML](https://github.com/Microsoft/Windows-Machine-Learning) and WinMLtools, as opposed to the converters in ONNXMLTools. @ryanlai2, @youngkim93, thoughts?

This looks like an error with the caffe2onnx exporter. We recommend asking in that repo directly as those developers are most familiar with the codebase. One way to confirm that...

After poking around a bit, I see that mxnext-model-export API has changed to multi-model-server API. You will need to translate the command to the API here: https://github.com/awslabs/multi-model-server Here's an example...

Hello @kesslerd! NonMaximumSuppression support is in progress as part of the ONNX Opset 10 updates. It is not currently supported yet.