A PyTorch implementation of paper "Visualizing and Understanding Recurrent Networks"
A PyTorch implementation of the paper "Visualizing and Understanding Recurrent Networks"
The dataloader.py is partially based on https://github.com/karpathy/char-rnn/blob/master/util/CharSplitLMMinibatchLoader.lua
@article{karpathy2015visualizing,
title={Visualizing and understanding recurrent networks},
author={Karpathy, Andrej and Johnson, Justin and Fei-Fei, Li},
journal={arXiv preprint arXiv:1506.02078},
year={2015}
}