提交 cc54e30e 编写于 作者: J JepsonWong

remove xmap reader, test=develop

上级 230ae9b5
...@@ -128,12 +128,6 @@ def get_reader(data_type, batch_size, num_steps, data_path, vocab_dict): ...@@ -128,12 +128,6 @@ def get_reader(data_type, batch_size, num_steps, data_path, vocab_dict):
data_reader = get_data_reader() data_reader = get_data_reader()
ret = fluid.io.xmap_readers( return data_reader
mapper,
data_reader,
8,
64,
order=True)
return ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册