The tensorflowjs converter has the output formats
tfjs_layers_model, tfjs_graph_model
tfjs_layers_model
tfjs_graph_model
What is the dif
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`