提交 060e3376 编写于 作者: H huangyuxin

fix dataloader factory, test=asr

上级 070a08f2
......@@ -389,6 +389,7 @@ class DataLoaderFactory():
config['mini_batch_size'] = args.ngpu
config['subsampling_factor'] = 1
config['num_encs'] = 1
config['shortest_first'] = False
elif mode == 'valid':
config['manifest'] = config.dev_manifest
config['train_mode'] = False
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册