Skip to content

thesiti92/gans

Repository files navigation

Gans!

Exploring how Geometric Transforms Map onto the Z-Space Vector

My code for a small GANs research project I did at HT Kung's lab the summer of 2017. I initially implemented a DCGAN in Torch, but Chainer was already configured on the GPU we had, so I ported it over. The purpose of the research project was to see how a geometric transformation in a picture maps onto the noise vector after training.

1 dimensional Z-space of a DCGAN trained on randomely rotated lines:

alt text


1 dimensional Z-space mappings during training on same dataset:

alt text


1 dimensional Z-space mappings during training on dataset of resized lines:

alt text


Final 1 dimensional Z-space mappings of DCGAN trained on dataset of resized and rotated lines:

alt text


Final 2 dimensional Z-space mappings of DCGAN trained on dataset of resized and rotated lines:

alt text

About

Gans! -- Z space analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages