jieralice13

Results 5 issues of jieralice13

**Description** I was trying to download the big_patent dataset using the following command: `python3 -m tensorflow_datasets.scripts.download_and_prepare --datasets='big_patent'` It was able to finish downloading and extracting the raw data, however, when...

help

**Describe the bug** When I use two of my trained models to make predictions, the output of the second predictor sometimes has duplicated items. **To Reproduce** Steps to reproduce the...

bug
priority: high
data_aug
e/1

**Is your feature request related to a problem? Please describe.** Since we are trying to make most of the configuration string based, batcher is the one that left. One example...

**Describe the bug** I was trying to connect two predictors in the same inference pipelines, where they used the same ontology, but updated different attributes of the ontology. Since the...

**Is your feature request related to a problem? Please describe.** Currently, when building vocabulary, user can only say need_pad, then Vocabulary assign a fix index to ['PAD'], which is 0...