Closed anchit-sadana closed 2 years ago
I have found a matching model and was able to reproduce the issue. I suspect a broken model definition, but I'm investigating this now.
The issue has been fixed and you can use the latest release or simply use pip install tfjs-graph-converter -U
to update to the latest version (1.6.1).
Thanks!
Thanks!
Hi, I'm having issues converting this model using this tool, I'm having some issues that I think is being caused by dependency versions mismatched, that cannot be solved because on my M1 machine. Did you convert this model successfully? Can you share your steps and dependency versions at the time?
I get an error
Node 'StatefulPartitionedCall/model/depthwise_conv2d_30': Unknown input node 'StatefulPartitionedCall/model/depthwise_conv2d_29/depthwise'
while trying to convert the Blazepose model from the TF hub from tfjs to Tensorflow. Any idea how I can work around this?