Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset? #266

Open
wangfeiyu-zerobug opened this issue Sep 16, 2022 · 1 comment
Open

dataset? #266

wangfeiyu-zerobug opened this issue Sep 16, 2022 · 1 comment

Comments

@wangfeiyu-zerobug
Copy link

it is possible to give a directory tree of a dataset ?(ex:Cifar10?)

@zhangjiajin
Copy link
Member

@wangfeiyu-zerobug

$ tree /cache/datasets/cifar10/
/cache/datasets/cifar10/
├── cifar-10-batches-bin
│   ├── batches.meta.txt
│   ├── data_batch_1.bin
│   ├── data_batch_2.bin
│   ├── data_batch_3.bin
│   ├── data_batch_4.bin
│   ├── data_batch_5.bin
│   ├── readme.html
│   └── test_batch.bin
├── cifar-10-batches-py
│   ├── batches.meta
│   ├── data_batch_1
│   ├── data_batch_2
│   ├── data_batch_3
│   ├── data_batch_4
│   ├── data_batch_5
│   ├── readme.html
│   └── test_batch
└── cifar-10-python.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants