Skip to content

Commit 1d715c6

Browse files
committed
saml fix of lookup_table_op enhancement
1 parent 4c7cb77 commit 1d715c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/v2/fluid/framework.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ def find_name(var_list, name):
472472
self.desc.set_serialized_attr(
473473
attr_name, attrs[attr_name].serialize_to_string())
474474
else:
475-
# print 'haha', attrs[attr_name], type(attrs[attr_name])
476475
self.desc.set_attr(attr_name, attrs[attr_name])
477476

478477
self.desc.check_attrs()

0 commit comments

Comments
 (0)