Variational-Ladder-Autoencoder icon indicating copy to clipboard operation
Variational-Ladder-Autoencoder copied to clipboard

Implementation of VLAE

Results 1 Variational-Ladder-Autoencoder issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, very interesting paper btw! I'm replicating the code in PyTorch, but noticed that you've not used the `is_training` parameter for one of the layer below. I was wandering if...