-
### This issue is to track progress for Pre-quantized RNN Operators
It'd be great to expand support for recurrent quantized operators, such as the UnidirectionalSequenceLSTM from TensorFlow. Are th…
-
Traceback (most recent call last):
File "train.py", line 7, in
from model import Model
File "/software/home/zhongsl/han005/model.py", line 6, in
from ran_cell import RANCell
File …
ghost updated
6 years ago
-
I trained my own Pianoroll model on my own dataset. I tried to generate output samples using this command:
```
pianoroll_rnn_nade_generate --run_dir=. --output_dir=. --num_outputs=5 --num_steps=12…
-
Begin development of a notebook that includes an RNN/LSTM model implemented using Keras.
-
Hi guys
'char-rnn-tensorflow to Tensorflowsharp', but I don't know how to get the state and feed the state in .pb model
Hello, I tried to use RNN model in tensorflowSharp, but I have some probl…
-
### What happened + What you expected to happen
If I try to train a `Auto*` model on my office macbook, it always fails for each of the trials, and finally failed complaining that no trials succeeded…
-
Hello !
I'm trying to use/test things with your code but I'm kinda stucked. When I start to train, I got this error and I didn't find a way through it :
`Traceback (most recent call last):
F…
oxmah updated
7 years ago
-
Hi all,
Im working on a JAX implementation of a hippo-gated-rnn; I wasnt quite sure how to interpret the diagram in the paper linked below; but indeed I cannot quite mesh it with the torch implemen…
-
**Describe the Question**
Hello,
I constructed Stacked-LSTM in CustomPolicy module and here’s the point that Stacked-LSTM may perform better than Single LSTM reasonably but we got the exactly opposi…
-
Hello,
After successfully training my model, when I run "pianoroll_rnn_nade_generate" to generate midi tracks I get the following error:
> INFO:tensorflow:Checkpoint used: /Users/gustavodiazjere…