-
Dear authors,
Thank you for sharing this awesome work. I really like ideas of using all history of words to produce the attention as well as the newly proposed symmetric form for attentions.
Recen…
-
I have used same imdb_lstm.py for my data set and my program is given below. I have tried with different network toplogies. It is giving training accuracy 40 and validation accuracy 56. I think someth…
-
xxt@alice:~/vc_program/cross_vc$ python train1.py
Training Graph loaded
2019-04-07 11:25:19.617084: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11 Home Single Language, ver 21H2
- CPU: AMD Ryzen 7 6800H
- Python: 3.10.4
- TensorFlow installation…
DLumi updated
4 months ago
-
TypeError: gru() received an invalid combination of arguments - got (Tensor, Tensor, list, bool, int, float, bool, int, bool), but expected one of:
* (Tensor data, Tensor batch_sizes, Tensor hx, tup…
-
I am trying to convert the keras‘ model to TensorRTengine. My model contains CNN layer and GRU layer. And I use tensorrt python API to do this.At the same time, I build the engine successfully.But acc…
-
I run "ConvGRU2D/examples/bidirectional_conv_gru.py" (copied to "/home/xxx/Desktop/ConvGRUtestNivNayman/test.py")
I got:
Traceback (most recent call last):
File "/home/xxx/Desktop/ConvGRUtestN…
-
RNN cannot be jit compiled, see error below:
```
Detected unsupported operations when trying to compile graph __inference_one_step_on_data_993[] on XLA_GPU_JIT: CudnnRNN (No registered 'CudnnRNN' Op…
-
`in ~/tacotron
± |master ?:1 ✗| → python eval.py
Graph loaded
2017-06-11 04:22:40.230524: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 i…
-
Hello, we have trained a bidirectional rnn encoder decoder (default OpenNMT-lua settings) and successfully released the model and tested using this repository. However, when we are working through the…