-
Hey, I find your library very useful but I am unable to use my data with it as I am getting the following error :
ValueError Traceback (most recent call last)
in
…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
ghost updated
3 years ago
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 2…
-
**Description of Problem**:
It would be more informative if the name of the model which is currently being loaded is displayed in the logs for CLI commands like
```rasa shell```
```rasa shell nlu`…
-
While trying to convert a TF model that uses `feature_column` API, I am getting the following error
```
InvalidArgumentError Traceback (most recent call last)
in ()
3 o…
-
While trying to get tfidf embeddings, I got an error that Token object created has no id.
After investigation the token it failed on is OOV.
Since id property is retrieved from vocabulary, it seems …
-
Before getting into the issue, I'd like to thank you all for maintaining this library! It's been great so far, and I really appreciate the thorough documentation.
---
#### Problem description
…
-
## Steps to Reproduce
1. I just downloaded Flutter and run it in VS code. I also run it in Android studio and the same problem occurs.
2. I typed the command Flutter run in the PowerShell …
-
I am trying to make a program without using argparse to create vocab by editing this [file](opennmt/bin/build_vocab.py)
```
def main():
data = "data/src"#Source text file.
from_vocab =…
-
Following the tutorial:
```python
from pyctcdecode import Alphabet, BeamSearchDecoderCTC
vocab_dict = {'': 0, '': 1, '': 2, '': 3, '|': 4, 'E': 5, 'T': 6, 'A': 7, 'O': 8, 'N': 9, 'I': 10, 'H': …