Giter Site home page Giter Site logo

pytorch-vae's Introduction

A CNN Variational Autoencoder in PyTorch

Implemetation of David Ha's research on Word Model.

pytorch-vae's People

Contributors

sksq96 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

pytorch-vae's Issues

Name 'vae' is not defined

Hello, I tried vae-cnn.ipynb file but seemingly vae object is never defined but your code is using it. Can you explain this? Also, there is FileNotFoundError: [Errno 2] No such file or directory: 'vae.torch' error.

VAE

Hello,

How can I look at the latent space in the pytorch VAE code? I know how to do this in keras, but have not yet figured it out in pytorch.

Thanks!

loss function?

I am not sure if I am correct. It seems that the loss function is directly a copy from the pytorch's official implement of VAE. But it seems to be the opposite number of the loss in the function.

In the paper the loss should be -DKL+log p(x|z)
and here are we minimizing DKL - log p(x|z)?

I am not sure if I understand correctly about F.binary_cross_entropy but from the document of nn.BCELoss torch.nn.functional.binary_cross_entropy it should be returning -log p(x|z).....

Data normalization

I wonder is there any effect due to normalized data ?
I don't see you normalized your data.

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.