Back
Tags: #pytorch
-
Variational Autoencoder (VAE) in Pytorch
With all of those bells and whistles surrounding Pytorch, let's implement Variational Autoencoder (VAE) using it.
-
Generative Adversarial Networks (GAN) in Pytorch
Pytorch is a new Python Deep Learning library, derived from Torch. Contrary to Theano's and TensorFlow's symbolic operations, Pytorch uses ...