Skip to content

Commit 063232d

Browse files
committed
Updated audio folder files
1 parent caec8e0 commit 063232d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tensorflow_datasets/audio/librispeech.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def _populate_metadata(self, dirs):
162162

163163
def _read_metadata_file(self, path, field_names):
164164
"""Returns metadata in standard format."""
165+
165166
metadata = {}
166167
with tf.io.gfile.GFile(path) as f:
167168
for line in f:

tensorflow_datasets/audio/libritts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def _info(self):
9393

9494
def _populate_metadata(self, archive_paths):
9595
"""Generate metadata of LibriTTS dataset."""
96+
9697
# All archives contain the same metadata.
9798
archive_path = list(archive_paths.values())[0]
9899

tensorflow_datasets/audio/nsynth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class Nsynth(tfds.core.BeamBasedBuilder):
143143

144144
def _info(self):
145145
"""Returns Dataset info."""
146+
146147
features = {
147148
"id":
148149
tf.string,

0 commit comments

Comments
 (0)