Char-RNN-PyTorch
Text generator
A PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data.
使用PyTorch实现Char RNN生成古诗和周杰伦的歌词
141 stars
7 watching
41 forks
Language: Jupyter Notebook
last commit: almost 7 years ago
Linked from 1 awesome list
pytorchrnn
Related projects:
Repository | Description | Stars |
---|---|---|
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
justdark/pytorch-poetry-gen | A PyTorch-based character-level neural network trained on Chinese poetry to generate poetic phrases | 239 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,280 |
alexis-jacq/pytorch-sketch-rnn | A PyTorch implementation of a sketch-based RNN model for generating drawings. | 184 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
graykode/gpt-2-pytorch | An implementation of the GPT-2 language model in PyTorch for generating text | 973 |
xiayandi/pytorch_text_classification | An implementation of convolutional neural networks for text classification using PyTorch | 66 |
longcw/faster_rcnn_pytorch | An implementation of Faster R-CNN using PyTorch | 1,724 |
deepsound-project/samplernn-pytorch | An implementation of an audio generation model using PyTorch | 288 |
dxn-9/prun-lorem | Generates randomLorem Ipsum text based on user input and copies it to the clipboard | 11 |
batzner/tensorlm | A library for text generation with recurrent neural networks using TensorFlow | 61 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
napsternxg/pytorch-practice | A collection of scripts demonstrating PyTorch's capabilities in natural language processing and machine learning tasks | 197 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
zalandoresearch/pytorch-dilated-rnn | Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |