ARAE icon indicating copy to clipboard operation
ARAE copied to clipboard

Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun

Results 19 ARAE issues
Sort by recently updated
recently updated
newest added

I found that the provided weights work quite well when I generate samples. However, if I train the model with the provided script(the same setting), the result is very pool....

Kindly suggest how to generate sentences (after training) conditioned on a label for eg., positive sentiment along with the conditioning on latent z.

load options.json and vocab.json

I followed README.md and ran ` python train.py --data_path ./data` But then I got the following errors: ``` {'dropout': 0.0, 'lr_ae': 1, 'load_vocab': '', 'nlayers': 1, 'batch_size': 64, 'beta1': 0.5,...

I found that in the function train_gan_d(), the loss_fake and loss_real are in the opposite direction with the original paper. I was wondering is it correct or not?

Hi, when I run run_snli.py, it does not work. :'( >> python run_snli.py --data_path ./data/snli_lm --no_earlystopping then..I encountered the TypeError as below. Do you know any solutions? Traceback (most recent...

I am wondering how to use this code to perform the "offset vector transformation" examples in the paper, such as substituting "clapping" with "walking" and altering the entire input sentence...