问题
The tensorflowjs converter has the output formats
tfjs_layers_model
,tfjs_graph_model
What is the difference between the two? Is there a use recommendation?
回答1:
There seem to be only certain pairs of input and output formats that work, namely
`keras` | `tfjs_layers_model`
`keras_saved_model` | `tfjs_layers_model`
`tf_hub` | `tfjs_graph_model`
`tf_saved_model` | `tfjs_graph_model`
来源:https://stackoverflow.com/questions/55829043/difference-between-tfjs-layers-model-and-tfjs-graph-model