Closed limesqueezy closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
When
tfds.builder("cifar10").info
is run (throughinput_pipeline.get_dataset_info(dataset, 'train')['num_classes']
) a dictionary is returned which does has an emptysplit
attribute. I suppose this was not the case with thetensorflow-datasets
version 6 months ago neither was it whentensorflow-datasets==4.8.2
, as mentioned here. A minor workaround to make go past this trivial error is to change the order of the cells.