-
WARNING:root:scikit-learn version 0.24.0 is not supported. Minimum required version: 0.17. Maximum required version: 0.19.2. Disabling scikit-learn conversion API.
Traceback (most recent call last):
…
-
Guidelines:
![QQ截图20240302132513](https://github.com/microsoft/Windows-Machine-Learning/assets/53466493/4a350a0a-5d49-424e-a406-a3822174f5da)
![QQ截图20240302133149](https://github.com/microsoft/Windo…
-
Using WinMLTools floating point 32 into 8-bit integer optimization results in the following error:
```
Traceback (most recent call last):
File "/usr/local/bin/onnx-cpp", line 11, in
load_…
-
Hi,
I`ve converted the model using that code:
```
from winmltools.utils import convert_float_to_float16
from winmltools.utils import load_model, save_model
import struct
onnx_model = load_model(…
-
I made a new model using keras, and saved it to an .hdf file using a callback during training.
I reloaded the model and tried to convert to an ONNX model:
```
model = keras.models.load_model(file…
-
## I'm submitting a…
Bug report (I searched for similar issues and did not find one)
The Run command doesn't work , and Save model as well , **`when trying to download Python in Convert tab`** …
-
I fail trying to convert [this model](https://github.com/PINTO0309/PINTO_model_zoo/tree/main/058_BlazePose_Full_Keypoints/01_Accurate/08_coreml) to onnx.
on WSL, py3.5.3, onnxmltools 1.7.0 I get `V…
-
Hi. I'm trying VS AI tool to convert model but dumps v4 op vs. v7. Is there update to AI tool?
https://github.com/Microsoft/Windows-Machine-Learning/issues/50
No suitable kernel definition found …
-
HI, I want to convert a scikit-learn model to onnx,but I dont now how to set up the input_featrues parameters. thanks :)
my model featrues :
Sepal Length float 1
Sepal Width float …
-
I'm trying to save a custom sklearn pipeline as onnx model, but I'm getting errors in the process.
sample code:
from sklearn.preprocessing import OneHotEncoder
from sklearn.base import …