public_plstm icon indicating copy to clipboard operation
public_plstm copied to clipboard

Phased LSTM

Results 7 public_plstm issues
Sort by recently updated
recently updated
newest added

As the title says, the link to the official TF implementation in README.md is broken Thanks for sharing your work!

I am trying to understand the intuition behind your paper and I might be wrong since I am not so much experienced in the area. Am I wrong to conclude...

I just try to run two .ipynb files, but just got the error, ImportError: cannot import name nonlinearities , what is wrong with that? How can I fix this and...

Hey Daniel, I wrote to your email address, but you stopped responding to me after my question about derivatives Several months later I understand such a question might have been...

Hey Danny, Was trying to run your script `a_freq_task.sh` and hit the following error and found out that `downsample` is no longer supported by Theano which is still called by...

In line 296 to 301: Get batch normalization input before flatten, otherwise it will be a wrong shape for the batchnormlayer after flatten.