williamSYSU/TextGAN-PyTorch
TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.
This framework helps machine learning researchers explore and benchmark different Generative Adversarial Network (GAN) models for text generation. You can input various text datasets, and it will output generated text, allowing you to compare the performance of different GAN architectures. It is designed for researchers familiar with PyTorch who are studying or developing new GAN-based text generation models.
911 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher working with PyTorch and need a standardized platform to experiment with and evaluate different GAN models for generating text.
Not ideal if you are looking for a plug-and-play solution for general text generation without deep involvement in model architecture and training, or if you prefer using TensorFlow.
Stars
911
Forks
208
Language
Python
License
MIT
Category
Last pushed
Jun 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/williamSYSU/TextGAN-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch