AttentionConvLSTM
AttentionConvLSTM copied to clipboard
keras.layers.GatedConvLSTM2D
'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?