Closed
Description
To get help from the community, we encourage using Stack Overflow and the tensorflow.js
tag.
TensorFlow.js version
tensorflowjs 1.0.1 pip package, with python3.6 on Ubuntu16.04.
Describe the problem or feature request
I am porting BodyPix to python. So I want to convert the BodyPix tfjs models to the python-friendly format.
The tensorflowjs_converter can convert tf_saved_model to tfjs_graph_model. But the reverse conversion is not possible.
Is there a good way?
(Other formats are also OK if they are loadable with python.)