From 8afdcd81f1d8220ce8b7693d294bbf069c704ef2 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Wed, 5 Jun 2024 09:21:05 -0700 Subject: [PATCH] fix key error in README.md the key is changed to fashion_mnist. the old key no longer works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c073ffb3..0af116f3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ print(mlc.Dataset(url).metadata.to_json()) import tensorflow_datasets as tfds builder = tfds.core.dataset_builders.CroissantBuilder( jsonld=url, - record_set_ids=["record_set_fashion_mnist"], + record_set_ids=["fashion_mnist"], file_format='array_record', ) builder.download_and_prepare()