-
Hi,
I'm running the kws_streaming code following the instructions from here:
https://github.com/google-research/google-research/blob/master/kws_streaming/experiments/kws_experiments_12_labels.md#i…
-
**System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): no
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS
- TensorFlo…
-
_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…
-
Hopefully this is not stupid. In the Tensorflow tutorial, the states of the RNN are updated after each time-step and used as the states for the next time-step
output, state = lstm(current_batch_of_wo…
-
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…
-
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…
-
Getting this error
```
'''
A Recurrent Neural Network (LSTM) implementation example using TensorFlow library.
This example is using the MNIST database of handwritten digits (http://yann.lecun.com…
-
**Describe the bug**
Hello, I can convert one-layer LSTM and multilayer LSTMs to tensorflow. However, the results between onnx and onnx-tf are not equal when using multi-layer LSTM, while the results…
-
`
$ ./tensorflow_model_server --port=9000 --model_base_path=./rnn_model --model_name=antispam
`
找不到server, #https://github.com/pakrchen/text-antispam/issues/1
> bash: ./tensorflow_model_server: No…