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
- Host: GitHub
- URL: https://github.com/zphang/char-rnn-pytorch
- Owner: zphang
- Created: 2017-05-15T03:24:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T00:36:45.000Z (about 8 years ago)
- Last Synced: 2025-01-29T13:43:52.609Z (11 months ago)
- Language: Python
- Size: 425 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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