From fc3b129b08795aecc2697ea4304855b44a5bb207 Mon Sep 17 00:00:00 2001 From: peterzhang2029 Date: Sun, 17 Sep 2017 11:14:15 +0800 Subject: [PATCH] delete the unused comments --- python/paddle/trainer_config_helpers/networks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/paddle/trainer_config_helpers/networks.py b/python/paddle/trainer_config_helpers/networks.py index 6a9bfbd5b..93e8ac173 100644 --- a/python/paddle/trainer_config_helpers/networks.py +++ b/python/paddle/trainer_config_helpers/networks.py @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + from activations import LinearActivation, ReluActivation, SoftmaxActivation, \ IdentityActivation, TanhActivation, SequenceSoftmaxActivation from attrs import ExtraAttr -- GitLab