Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

automan000/Convolutional_LSTM_PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convolution_LSTM_pytorch

Thanks for your attention. I haven't got time to maintain this repo for a long time. I recommend this repo which provides an excellent implementation.

Usage

A multi-layer convolution LSTM module Pytorch implementation of Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

clstm = ConvLSTM(input_channels=512, hidden_channels=[128, 64, 64], kernel_size=5, step=9, effective_step=[2, 4, 8])
lstm_outputs = clstm(cnn_features)
hidden_states = lstm_outputs[0]

Thanks

Thanks to @Jackie-Chou and @chencodeX who provide lots of valuable advice. I apology for the inconvenience.

About

Multi-layer convolutional LSTM with Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages