AttentionConvLSTM icon indicating copy to clipboard operation
AttentionConvLSTM copied to clipboard

keras.layers.GatedConvLSTM2D

Open world2025 opened this issue 5 years ago • 2 comments

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

world2025 avatar Sep 02 '19 02:09 world2025

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

GuangmingZhu avatar Sep 02 '19 23:09 GuangmingZhu

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?

fatimahalqadheeb avatar Apr 18 '20 13:04 fatimahalqadheeb