We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define a Keras model for pose classification print(landmarks.shape)结果(None, 17, 2)
ValueError: Exception encountered when calling layer 'flatten' (type Flatten).
Attempt to convert a value (None) with an unsupported type (<class 'NoneType'>) to a Tensor.
Call arguments received by layer 'flatten' (type Flatten): • inputs=<KerasTensor: shape=(None, 17, 2) dtype=float32 (created by layer 'tf.math.truediv')> 为什么呀?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Define a Keras model for pose classification
print(landmarks.shape)结果(None, 17, 2)
ValueError: Exception encountered when calling layer 'flatten' (type Flatten).
Attempt to convert a value (None) with an unsupported type (<class 'NoneType'>) to a Tensor.
Call arguments received by layer 'flatten' (type Flatten):
• inputs=<KerasTensor: shape=(None, 17, 2) dtype=float32 (created by layer 'tf.math.truediv')>
为什么呀?
The text was updated successfully, but these errors were encountered: