An open API service indexing awesome lists of open source software.

https://github.com/zphang/char-rnn-pytorch

Char-RNN for PyTorch
https://github.com/zphang/char-rnn-pytorch

Last synced: 9 months ago
JSON representation

Char-RNN for PyTorch

Awesome Lists containing this project

README

          

char-rnn-pytorch
===

**Heavily** based on Sherjil Ozair's [char-rnn-tensorflow](https://github.com/sherjilozair/char-rnn-tensorflow)

Originally inspired by Andrej Karpathy's [char-rnn](https://github.com/karpathy/char-rnn)

## Requirements
- Python 3.6 (Might still run in 2.7)
- [PyTorch 0.2.0](http://pytorch.org/)

## Roadmap
- [ ] Add command-line version
- [ ] Set up continuous integration
- [ ] Enable more command-line arguments from `char-rnn-tensorflow`

## Contributing
Please feel free to:
* Leave feedback in the issues
* Open a Pull Request