Git Product home page Git Product logo

textvae's People

Contributors

dribnet avatar ssemeniuta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

textvae's Issues

Negative KL divergence?

Hello! I have a simple and possibly silly question here. In my training runs, the kld term, as logged to costs by vae.py, is always negative, creeping upwards toward zero. Is that expected behavior?

Then, I see that the kld is subtracted from reconstruction_loss in the calculation of the overall cost. Shouldn't kld be positive, and added to reconstruction_loss?

Here's an example of what I'm seeing:

cost_graph_demo

(I've set anneal_start=0 and anneal_end=100 here just for demonstration purposes.)

Thanks for a great paper and a very usable code release!

LICENSE?

What is the license for the Theano code in the repo?

ValueError: cannot reshape array of size 100 into shape (259,)

loading exp/twittervae.charlevel.z_100.len_128.p_0.00.lstmsz_1000.alpha_0.20/model.flt
File "C:/Users/eyaler/Dropbox/python/text_vae/textvae/twitter_vae_sample_charlevel.py", line 163, in
main(**vars(args))
File "C:/Users/eyaler/Dropbox/python/text_vae/textvae/twitter_vae_sample_charlevel.py", line 31, in main
model.load("exp/%s/model.flt" % name)
File "C:\Users\eyaler\Dropbox\python\text_vae\textvae\nn\models\base_model.py", line 89, in load
params = flt.load()
File "C:\Users\eyaler\Dropbox\python\text_vae\textvae\nn\utils.py", line 77, in load
arr = self.load_array()
File "C:\Users\eyaler\Dropbox\python\text_vae\textvae\nn\utils.py", line 104, in load_array
return arr.reshape(dims)
ValueError: cannot reshape array of size 100 into shape (259,)

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.