You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
When I convert the model to onnx format, an error similar with following rises up:
ValueError: Graph disconnected: cannot obtain value for tensor Tensor("joints/conv2d_58_input:0", shape=(None, 2, 2, 288), dtype=float32) at layer "conv2d_58". The following previous layers were accessed without issue: []
Both tensorflow 2.3.0 and 2.5.0 have the same error. I did not find out ant possible reasons for this issue. Any suggestions? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi author,
When I convert the model to onnx format, an error similar with following rises up:
ValueError: Graph disconnected: cannot obtain value for tensor Tensor("joints/conv2d_58_input:0", shape=(None, 2, 2, 288), dtype=float32) at layer "conv2d_58". The following previous layers were accessed without issue: []
Both tensorflow 2.3.0 and 2.5.0 have the same error. I did not find out ant possible reasons for this issue. Any suggestions? Thanks.
The text was updated successfully, but these errors were encountered: