You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make this deep learning network with Keras. This network is proposed for compressing video
One layer of this model is ConvLSTM. ConvLSTM is good for compressing sequences of images.
I know Keras has the ConvLSTM2D layer but I want to use the ConvLSTM cell.
Now I don't know how to change this class to a custom Keras Layer. Can anyone help me? @xdurch0
The text was updated successfully, but these errors were encountered:
I want to make this deep learning network with Keras. This network is proposed for compressing video
One layer of this model is ConvLSTM. ConvLSTM is good for compressing sequences of images.
I know Keras has the ConvLSTM2D layer but I want to use the ConvLSTM cell.
Now I don't know how to change this class to a custom Keras Layer. Can anyone help me?
@xdurch0
The text was updated successfully, but these errors were encountered: