-
ValueError: Variable rnn/basic_lstm_cell/weights already exists, disallowed. Did you mean to set reuse=True in VarScope
-
Need the NMT (Seq2Seq) TensorFlow Translation Model for English to French and vice versa.
How do i get the Model so that i would be able to add on to it as per the requirement of the project,
-
For AMD GPU and OpenCL via ONNX.
https://github.com/dmlc/nnvm
zakki updated
6 years ago
-
I've been using the same parameters and datasets in the tutorial for NMT. But it seems the BLEU scores will end up at around 5 instead of going up to 20+. Could anyone please give some advice on this?…
-
Keras-MXNet is slower on CPU.
See early benchmark results here - https://github.com/awslabs/keras-apache-mxnet/blob/master/benchmark/benchmark_result/RNN_result.md
This issue is likely due to:
1.…
-
### Description
I ran the following code in a **Google Colab** and get the error:
```
ModuleNotFoundError: No module named 'tensorflow.compat.v2'
```
```
!pip install -q tensorflow==1.13.1
!…
-
### Description
Hi,
Just cloned the repo, and trying to compile libcoral. I was initially getting a complaint from Bazel 6.x.x about some errors in the build script but once I downgraded to Bazel 4.…
-
It would crash at an early step in the first epoch with a message like:
```
...
pretrain epoch 1, step 59, cost:ctc 6.582720208647288, cost:output/output_prob 6.08799995325171, error:ctc 0.99999996…
-
## Nature of issue
SketchRNN error on mobile devices. When calling `model.generate()`, I get this error:
> error sampling pi index
This also happens when browsing the [ml5js.org example](htt…
-
Nils is it possible to create an integer only models so this could run on accelerators or frameworks such as ArmNN?
https://www.tensorflow.org/lite/performance/post_training_quantization#full_integer…