keras
keras copied to clipboard
data_batch_1 not found in cifar10 dataset
[Errno 2] No such file or directory: 'C:\Users\rajku\.keras\datasets\cifar-10-batches-py\data_batch_1'
How do i solve this problem?
Hi,
Could you please provide more context on the issue with some sample reproducible code.
For loading cifar10 dataset follow below code.
(x_train, y_train), (x_test, y_test) = keras.datasets.cifar10.load_data()
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.
This issue was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further.