VAE-GAN
VAE-GAN copied to clipboard
Pytorch implementation of paper "Autoencoding beyond pixels using a learned similarity metric"
Could you add a license?
Dear author, would you mind sharing the dataset in github?
```shell /home/francesco/Desktop/test/VAE-GAN/network.py:187: UserWarning: nn.init.uniform is now deprecated in favor of nn.init.uniform_. nn.init.uniform(m.weight,-scale,scale) /home/francesco/Desktop/test/VAE-GAN/network.py:189: UserWarning: nn.init.constant is now deprecated in favor of nn.init.constant_. nn.init.constant(m.bias, 0.0) Epoch:0 /home/francesco/Desktop/test/test/lib/python3.8/site-packages/torch/nn/functional.py:1709: UserWarning: nn.functional.sigmoid is deprecated....
After 25 epochs there's no such result in training, only blur shapes of faces. Maybe some default parameters are wrong.