Skip to content
New issue

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

Include dataset class and creation using tensorflow_datasets format. #23

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

copybara-service[bot]
Copy link

Include dataset class and creation using tensorflow_datasets format.

This pre-generates all data for any given task and saves it in a tf.data.Datasets format that can be loaded with tfds.load.

To generate the dataset one must install tensorflow_datasets and run tfds build.

This pre-generates all data for any given task and saves it in a tf.data.Datasets format that can be loaded with tfds.load.

To generate the dataset one must install tensorflow_datasets and run `tfds build`.

PiperOrigin-RevId: 422329343
@copybara-service copybara-service bot merged commit dcdc075 into master Jan 17, 2022
@copybara-service copybara-service bot deleted the test_421840013 branch January 17, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant