autoencoding_beyond_pixels icon indicating copy to clipboard operation
autoencoding_beyond_pixels copied to clipboard

Generative image model with learned similarity measures

Results 13 autoencoding_beyond_pixels issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I'm confused about the loss function descripted in the paper and the corresponding implementation. I don't understand the implementation of L_dis in the code. In VAE L_pixel corresponds to...

Thank you very much for your code! I have a question about the reconstruction loss. I'm a novice and only use pytorch. I've done experiments with other pytorch codes and...

Hello, I would like to ask where the data is downloaded.

Hi, Would it be possible to add a trained model to the project?

Hi, I'm trying to get the project to run, but did not succeed: symptoms: sha1 sum for list_attr_celeba.txt did not match the one specified in deeppy source. I got over...

It seems that the link of img_align_celeba.zip is dead. The error is "Error (429) This account's links are generating too much traffic and have been temporarily disabled!" Any alternative link?...

Hi, Thank you for this easily readable code. I have one trivial question. How to modify cifar_aegan.py (or, any other *_aegan.py file) so as to run it on my dataset....

Hello, I have some questions regarding hyperparameters. I have made my own implementation in tensorflow. My question is what are your exact hyperparameter specifications for getting good results? **Currently I...

Hi, How to monitor whether the training is going well? I am a newbie in VAE+GAN training. So far, I worked with CNNs training and usually the training loss gradually...

What tricks do you guys use to train the model. I tried to rebuild the model based on your guys paper but when I tried to train it it crashes....