-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
view_generative_model.py fail to generate animation #40
Comments
hi.i meet the same problem,have you solve it ?thanks |
Hello.I have the same question with you.Do you solve it?Thank you very much.It will be better if you could help me to solve it. |
Hi, I have solved this problem by using the following instructions: |
oh.I have tried it.But,there is a warning: ValueError:Cannot feed value of shape(35,512)for Tensor u'transition/dense_input_1:0',which has shape '(98,512)'.So,did you have changed code ? It is hepld me very much.Thanks! |
@yangyuekai |
Hi,
I have successfully trained the transition model.
Now I'm going to generate the gif of the predicted image.
I followed instructions:
I got an error:
I thought I may need to make the input size matched, I add time and batch options as:
I got another error:
How can I make it work?
The text was updated successfully, but these errors were encountered: