vlgiitr / GenZoo

A repository providing implementations of generative models in various frameworks.
18 stars 8 forks source link

VAE #3

Closed ayushtues closed 4 years ago

ayushtues commented 5 years ago

Ayush Mangal , Pytorch , MNIST , based on Carl Doresch VAE tutorial

aniket-agarwal1999 commented 5 years ago

Yea you seem the first for VAE implementation. So yea it's a go-ahead from our side. Be sure to once go through the README on the structure of PR that is to be submitted. :smile:

dakshitagrawal commented 5 years ago

@ayushtues Any progress in this ticket?

ayushtues commented 5 years ago

@dakshitagrawal97 This is my first stand-alone project ever so I kind of followed the DCGAN implementation discussion and wanted to make things as similar as possible so I didn't make the PR yet :sweat_smile:

The following things are done

Things to do:

Also sorry for the long comment ... it's my first time using GitHub so am not really familiar with the norms

dakshitagrawal commented 5 years ago

@ayushtues Thanks for the detailed update. No need to be sorry for writing a long comment, helps us know exactly where you are. :)

Feel free to make a PR whenever you feel the code is ready to be merged.

You might wanna keep a log of all your experiments, and note down your observations in the Readme.

aarushgupta commented 5 years ago

Great work @ayushtues! Feel free to shoot us a message in case you get stuck anywhere.

ayushtues commented 4 years ago

Merged! Closing.