Awesome
overview
- Self-Attention ConvLSTM for Spatiotemporal Prediction
SaConvSTLM
described in this paper- test on
MovingMNIST
dataset
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