Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 415 Bytes

LSTNet implementation in Apache MXNet Gluon

This repository contains an implementation of this paper: https://arxiv.org/abs/1703.07015, based on the original PyTorch implementation by authors in this repository: https://github.com/laiguokun/LSTNet

Please refer to the paper for background on the network architecture.

Running the script

To get the list of commandline arguments:

python train.py --help