├── LICENSE ├── README.md ├── imdb_train.py └── model.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synthesio/hierarchical-attention-networks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synthesio/hierarchical-attention-networks/HEAD/README.md -------------------------------------------------------------------------------- /imdb_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synthesio/hierarchical-attention-networks/HEAD/imdb_train.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synthesio/hierarchical-attention-networks/HEAD/model.py --------------------------------------------------------------------------------