This commit is contained in:
mrq 2025-02-23 12:31:07 -06:00
parent 8f3c3e01ee
commit d33ccd188a

View File

@ -771,6 +771,8 @@ def _load_paths_from_metadata(group_name, type="training", validate=False):
phones = entry['phones'] if "phones" in entry else 0
duration = entry['duration'] if "duration" in entry else 0
k = key(id, entry)
# add to duration bucket
if type not in _durations_map:
_durations_map[type] = {}