Difference between tfjs_layers_model and tfjs_graph_model

前端 未结 2 524
广开言路
广开言路 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`
    
    0 讨论(0)
  • 2020-12-22 02:49

    It seems like information about this is fragmented all over a few repos and websites linked below, so I have done the detective work

    0 讨论(0)
提交回复
热议问题