Adversarial-Transformation-Network icon indicating copy to clipboard operation
Adversarial-Transformation-Network copied to clipboard

A simple implement of an Adversarial Autoencoding ATN(AAE ATN)

Results 2 Adversarial-Transformation-Network issues
Sort by recently updated
recently updated
newest added

Your re-ranking function, where you are dividing the re-ranked vector by its norm, does not sum up to 1. Hence, it is not a valid probability distribution. Any idea of...

I just increased the value of training_epochs in atn.py and executed the command "python atn.py --train" with a new path for saving the model. But I found that the loss...