GansFallingShort
GansFallingShort copied to clipboard
Code for "Language GANs Falling Short"
trafficstars
Language GANs Falling Short
Code for reproducing all results in our paper, which can be found here
(key) Requirements
- Python 3.6
- Pytorch 0.4.1
- TensorboardX
Structure
commonfolder: most of the important code is here, including all models and utilitiessynthetic_data_experimentsfolder: code to run and reproduce all oracle experimentsreal_data_experimentsfolder: code to run results for ImageCoco and News datasets
Reproducibility
-
For synthetic experiments, we provide the best hyperparameters for every method to reproduce the results. We also provide the hyperparameter script that was used to launch the hyperparameter search. More info can be found here
-
For real data, we uploaded the weights (and corresponding hyperparameters) in
real_data_experiments/trained_modelsfolder. We also provie the hyperparameter script used for this experiment. We give more detail on reproducing the EMNLPNEWS dataset results here
Contact
This repository is no longer maintained. Feel free to file an issue if need be, however response may be slow.