jiachenlei
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: imagenet
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- "imagenet/train"
|
8 |
+
- split: val
|
9 |
+
path: "imagenet/val"
|
10 |
+
- config_name: imagenet256
|
11 |
+
data_files:
|
12 |
+
- split: train
|
13 |
+
path:
|
14 |
+
- "imagenet256/train"
|
15 |
+
- split: val
|
16 |
+
path: "imagenet256/val"
|
17 |
+
- config_name: imagenet_features
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path:
|
21 |
+
- "imagenet_features/train"
|
22 |
+
- split: val
|
23 |
+
path: "imagenet_features/val"
|
24 |
+
---
|