We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short description Some of the language tags in the default TAGS.txt cause a UnicodeDecodeError.
UnicodeDecodeError
Environment information
Operating System: Windows 11
Python version: 3.10.13
tensorflow-datasets/tfds-nightly version: tfds-nightly 4.9.4.dev202405100044
tensorflow-datasets
tfds-nightly
tensorflow/tf-nightly version: tensorflow 2.10.0
tensorflow
tf-nightly
Does the issue still exists with the last tfds-nightly package (pip install --upgrade tfds-nightly) ? Yes
pip install --upgrade tfds-nightly
Reproduction instructions Make a toy dataset with tfds new test. Then try to instantiate the builder.
tfds new test
from test.test_dataset_builder import * b = Builder()
Link to logs Stack trace here
Expected behavior The builder to instantiate without error.
Additional context Deleting lines 73, 79, 126, 128, 156, and 173 in TAGS.txt fixes the problem. These are all language tags.
The text was updated successfully, but these errors were encountered:
pierrot0
No branches or pull requests
Short description
Some of the language tags in the default TAGS.txt cause a
UnicodeDecodeError
.Environment information
Operating System: Windows 11
Python version: 3.10.13
tensorflow-datasets
/tfds-nightly
version:tfds-nightly
4.9.4.dev202405100044tensorflow
/tf-nightly
version:tensorflow
2.10.0Does the issue still exists with the last
tfds-nightly
package (pip install --upgrade tfds-nightly
) ? YesReproduction instructions
Make a toy dataset with
tfds new test
. Then try to instantiate the builder.Link to logs
Stack trace here
Expected behavior
The builder to instantiate without error.
Additional context
Deleting lines 73, 79, 126, 128, 156, and 173 in TAGS.txt fixes the problem. These are all language tags.
The text was updated successfully, but these errors were encountered: