vaegan icon indicating copy to clipboard operation
vaegan copied to clipboard

An implementation of VAEGAN (variational autoencoder + generative adversarial network).

Results 2 vaegan issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the nice code. It seems that the batch norm implementation does not consider if it is train mode or test mode. So, at test mode the result...

I feel that the image_feature should be h4 before activation function and batch normalization. Did you guys try to do it based on the paper writer's code?