Fix install error about code style.
When use `python setup.py install`, it will report a error: ``` File "/root/miniconda3/lib/python3.7/site-packages/x2paddle-0.7.2-py3.7.egg/x2paddle/op_mapper/tf_op_mapper.py", line 88 if self.graph.get_node(name).layer_type != "Placeholder" ^ SyntaxError: invalid syntax ``` This commit will resolve the problem.
Showing
想要评论请 注册 或 登录