Update coco-karpathy-with-image.py
Browse files
coco-karpathy-with-image.py
CHANGED
|
@@ -47,7 +47,7 @@ class SugarCrepeDataset(GeneratorBasedBuilder):
|
|
| 47 |
|
| 48 |
return [
|
| 49 |
SplitGenerator(
|
| 50 |
-
name=Split.
|
| 51 |
gen_kwargs={
|
| 52 |
"examples_file": downloaded_files["examples"],
|
| 53 |
"images_dir": os.path.join(downloaded_files["images"]),
|
|
|
|
| 47 |
|
| 48 |
return [
|
| 49 |
SplitGenerator(
|
| 50 |
+
name=Split.TRAIN,
|
| 51 |
gen_kwargs={
|
| 52 |
"examples_file": downloaded_files["examples"],
|
| 53 |
"images_dir": os.path.join(downloaded_files["images"]),
|