GAN Experiments A PyTorch implementation of a textual GAN. To run the code (edit running parameters in run_gan.sh - see utils.argparse.py for more details): pip3 install -r requirement.txt bash run_gan.sh main.py should be your entry point into the code.