We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a4085 commit 74ac0eeCopy full SHA for 74ac0ee
coremltools/converters/_converters_entry.py
@@ -119,6 +119,9 @@ def convert(
119
for debugging purpose and currently cannot be compiled to
120
executable.
121
122
+ Note that for TensorFlow SaveModel models with more than 1 tag set,
123
+ ``tags: list[str]``, can be used to specify a set of tags.
124
+
125
Returns
126
-------
127
model: `coremltools.models.MLModel` or `coremltools.converters.mil.Program`
0 commit comments