-
I used attention here.
```
def decoding_layer(dec_input,encoder_outputs, encoder_state,source_sequence_length,
target_sequence_length, max_target_sequence_length,
…
-
Training new model w/ 4-layer, 128-cell Bidirectional LSTMs
Training on 92,139 character sequences.
Epoch 1/10
---------------------------------------------------------------------------
InternalE…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- TensorFlow installation (pip package or built from source):
- TensorFlow library (version, if pip package or…
-
Hey there,
Keras-OCR model gives an appreciable accuracy in most of the use cases, _kudos_ for that!
But, we are trying to use pre-trained Keras-OCR on **Jetson Nano** employing **NVIDIA Deepstr…
-
To run [https://github.com/tensorflow/agents/blob/master/tf_agents/examples/dqn/dqn_train_eval_rnn.py](https://github.com/tensorflow/agents/blob/master/tf_agents/examples/dqn/dqn_train_eval_rnn.py) th…
-
Greetings Sir
Thank a lot for providing such a nice implementation. However, I was facing some issues while implementing the code.
First of all in new numpy version allow_pickle is False by default …
-
I use your train_RNN.py, I got
Using TensorFlow backend.
2018-06-13 17:21:01.080746: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binar…
-
I'm trying to run this tensorflow_chatbot under the new version released TF 1.0.0. And I had a lot of "import troubles", which I fixed by following the advices of TF's devs.
> tf.nn.rnn_cell.* and …
-
I am not sure how to fix this. Any idea?
```
[jalal@goku pytorch_sentiment_rnn]$ /scratch/sjn-p2/anaconda/anaconda2/bin/python train.py --batch-size 20 --rnn_type GRU --cuda --gpu 1 --lr 0.0001 --md…
-
_From @caisq on January 20, 2018 17:16_
This can mimic tensorflow's o`tf.linalg.svd`: https://www.tensorflow.org/api_docs/python/tf/svd
This is useful for, among other things, the generating of or…