提交 293a216a 编写于 作者: K kangguangli 提交者: cuicheng01

fix random seed

上级 d7bd2753
...@@ -207,5 +207,6 @@ def main(args): ...@@ -207,5 +207,6 @@ def main(args):
if __name__ == '__main__': if __name__ == '__main__':
paddle.enable_static() paddle.enable_static()
paddle.seed(0)
args = parse_args() args = parse_args()
main(args) main(args)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册