-
Notifications
You must be signed in to change notification settings - Fork 16
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
ValueError: Shape must be rank 2 but is rank 1 for 'MatMul' (op: 'MatMul') with input shapes: [2048], [2048,1008]. #5
Comments
Hi, |
Hi @biuyq, |
@gaceladri you may try |
@biuyq And thanks a lot for your awesome work also. Regards. |
tf.reshape(input, shape=[x,x,x,x]) |
I am getting out of memory error and the script gets killed |
Hi,
Excellent work. I am trying to run CT_gan_cifar_resnet.py and I am getting the next error:
Before this I had to change the line 88 in inception_score.py:
to fix this:
python 3.5
The text was updated successfully, but these errors were encountered: