Merge fb90ada9e86084926f228eaeb8e41287c50fc1cf into 34fc1fdf0d8ff520e2bb18267d046ca207c78ef9

This commit is contained in:
rickychanhoyin 2025-08-17 06:13:15 +00:00 committed by GitHub
commit 20a7c3aafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -532,6 +532,7 @@ def main():
dev_cuts, dev_cuts,
output_path=f"{dev}/shared-%d.tar", output_path=f"{dev}/shared-%d.tar",
shard_size=300, shard_size=300,
load_audio=False,
) )
if not os.path.exists(f"{test}/shared-0.tar"): if not os.path.exists(f"{test}/shared-0.tar"):
@ -541,6 +542,7 @@ def main():
test_cuts, test_cuts,
output_path=f"{test}/shared-%d.tar", output_path=f"{test}/shared-%d.tar",
shard_size=300, shard_size=300,
load_audio=False,
) )
dev_shards = [ dev_shards = [