tensorflow / tensorflow/privacy
Missing of dataset for dplstm in tutorials
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 477
- Avg merge
- 22h 12m
- Merged PRs (30d)
- 1
Description
When I try to run code for dplstm in tutorial, I can not find the dataset, I think my tf and corresponding tf_dataset is up to date. I am beginner to tf, could you please tell me if this is due to the wrong version of tf_dataset or what?
The error message is:
ValueError: Failed to construct dataset lm1b: BuilderConfig subwords8k not found. Available: []
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dplstm tutorial and its dataset-loading step, then inspect how it requests the lm1b dataset and the subwords8k BuilderConfig. Check the TensorFlow and tf_dataset versions involved against the tutorial requirements. Done means the tutorial can obtain the dataset and proceed without the reported ValueError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- documentation, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100