未验证 提交 17a7ebdd 编写于 作者: Z zxcd 提交者: GitHub

fix dist_sampler AttributeError (#2918)

上级 acfa057d
......@@ -464,5 +464,5 @@ class DataLoaderFactory():
subsampling_factor=config.subsampling_factor,
load_aux_output=config.get('load_transcript', None),
num_encs=config.num_encs,
dist_sampler=config.dist_sampler,
dist_sampler=config.get('dist_sampler', None),
shortest_first=config.shortest_first)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册