-
Looking through the docs. , I found that this feature is missing for LSTM layers.
It comes as an optional parameter in tensorflow [LSTMCell](https://www.tensorflow.org/api_docs/python/tf/nn/rnn_cell/…
-
From mailing list:
I ran the attention.py code by adding a last line to
pc.print_graphviz()
After running, I get the following message,
Traceback (most recent call last):
File "attenti…
-
### 🐛 Describe the bug
When using `torch.nn.functional.scaled_dot_product_attention` with autograd a tensor filled with NaN values are returned after a few backward passes. `Using torch.autograd.s…
-
I'm having an issue where I'm able to train a single layer LSTM without problem but adding a second layer results in a ValueError:
Single layer example:
```
net = tflearn.input_data([None,1000,4]…
-
Hi, I've got a question regarding `theano_src/train_util.py` line [495.](https://github.com/VioletPeng/GraphLSTM_release/blob/master/theano_src/train_util.py#L495)
I was trying to replicate the re…
-
### Description
Use example TrainLSTMWithMnist() in Rnn.Test.cs to train and save model. Then load exported model and predict TestData of Mnist.
Do this loading and prediction twice cause Tensorfl…
-
Hello can you provide a Python Notebook for "How to do forecasting using Mamba?"
How to use Mamba to forecast and compare with LSTM, RNN also.
-
![image](https://user-images.githubusercontent.com/5224293/190860457-6bbf98c8-cdad-4ef7-906a-afa3382d9661.png)
Has problem when run the example code
could not identify 'lstm_auto_encoder' param…
-
百度云下载下来的lstm的模型文件与constants,py中要求的lstm文件不匹配,不知道哪里能找到合格的lstm文件
-
Hi,
I am trying to run the row-less version with the "attention-both-lstm" configuration. I used the demo training data by changing the training variables in script from
`export LOG_ROOT="${TH_R…