资源算法Convolutional LSTM Network

Convolutional LSTM Network

2019-09-16 | |  72 |   0 |   0

Convolution_LSTM_pytorch

A multi-layer convolution LSTM module

Pytorch implementation of Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting

Usage

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]

UPDATE-May.18.2018

Fix a critial bug. Thanks to @Jackie-Chou and @chencodeX.

上一篇:pytorch-pose-hg-3d

下一篇:treelstm.pytorch

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...