readme.md
March 17, 2021 · View on GitHub
overview
- Self-Attention ConvLSTM for Spatiotemporal Prediction
SaConvSTLMdescribed in this paper- test on
MovingMNISTdataset
project structure
-
load_data.py包含用于下载数据集、对数据集进行预处理和保存预测图片到文件夹的实用函数
-
ConvSTLM_main.py使用 ·
tensorflow.keras.layers.ConvLSTM2D搭建的网络模型及其训练测试 -
SaConvSTLM.py基于
tensorflow实现了cellSaConvLSTM2DCell和 layerSaConvLSTM2D,layerSaConvLSTM2D可以直接作为模型中的一个 layer 使用 -
SaConvSTLM_main.py使用 自定义的
SaConvLSTM层搭建的网络模型及其在MovingMNIST上的训练测试模型结构

SaConvLSTM structure
-
described in this paper
-
overall pattern

-
self_attention memory module
