-
**Rasa version**: 1.4.6
**Rasa SDK version** (if used & relevant):
**Rasa X version** (if used & relevant):
**Python version**: 3.6.9 (anaconda)
**Operating system** (windows, osx, ...…
-
For reference, pertains to [`tf.contrib.cloud.bigtable_api.py`](https://github.com/tensorflow/tensorflow/blob/r1.13/tensorflow/contrib/bigtable/python/ops/bigtable_api.py) and `BigtableClient`.
**S…
-
I have created my own ASR problem.
However, it does not seem to be possible to use it with `t2t-datagen` like this:
```
t2t-datagen --data_dir=/data/problems/my_problem/data --tmp_dir=/data/pr…
-
I'm currently looping through each text file and running `t2t-decoder` to translate into my target language.
It appears loading my model per each file is taking a lot more time than necessary. What…
-
```
cluster@master0:~/diseaseTools$ clear
cluster@master0:~/diseaseTools$ docker run -it python:3.6-jessie sh
# pip install mesh-tensorflow
Collecting mesh-tensorflow
Downloading https://fi…
-
### Description
Our team is doing the optimization of Tensorflow on CPU, recently we found the operation Softmax in dot_product_attention layer would be very slow in some situation.
[dot_product_att…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
no
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
windo…
-
any clues? thanks.
-
Getting this
error
```python
Traceback (most recent call last):
File "/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1334, in _do_call
return fn(*a…
-
As for a NMT task, with this code, whther it means I just need to replace the data[for summarization task ] with the data for NMT task, like WMT14 ?