Skip to content

Commit 3631d32

Browse files
ahmedsabielina128
andauthored
Add use_structured_outputs flag to README (#6739)
Co-authored-by: Na Li <[email protected]>
1 parent 988a26a commit 3631d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tfjs-converter/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ saved a tf.keras model in the SavedModel format.
162162
|<nobr>`--output_node_names`</nobr>| Only applicable to Frozen Model. The names of the output nodes, separated by commas.|
163163
|<nobr>`--control_flow_v2`</nobr>| Only applicable to TF 2.x Saved Model. This flag improve performance on models with control flow ops, default to False.|
164164
|<nobr>`--metadata`</nobr>| Comma separated list of metadata json file paths, indexed by name. Prefer absolute path. Example: 'metadata1:/metadata1.json,metadata2:/metadata2.json'.|
165+
|<nobr>`--use_structured_outputs_names`</nobr>| Changes output of graph model to match the structured_outputs format instead of list format. Defaults to `False`.|
165166

166167
__Note: If you want to convert TensorFlow session bundle, you can install older versions of the tensorflowjs pip package, i.e. `pip install tensorflowjs==0.8.6`.__
167168

0 commit comments

Comments
 (0)