From 84ce706750ba4e75e55fe75cb13467c5545ad945 Mon Sep 17 00:00:00 2001 From: hedaoyuan Date: Fri, 3 Mar 2017 18:14:11 +0800 Subject: [PATCH] Restore config_base.py --- python/paddle/v2/config_base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/paddle/v2/config_base.py b/python/paddle/v2/config_base.py index 0fc711e99a1..fa2ccec6c32 100644 --- a/python/paddle/v2/config_base.py +++ b/python/paddle/v2/config_base.py @@ -93,8 +93,6 @@ def __convert_to_v2__(method_name, parent_names, is_default_name=True): name = kwargs.get('name', None) super(V2LayerImpl, self).__init__(name, parent_layers) - if kwargs.has_key('size'): - self.size = kwargs['size'] self.__other_kwargs__ = other_kwargs if wrapper is not None: -- GitLab