From 1d6b8595490d0d679a18329eccfa53d8bb285b96 Mon Sep 17 00:00:00 2001 From: zlx Date: Fri, 23 Jun 2017 13:11:31 +0800 Subject: [PATCH] modity topo --- python/paddle/trainer_config_helpers/attrs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/trainer_config_helpers/attrs.py b/python/paddle/trainer_config_helpers/attrs.py index c02306f3945..9b9f979bb61 100644 --- a/python/paddle/trainer_config_helpers/attrs.py +++ b/python/paddle/trainer_config_helpers/attrs.py @@ -68,7 +68,7 @@ class HookAttribute(object): The specific usage can be paddle.layer.img_conv(input=img, filter_size=3, num_channels=3, num_filters=64, param_attr=ParameterAttribute(update_hooks=hk) ) - The pruning deatils can be found https://arxiv.org/pdf/1506.02626.pdf + The pruning details can be found https://arxiv.org/pdf/1506.02626.pdf :type type: string :param sparsity_ratio: Must be specified if hook type is 'pruning', -- GitLab