All Projects → ZhenYangIACAS → Nmt_gan

ZhenYangIACAS / Nmt_gan

Licence: apache-2.0
generative adversarial nets for neural machine translation

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Nmt gan

Tagan
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks: Manipulating Images with Natural Language", NeurIPS 2018
Stars: ✭ 97 (-11.82%)
Mutual labels:  gan
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-9.09%)
Mutual labels:  gan
Stylegan2 Projecting Images
Projecting images to latent space with StyleGAN2.
Stars: ✭ 102 (-7.27%)
Mutual labels:  gan
Njunmt Tf
An open-source neural machine translation system developed by Natural Language Processing Group, Nanjing University.
Stars: ✭ 97 (-11.82%)
Mutual labels:  nmt
Lsd Seg
Learning from Synthetic Data: Addressing Domain Shift for Semantic Segmentation
Stars: ✭ 99 (-10%)
Mutual labels:  gan
Tbgan
Project Page of 'Synthesizing Coupled 3D Face Modalities by Trunk-Branch Generative Adversarial Networks'
Stars: ✭ 105 (-4.55%)
Mutual labels:  gan
Doppelganger
[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
Stars: ✭ 97 (-11.82%)
Mutual labels:  gan
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (-1.82%)
Mutual labels:  gan
Zerospeech Tts Without T
A Pytorch implementation for the ZeroSpeech 2019 challenge.
Stars: ✭ 100 (-9.09%)
Mutual labels:  gan
Dr Gan By Pytorch
An implement of Disentangled Representation Learning GAN for Pose-Invariant Face Recognition
Stars: ✭ 106 (-3.64%)
Mutual labels:  gan
Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (-11.82%)
Mutual labels:  gan
Exprgan
Facial Expression Editing with Controllable Expression Intensity
Stars: ✭ 98 (-10.91%)
Mutual labels:  gan
Fagan
A variant of the Self Attention GAN named: FAGAN (Full Attention GAN)
Stars: ✭ 105 (-4.55%)
Mutual labels:  gan
3d Gan Superresolution
3D super-resolution using Generative Adversarial Networks
Stars: ✭ 97 (-11.82%)
Mutual labels:  gan
Convolutional Handwriting Gan
ScrabbleGAN: Semi-Supervised Varying Length Handwritten Text Generation (CVPR20)
Stars: ✭ 107 (-2.73%)
Mutual labels:  gan
Pytorch Generative Adversarial Networks
A very simple generative adversarial network (GAN) in PyTorch
Stars: ✭ 1,345 (+1122.73%)
Mutual labels:  gan
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+1170%)
Mutual labels:  gan
What I Have Read
Paper Lists, Notes and Slides, Focus on NLP. For summarization, please refer to https://github.com/xcfcode/Summarization-Papers
Stars: ✭ 110 (+0%)
Mutual labels:  gan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-1.82%)
Mutual labels:  gan
3dgan Pytorch
3DGAN-Pytorch
Stars: ✭ 105 (-4.55%)
Mutual labels:  gan

NMT_GAN

This is an open source implementation of our framework to improve NMT with conditional sequence generative adversarial nets.which is described in the following papers:

Yang, Z., Chen, W., Wang, F., & Xu, B. Improving neural machine translation with conditional sequence generative adversarial nets. (NAACL 2018)

Requirements: Tensorflow 1.2.0, python 2.x

Useage:

pre-train the discriminator by: sh discriminator_pretrain.sh

pre-train the generator by: sh train.sh

generate the samples by: sh generate_sample.sh

run the gan training by: sh gan_train.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].