提交 08fbab94 编写于 作者: Q qiaolongfei

complete ListenAndServ layer in layers/io.py

上级 b0581899
......@@ -168,7 +168,9 @@ class ListenAndServ(object):
'endpoint': self.endpoint,
'Fanin': self.fan_in,
'OptimizeBlock': current_block,
'PrefetchBlock': empty_block
'PrefetchBlock': empty_block,
'sync_mode': True, # did not support async now in layers
'grad_to_block_id': []
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册