-
I'm getting this error when trying to train given the instructions in the README
-
hi,when i run train,I have already encountered this problem:
NOTFoundError:key recog/rnn/bidirectional_rnn/fw/lstm_cell/biases/exponentialMovingAverage not found in checkpoint
Can anyone guide m…
-
### 🐛 Describe the bug
Reposting from https://github.com/openxla/iree/issues/15291.
This user was trying to lower the following model:
```
import torch
import torch.nn as nn
from torch.nn.util…
-
NotFoundError (see above for traceback): Key lstm_o/bidirectional_rnn/bw/lstm_cell/biases not found in checkpoint
-
As title mentioned, could we provide a tutorial for bidirectional LSTM/RNN from scratch? I want to know the details for implementing the backward hidden states. @zackchase
-
I am trying to fine tune the module for a specific use case and I have been having a plethora of issues that I have ultimatley "by-passed" but this one has been a headdache for a while
I have been …
-
## 🐛 Bug
`torch.jit.trace` over a RNN (GRU, LSTM) does not work when you feed it with a PackedSequence (as the ones created by `torch.nn.utils.rnn.pack_padded_sequence`). However, this works in eag…
-
hi
Your cond_rnn is a great work that I want to use it in my work.
Unfortunately, we use pytorch more often.
Could you also provide a pytorch version, or give me some hint to implement it?
Be…
-
@eragonruan @banjin-xjy
hai,i use inspect_checkpoint.py,the result as below:
tensor_name: BiLSTM/biases
tensor_name: BiLSTM/biases/Adam
tensor_name: BiLSTM/biases/Adam_1
tensor_name: BiLSTM/b…
-
Some ideas for figures to add to the PPT
- [ ] Linear regression, single-layer neural network
- [ ] Multilayer Perceptron with hidden layer
- [ ] Backpropagation
- [ ] Batch Normalization and al…