Skip to content

coder-drinker/sequential_model_pytorch_rnn_1dcnn

 
 

Repository files navigation

Sequential Model Pytorch

The repo provides library supporting:

  • RNN, LSTM, GRU, bi-GRU, 1d-CNN, RCNN, etc.
  • Adaptable to variable length input sequence.

Quick start

Choose the type of neural networks in train.py

To train:

python train.py

To test:

python test.py

About

Sequential data using RNN (LSTM, GRU, etc) CNN and RCNN. Adaptable to variable length input sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%