Select Language

AI社区

公开数据集

CIFAR-10 Python

CIFAR-10 Python

177.59M
172 浏览
0 喜欢
0 次下载
0 条讨论
Computer Science,Software,Programming,Image Data,Computer Vision Classification

数据结构 ? 177.59M

    Data Structure ?

    * 以上分析是由系统提取分析形成的结果,具体实际数据为准。

    README.md

    Context CIFAR-10 is the excellent Dataset for many Image processing experiments. Content Usage instructions # in Keras from os import listdir, makedirs from os.path import join, exists, expanduser cache_dir = expanduser(join('~', '.keras')) if not exists(cache_dir): makedirs(cache_dir) datasets_dir = join(cache_dir, 'datasets') # /cifar-10-batches-py if not exists(datasets_dir): makedirs(datasets_dir) # If you have multiple input datasets, change the below cp command accordingly, typically: # !cp ../input/cifar10-python/cifar-10-python.tar.gz ~/.keras/datasets/ !cp ../input/cifar-10-python.tar.gz ~/.keras/datasets/ !ln -s ~/.keras/datasets/cifar-10-python.tar.gz ~/.keras/datasets/cifar-10-batches-py.tar.gz !tar xzvf ~/.keras/datasets/cifar-10-python.tar.gz -C ~/.keras/datasets/ # general Python 3 def unpickle(file): import pickle with open(file, 'rb') as fo: dict = pickle.load(fo, encoding='bytes') return dict !tar xzvf ../input/cifar-10-python.tar.gz then see section "Dataset layout" in [https://www.cs.toronto.edu/~kriz/cifar.html][1] for details Acknowledgements Downloaded directly from here: [https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz][2] See description: [https://www.cs.toronto.edu/~kriz/cifar.html][3] Inspiration Your data will be in front of the world's largest data science community. What questions do you want to see answered? [1]: https://www.cs.toronto.edu/~kriz/cifar.html [2]: https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz [3]: https://www.cs.toronto.edu/~kriz/cifar.html
    ×

    帕依提提提温馨提示

    该数据集正在整理中,为您准备了其他渠道,请您使用

    注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
    暂无相关内容。
    暂无相关内容。
    • 分享你的想法
    去分享你的想法~~

    全部内容

      欢迎交流分享
      开始分享您的观点和意见,和大家一起交流分享.
    所需积分:0 去赚积分?
    • 172浏览
    • 0下载
    • 0点赞
    • 收藏
    • 分享