Skip to content

cifar10.load_data() is not working #109

@canberk17

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()

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