https://github.com/tensorflow/datasets Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Education + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} tensorflow / datasets Public * Notifications * Fork 1.4k * Star 3.6k TFDS is a collection of datasets ready to use with TensorFlow, Jax, ... www.tensorflow.org/datasets License Apache-2.0 license 3.6k stars 1.4k forks Star Notifications * Code * Issues 374 * Pull requests 312 * Discussions * Actions * Security * Insights More * Code * Issues * Pull requests * Discussions * Actions * Security * Insights tensorflow/datasets This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 189 branches 26 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/t] Use Git or checkout with SVN using the web URL. [gh repo clone tensor] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @pierrot0 pierrot0 and The TensorFlow Datasets Authors Move robonet to 'datasets/' directory, using ConfigBasedBuilder. ... ad0cd0d Dec 21, 2022 Move robonet to 'datasets/' directory, using ConfigBasedBuilder. PiperOrigin-RevId: 497007103 ad0cd0d Git stats * 5,505 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github .vscode docs tensorflow_datasets .gitignore .pylintrc .style.yapf AUTHORS CHANGELOG.md CONTRIBUTING.md LICENSE README.md pyproject.toml pytest.ini setup.py View code TensorFlow Datasets Documentation TFDS core values Want a certain dataset? Citation Disclaimers README.md TensorFlow Datasets TensorFlow Datasets provides many public datasets as tf.data.Datasets. Unittests PyPI version Tutorial API Catalog Documentation To install and use TFDS, we strongly encourage to start with our getting started guide. Try it interactively in a Colab notebook. Our documentation contains: * Tutorials and guides * List of all available datasets * The API reference # !pip install tensorflow-datasets import tensorflow_datasets as tfds import tensorflow as tf # Construct a tf.data.Dataset ds = tfds.load('mnist', split='train', as_supervised=True, shuffle_files=True) # Build your input pipeline ds = ds.shuffle(1000).batch(128).prefetch(10).take(5) for image, label in ds: pass TFDS core values TFDS has been built with these principles in mind: * Simplicity: Standard use-cases should work out-of-the box * Performance: TFDS follows best practices and can achieve state-of-the-art speed * Determinism/reproducibility: All users get the same examples in the same order * Customisability: Advanced users can have fine-grained control If those use cases are not satisfied, please send us feedback. Want a certain dataset? Adding a dataset is really straightforward by following our guide. Request a dataset by opening a Dataset request GitHub issue. And vote on the current set of requests by adding a thumbs-up reaction to the issue. Citation Please include the following citation when using tensorflow-datasets for a paper, in addition to any citation specific to the used datasets. @misc{TFDS, title = {{TensorFlow Datasets}, A collection of ready-to-use datasets}, howpublished = {\url{https://www.tensorflow.org/datasets}}, } Disclaimers This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license. If you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community! If you're interested in learning more about responsible AI practices, including fairness, please see Google AI's Responsible AI Practices. tensorflow/datasets is Apache 2.0 licensed. See the LICENSE file. About TFDS is a collection of datasets ready to use with TensorFlow, Jax, ... www.tensorflow.org/datasets Topics data machine-learning tensorflow numpy dataset datasets jax Resources Readme License Apache-2.0 license Stars 3.6k stars Watchers 110 watching Forks 1.4k forks Releases 24 v4.8.0 Latest Dec 21, 2022 + 23 releases Packages 0 No packages published Used by 10.7k * @amir-ghz * @shivamop-cyber * @houssemdxd * @SauravMaheshkar * @Heathen1981 * @iawmir * @toncho11 * @nehakolhe10 + 10,680 Contributors 257 * @Conchylicultor * @pierrot0 * @rsepassi * @vijayphoenix * @ChanchalKumarMaji * @SoumyadeepJana * @adarob * @NikhilBartwal * @harsh020 * @Eshan-Agarwal + 246 contributors Languages * Python 98.2% * Ruby 0.5% * Roff 0.4% * Smalltalk 0.4% * NewLisp 0.2% * JavaScript 0.2% * Other 0.1% Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.