-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
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
has an _output_shapes attribute inconsistent with the GraphDef for output #3: Dimension 0 in both shapes must be equal, but are 0 and 1. Shapes are [0] and [1]. #85
Comments
Can you please give more details, why you cannot download the pre-trained model? |
import tensorflow.compat.v1 as tf However, the pretrained model can't be load. I suspect it is the tensorflow version caused the problem. |
You can use |
Tensorflow always causes problems, it would be great to migrate this to PyTorch. |
I also meet the same question. I use tensorflow 2.7.2, my GPU is 3090, cuda is 11.2. |
I also meet this question,have you ever solve this problem now? |
I download the pre-trained model,but meet this question |
have you solve this problem ? |
Hi! I can't load the pre-trained model. Can you help me?
The text was updated successfully, but these errors were encountered: