-
Notifications
You must be signed in to change notification settings - Fork 100
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
Can not squeeze dim[3], expected a dimension of 1, got 2 for 'generator/Squeeze' #4
Comments
@lyzhangjm Hi, did you solve this problem? I met the same error here. |
@YazhouZhang0709 , I have not solved the problem. I don't know the reason. |
@YazhouZhang0709 Hi,I have also met this problem.Do you have any method to solve this? |
I am also getting this issue after a successful train on 100k rows. Same error in both Python 2.7 and 3.5. It seems the issue may be a Tensorflow version mismatch. Seems there have been some breaking changes.
|
Hi, did anybody solves that ? @buriburisuri Any help on that ? |
Well, found that to make it work but should be used with caution !! |
I met the same problem, I don't know how to solve it. |
raise ValueError(err.message) |
你好,请问你解决了这个问题了吗?可以和你交流一下吗?我的邮箱:[email protected] 微信:loveanshen QQ:519838354 |
你好,请问你解决了这个问题了吗?可以和你交流一下吗?我的邮箱:[email protected] 微信:loveanshen QQ:519838354 |
avez-vous résolu ce problème? J'ai rencontré la même erreur ici |
Hi, when I run the generate,
.sg_upconv(dim=2, act='sigmoid', bn=False).sg_squeeze()
there is a error:
ValueError: Can not squeeze dim[3], expected a dimension of 1, got 2 for 'generator/Squeeze' (op: 'Squeeze') with input shapes: [?,384,1,2].
what is it?
thank you.
The text was updated successfully, but these errors were encountered: