Stanislav Kalinin
commited on
Commit
•
ddc318b
1
Parent(s):
f13800f
fix: Train dataset
Browse files
Peter.py
CHANGED
@@ -20,7 +20,7 @@ class FixturesOCR(datasets.GeneratorBasedBuilder):
|
|
20 |
|
21 |
return [
|
22 |
datasets.SplitGenerator(
|
23 |
-
name=datasets.Split.
|
24 |
gen_kwargs={
|
25 |
"image_paths": dl_manager.iter_files(data_files),
|
26 |
},
|
|
|
20 |
|
21 |
return [
|
22 |
datasets.SplitGenerator(
|
23 |
+
name=datasets.Split.TRAIN,
|
24 |
gen_kwargs={
|
25 |
"image_paths": dl_manager.iter_files(data_files),
|
26 |
},
|