Coder Social home page Coder Social logo

Comments (5)

zhaobaozi avatar zhaobaozi commented on June 16, 2024

hi.i meet the same problem,have you solve it ?thanks

from research.

yangyuekai avatar yangyuekai commented on June 16, 2024

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.

from research.

Ling-wei avatar Ling-wei commented on June 16, 2024

Hi, I have solved this problem by using the following instructions:
$ ./server.py --time 15 --batch 7 $ ./view_generative_model.py --name transition --time 15 --batch 7
You can have a try.

from research.

yangyuekai avatar yangyuekai commented on June 16, 2024

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!

from research.

Ling-wei avatar Ling-wei commented on June 16, 2024

@yangyuekai
Hi, I didn't change the code from github. I guess your problem from this command( line 87 ) imgs = sess.run([G_out], feed_dict={O: outs.reshape((-1, z_dim)), K.learning_phase(): 1})[0]
The shape of G_out is (98,512) and the feed_dict which is the output of transition model should also be like this. You can check if something wrong when training the transition model because when I ran the command ./view_generative_model.py transition --time 15 --batch 7
the screen output T.shape: (7, 14, 512), maybe your model made some mistake and had a wrong output just like T.shape: (7, 5, 512)

from research.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.