wandli

Results 4 issues of wandli

Hi, Thanks for releasing the code. I noticed that there is an unused variable named `GATE_OP` and is assigned the value `1` at the beginning of the code. `GATE_OP` is...

Hi, Thank you for your example. I'm trying to use this Attention example in my LSTM model. However, in `def attention layer`, the line `h = Lambda(lambda X: K.zeros(shape=(K.shape(X)[0], n_h)))(X)`...

question

Thanks for the wonderful work. The code is clear and well-formatted. However, I wonder if it was possible for you to introduce more about the dealing of the dataset. Specifically,...

Hello, thanks for your shared code. I'm wondering about the details of generating Poincare embeddings for the labels. The PoincareModel can be trained, but I am not sure the acc...