alecccdd commited on
Commit
a13508b
·
verified ·
1 Parent(s): 5d617ba

Add mini_test config

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,6 +6,12 @@ configs:
6
  path: v1/train_color.h5
7
  - split: test
8
  path: v1/val_color.h5
 
 
 
 
 
 
9
  license: mit
10
  task_categories:
11
  - image-to-image
 
6
  path: v1/train_color.h5
7
  - split: test
8
  path: v1/val_color.h5
9
+ - config_name: mini_test
10
+ data_files:
11
+ - split: train
12
+ path: mini_test/train_color.h5
13
+ - split: test
14
+ path: mini_test/val_color.h5
15
  license: mit
16
  task_categories:
17
  - image-to-image