GuangmingZhu / AttentionConvLSTM

"Attention in Convolutional LSTM for Gesture Recognition" in NIPS 2018

Home Page:http://papers.nips.cc/paper/7465-attention-in-convolutional-lstm-for-gesture-recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keras.layers.GatedConvLSTM2D

tkone2018 opened this issue · comments

'tensorflow.contrib.keras.api.keras.layers' has no attribute 'GatedConvLSTM2D'

Read README carefully. You need do some modification to tensorflow.contrib.keras.api.keras.layers.

same problem I did not understand this You need to replace the files contrib/keras/api/keras/layers/init.py and contrib/keras/python/keras/layers/convolutional_recurrent.py of TF-1.2 before running our networks.

what does it mean? which things need to be change?