File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tensorflow_datasets/image Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ class ImagewangFullSizeTest(testing.DatasetBuilderTestCase):
12
12
DATASET_CLASS = imagewang .Imagewang
13
13
BUILDER_CONFIG_NAMES_TO_TEST = ['full-size' ]
14
14
SPLITS = {
15
- "train" : 4 ,
16
- "test " : 4 ,
15
+ "train" : 1 ,
16
+ "validation " : 1 ,
17
17
}
18
18
19
19
20
20
class Imagewang320Test (testing .DatasetBuilderTestCase ):
21
21
DATASET_CLASS = imagewang .Imagewang
22
22
BUILDER_CONFIG_NAMES_TO_TEST = ['320px' ]
23
23
SPLITS = {
24
- "train" : 4 ,
25
- "test " : 4 ,
24
+ "train" : 1 ,
25
+ "validation " : 1 ,
26
26
}
27
27
28
28
29
29
class Imagewang160Test (testing .DatasetBuilderTestCase ):
30
30
DATASET_CLASS = imagewang .Imagewang
31
31
BUILDER_CONFIG_NAMES_TO_TEST = ['160px' ]
32
32
SPLITS = {
33
- "train" : 4 ,
34
- "test " : 4 ,
33
+ "train" : 1 ,
34
+ "validation " : 1 ,
35
35
}
36
36
37
37
You can’t perform that action at this time.
0 commit comments