HeroKillerEver / SeqGAN-PytorchLinks
An optimized version of SeqGAN in pytorch
☆12Updated 7 years ago
Alternatives and similar repositories for SeqGAN-Pytorch
Users that are interested in SeqGAN-Pytorch are comparing it to the libraries listed below
Sorting:
- ReGAN: Sequence GAN using RE[INFORCE|LAX|BAR] based PG estimators☆41Updated 7 years ago
- Random memory adaptation model inspired by the paper: "Memory-based parameter adaptation (MbPA)"☆24Updated 7 years ago
- ☆19Updated 3 years ago
- ☆63Updated 8 years ago
- TensorFlow implementation of Pointer Networks, modified to use a threshold (or hardmax) pointer instead of a softmax pointer.☆40Updated 8 years ago
- ZForcing Repo☆40Updated 8 years ago
- Machine-generated summaries and highlights of the every accepted paper at Thirty-second Conference on Neural Information Processing Syste…☆71Updated 7 years ago
- Highway networks implemented in PyTorch.☆54Updated 8 years ago
- TensorFlow GAN implementation using Gumbel Softmax☆94Updated 8 years ago
- PyTorch implementation of Global Vectors for Word Representation.☆92Updated 7 years ago
- My first UROP project☆23Updated 8 years ago
- GANs for Conditional Sequence Generation. Tensorflow. Including the code of paper "Improving Conditional Sequence Generative Adversarial …☆36Updated 6 years ago
- for learning reinforcement learning using PyTorch.☆64Updated 6 years ago
- An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU…☆72Updated 7 years ago
- PyTorch study☆14Updated 8 years ago
- Implementation of REBAR in PyTorch☆17Updated 7 years ago
- GANs with multiple Discriminators☆78Updated 3 years ago
- TensorFlow implementation [ICLR 18] "Learning Approximate Inference Networks for Structured Prediction"☆30Updated 7 years ago
- A PyTorch Implementation of "Quasi-Recurrent Neural Networks"☆46Updated last week
- Professor Forcing, NIPS'16☆45Updated 8 years ago
- A chainer implementation of Memory Augmented Neural Network☆48Updated 9 years ago
- ☆48Updated 7 years ago
- ☆69Updated 3 years ago
- Implementation of Adversarial Variational Optimization in PyTorch☆43Updated 7 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆137Updated 4 years ago
- Demo code for the paper ''Distributional Adversarial Networks''☆19Updated 8 years ago
- a replicate of https://arxiv.org/pdf/1711.00937.pdf☆16Updated 8 years ago
- Policy gradient reinforcement learning algorithm with importance sampling