You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2017/12/08 19:50:14 UTC

[incubator-mxnet] branch master updated: Fix 'from_layers' of resnet101 by changing names of extract-layer from base network (#8998)

This is an automated email from the ASF dual-hosted git repository.

zhreshold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 075ef68  Fix 'from_layers' of resnet101 by changing names of extract-layer from base network (#8998)
075ef68 is described below

commit 075ef680ece77014cc3314594a4b3de6dd9cc74c
Author: Robin Dong <ro...@gmail.com>
AuthorDate: Sat Dec 9 03:50:10 2017 +0800

    Fix 'from_layers' of resnet101 by changing names of extract-layer from base network (#8998)
---
 example/ssd/symbol/symbol_factory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/ssd/symbol/symbol_factory.py b/example/ssd/symbol/symbol_factory.py
index 1b1419f..3a4364a 100644
--- a/example/ssd/symbol/symbol_factory.py
+++ b/example/ssd/symbol/symbol_factory.py
@@ -86,7 +86,7 @@ def get_config(network, data_shape, **kwargs):
         num_layers = 101
         image_shape = '3,224,224'
         network = 'resnet'
-        from_layers = ['_plus12', '_plus15', '', '', '', '']
+        from_layers = ['_plus29', '_plus32', '', '', '', '']
         num_filters = [-1, -1, 512, 256, 256, 128]
         strides = [-1, -1, 2, 2, 2, 2]
         pads = [-1, -1, 1, 1, 1, 1]

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].