renamed config variables
Browse files
dcase23-task2-enriched.py
CHANGED
|
@@ -210,8 +210,8 @@ class DCASE2023Task2Dataset(datasets.GeneratorBasedBuilder):
|
|
| 210 |
embeddings_urls=EMBEDDING_URLS[key],
|
| 211 |
release_date=stats["date"],
|
| 212 |
splits=stats["splits"],
|
| 213 |
-
layout=
|
| 214 |
-
rename=
|
| 215 |
)
|
| 216 |
for key, stats in STATS["configs"].items()
|
| 217 |
]
|
|
|
|
| 210 |
embeddings_urls=EMBEDDING_URLS[key],
|
| 211 |
release_date=stats["date"],
|
| 212 |
splits=stats["splits"],
|
| 213 |
+
layout=SPOTLIGHT_LAYOUT,
|
| 214 |
+
rename=SPOTLIGHT_RENAME,
|
| 215 |
)
|
| 216 |
for key, stats in STATS["configs"].items()
|
| 217 |
]
|