-
I'm trying to create a custom RNN cell that takes in a list of input tensors (e.g. feature blocks from a convolutional layer) and has multiple tensors in its state (with the same dimensions as the inp…
-
Traceback (most recent call last):
File "aster/demo.py", line 92, in
tf.app.run()
File "/home/abc/Envs/tf-py3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 126, in r…
-
I run the script run_aclImdbSimple_pretrained_mixed.sh, and it shows that:
{
"vocab_size": 80000,
"tok": true,
"max_seq_length": 1000,
"input": "data",
"output": "temp/aclImd…
-
Dear Sir/mdm at Udacity,
I'm having an issue re-using the solutions in RNN for multi-classification text. The LSTM expected hidden changes unexpectedly. You may assume everything on data pre-proces…
-
When I tried on single GPU, it works. But now I have multi-gpu, it threw an exception. Please help!
```python
hparams = create_hparams("distributed_run=False,mask_padding=False")
model = load_model…
-
Hi,
I've read about CRNN net papers for word-spotting, they reported really good result. Does Mlpack support Multi-Dim RNN like Bi-LSTM or MD-LSTM and CTC layers in order to build CRNN ?
I saw tha…
-
## 🚀 Feature
https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/IndyLSTMCell
https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/IndyGRUCell
## Motivation
https://arxiv.org/abs/…
-
I am using tensorflow 0.12 without GPU support. I was testing it with various models. My template structure is
```
#Load some data from file
graph=tf.Graph()
with graph.as_default():
#Build …
xisnu updated
5 years ago
-
According to the [Andrew Ng's deep learning course](https://medium.com/machine-learning-bites/deeplearning-series-sequence-models-7855babeb586) (a for hidden state, y for output value):
![image](http…
-
Thanks for sharing all these resources with the community!
I tried converting the [OAF MAESTRO checkpoint](https://storage.googleapis.com/magentadata/models/onsets_frames_transcription/maestro_chec…