PhasedLSTM-Keras icon indicating copy to clipboard operation
PhasedLSTM-Keras copied to clipboard

PLSTM extension to mark timegate as trainable True/False

Open ntlex opened this issue 4 years ago • 0 comments

Hi there,

I have added a small extension to your implementation, to enable the timegate to have a trainable True/False as the authors do in the paper. Switching to trainable=False gives you the opportunity to work with custom weights for the shift, period and ratio and have fixed oscillations. This is particularly useful for those who want to use the PLSTM to sync multiple channels of different modalities (e.g. vision, audio, nlp etc).

ntlex avatar Apr 07 '20 10:04 ntlex