keitakurita / Better_LSTM_PyTorch

An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.
MIT License
133 stars 20 forks source link

python2 compatibility #1

Closed SaeedNajafi closed 5 years ago

SaeedNajafi commented 5 years ago

python2 compatibility would be awesome.

SaeedNajafi commented 5 years ago

On some data sets I tested. the learning with this better lstm slows down significantly compared to a normal lstm, which results in poor performance (although var dropout paper depicts this) It would also great if you could add some sort of small benchmark in the repo. Thanks.