MLSTM-FCN-Pytorch icon indicating copy to clipboard operation
MLSTM-FCN-Pytorch copied to clipboard

PyTorch implementation for MLSTM-FCN model

MLSTM-FCN-Pytorch

This is the PyTorch implementation for MLSTM-FCN model from the paper Multivariate LSTM-FCNs for Time Series Classification.

This code is based on TensorFlow implementation titu1994/MLSTM-FCN, PyTorch implementation of LSTM-FCN model roytalman/LSTM-FCN-Pytorch and implementation of Squeeze-and-Excitation block moskomule/senet.pytorch.