Difference between tfjs_layers_model and tfjs_graph_model

前端 未结 2 526
广开言路
广开言路 2020-12-22 02:11

The tensorflowjs converter has the output formats

tfjs_layers_model, tfjs_graph_model

What is the dif

2条回答
  •  温柔的废话
    2020-12-22 02:38

    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`
    

提交回复
热议问题