Skip to content

cifar10.load_data() is not working #109

Description

@canberk17

(x_train,y_train),(x_test,y_test)=cifar10.load_data()
doesn't not work on colab, but this does:

import numpy as np
import tensorflow as tf
from keras.utils import to_categorical
from keras.datasets import cifar10
(x_train,y_train),(x_test,y_test)=tf.keras.datasets.cifar10.load_data()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions