mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
aa25607cbb
commit
91b9cc29a7
Binary file not shown.
@ -1341,6 +1341,9 @@ def main():
|
||||
args = parser.parse_args()
|
||||
args.exp_dir = Path(args.exp_dir)
|
||||
|
||||
logging.info("save arguments to config.yaml...")
|
||||
save_args(args)
|
||||
|
||||
world_size = args.world_size
|
||||
assert world_size >= 1
|
||||
if world_size > 1:
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user