mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-10 22:45:27 +00:00
Merge fb90ada9e86084926f228eaeb8e41287c50fc1cf into 693f069de73fd91d7c2009571245d97221cc3a3f
This commit is contained in:
commit
8f699741d3
@ -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 = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user