Skip to content

Commit 59d2f56

Browse files
wschinshauheen
authored andcommitted
Add opset_import to saved model files (#6)
1 parent 9721a26 commit 59d2f56

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/utils/models/coreml_OneHotEncoder_BikeSharing.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ graph {
402402
}
403403
domain: "ai.onnx.ml"
404404
}
405-
name: "b9e2fc3b57da4b62a1cf21e13a22331f"
405+
name: "e29a78efcc8341a992cfc72e0e6f5260"
406406
initializer {
407407
dims: 1
408408
data_type: INT64
@@ -572,3 +572,7 @@ graph {
572572
}
573573
}
574574
}
575+
opset_import {
576+
domain: "ai.onnx.ml"
577+
version: 1
578+
}
16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)