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
839b8c0859
commit
7b2a0fdb19
Binary file not shown.
Binary file not shown.
@ -1186,6 +1186,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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user