Skip to content

dannyneil/pytorch_plstm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port of Phased LSTM to Pytorch

This is a quick port of Phased LSTM to Pytorch. Original is here: https://github.com/dannyneil/public_plstm

Rule of Thumb

In general, if you are using ~1000 timesteps or more in your input sequence, or you have asynchronously sampled data, you can benefit from PLSTM.

Performance

To run

To run, simply execute:

python main.py

This will train an LSTM and Phased LSTM on the asynchronous sin wave classification task.

Requirements

Requires Pytorch. Currently tested on torch==1.8.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors