From 1d715c60907b717e86ae937ffcbec3b7f904e076 Mon Sep 17 00:00:00 2001 From: guosheng Date: Mon, 22 Jan 2018 11:42:03 +0800 Subject: [PATCH] saml fix of lookup_table_op enhancement --- python/paddle/v2/fluid/framework.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/paddle/v2/fluid/framework.py b/python/paddle/v2/fluid/framework.py index f015398b2b6..f8766654589 100644 --- a/python/paddle/v2/fluid/framework.py +++ b/python/paddle/v2/fluid/framework.py @@ -472,7 +472,6 @@ class Operator(object): self.desc.set_serialized_attr( attr_name, attrs[attr_name].serialize_to_string()) else: - # print 'haha', attrs[attr_name], type(attrs[attr_name]) self.desc.set_attr(attr_name, attrs[attr_name]) self.desc.check_attrs() -- GitLab