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
b1238fa7fd
commit
914d88cd52
Binary file not shown.
@ -711,7 +711,8 @@ def main():
|
||||
parser = get_parser()
|
||||
AishellAsrDataModule.add_arguments(parser)
|
||||
args = parser.parse_args()
|
||||
args.exp_dir = Path(args.exp_dir)
|
||||
if args.wandb: args.exp_dir = args.exp_dir + str(random.randint(0,400))
|
||||
else: args.exp_dir = Path(args.exp_dir)
|
||||
args.lang_dir = Path(args.lang_dir)
|
||||
|
||||
world_size = args.world_size
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user