ProgramComputer
commited on
Commit
•
a1468ba
1
Parent(s):
ab17375
Update test.py
Browse files
test.py
CHANGED
@@ -187,8 +187,8 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
187 |
)
|
188 |
|
189 |
def _split_generators(self, dl_manager):
|
190 |
-
if dl_manager.is_streaming:
|
191 |
-
|
192 |
targets = (
|
193 |
["audio1", "audio2"] if self.config.name == "audio" else [self.config.name]
|
194 |
)
|
|
|
187 |
)
|
188 |
|
189 |
def _split_generators(self, dl_manager):
|
190 |
+
# if dl_manager.is_streaming:
|
191 |
+
# raise TypeError("Streaming is not supported for VoxCeleb")
|
192 |
targets = (
|
193 |
["audio1", "audio2"] if self.config.name == "audio" else [self.config.name]
|
194 |
)
|