Difference between tfjs_layers_model and tfjs_graph_model

折月煮酒 提交于 2019-12-25 01:43:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!