Skip to content

Commit 69cc79f

Browse files
author
Wenbing Li
authored
Update README.md
1 parent 9701bf5 commit 69cc79f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ This package relies on ONNX, NumPy, and ProtoBuf. If you are converting a model
3737
6. XGBoost (scikit-learn interface)
3838
7. libsvm
3939

40-
`onnxmltools` has been tested with Python **2.7**, **3.5**, **3.6**, and **3.7**.
40+
ONNXMLTools has been tested with Python **2.7**, **3.5**, **3.6**, and **3.7**.
41+
`Note: some wrapped converters may not support python 2.x anymore.`
4142

4243
# Examples
4344
If you want the converted ONNX model to be compatible with a certain ONNX version, please specify the target_opset parameter upon invoking the convert function. The following Keras model conversion example demonstrates this below. You can identify the mapping from ONNX Operator Sets (referred to as opsets) to ONNX releases in the [versioning documentation](https://github.com/onnx/onnx/blob/master/docs/Versioning.md#released-versions).

0 commit comments

Comments
 (0)