lucabergamini / VAEGAN-PYTORCH

VAEGAN from "Autoencoding beyond pixels using a learned similarity metric" implemented in Pytorch. Clean, clear and with comments.
182 stars 34 forks source link

Difference between network and Network 1 #4

Open SoEzreal opened 2 years ago

SoEzreal commented 2 years ago

Hello, I am studying VAE-GAN recently. I found that in your project you have network.py and network_1.py, and the corresponding main files are different. I wonder what the difference is ...