You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/22 14:04:54 UTC

[GitHub] kohillyang opened a new issue #13374: [Bug] ValueError: There are multiple outputs with name "resnetv1b0_layers1_relu0_fwd_output".

kohillyang opened a new issue #13374: [Bug] ValueError: There are multiple outputs with name "resnetv1b0_layers1_relu0_fwd_output".
URL: https://github.com/apache/incubator-mxnet/issues/13374
 
 
   I think here name should not be given.
   https://github.com/apache/incubator-mxnet/blob/564e01acdf460535d4ab7340db39b0d10028b453/python/mxnet/gluon/nn/activations.py#L51
   Outputs of diagnose.py:
   ```
   ----------Python Info----------
   ('Version      :', '2.7.14')
   ('Compiler     :', 'GCC 7.2.0')
   ('Build        :', ('default', 'Dec  7 2017 17:05:42'))
   ('Arch         :', ('64bit', ''))
   ------------Pip Info-----------
   ('Version      :', '18.0')
   ('Directory    :', '/data1/zyx/Anaconda2/lib/python2.7/site-packages/pip')
   ----------MXNet Info-----------
   /data1/zyx/Anaconda2/lib/python2.7/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
     from ._conv import register_converters as _register_converters
   ('Version      :', '1.3.0')
   ('Directory    :', '/data1/zyx/Anaconda2/lib/python2.7/site-packages/mxnet')
   ('Commit Hash   :', 'b3be92f4a48bce62a5a8424271871c2f81c8f7f1')
   ----------System Info----------
   ('Platform     :', 'Linux-4.4.0-122-generic-x86_64-with-debian-stretch-sid')
   ('system       :', 'Linux')
   ('node         :', '7b5642bf21b5')
   ('release      :', '4.4.0-122-generic')
   ('version      :', '#146-Ubuntu SMP Mon Apr 23 15:34:04 UTC 2018')
   ----------Hardware Info----------
   ('machine      :', 'x86_64')
   ('processor    :', 'x86_64')
   Architecture:          x86_64
   CPU op-mode(s):        32-bit, 64-bit
   Byte Order:            Little Endian
   CPU(s):                56
   On-line CPU(s) list:   0-55
   Thread(s) per core:    2
   Core(s) per socket:    14
   Socket(s):             2
   NUMA node(s):          2
   Vendor ID:             GenuineIntel
   CPU family:            6
   Model:                 79
   Model name:            Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz
   Stepping:              1
   CPU MHz:               1277.351
   CPU max MHz:           3500.0000
   CPU min MHz:           1200.0000
   BogoMIPS:              5201.87
   Virtualization:        VT-x
   L1d cache:             32K
   L1i cache:             32K
   L2 cache:              256K
   L3 cache:              35840K
   NUMA node0 CPU(s):     0-13,28-41
   NUMA node1 CPU(s):     14-27,42-55
   Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb invpcid_single intel_pt retpoline kaiser tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
   ----------Network Test----------
   Setting timeout: 10
   Error open MXNet: https://github.com/apache/incubator-mxnet, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>, DNS finished in 0.301597118378 sec.
   Error open PYPI: https://pypi.python.org/pypi/pip, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>, DNS finished in 0.295644044876 sec.
   Error open FashionMNIST: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>, DNS finished in 0.346220016479 sec.
   Error open Conda: https://repo.continuum.io/pkgs/free/, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>, DNS finished in 0.287996053696 sec.
   Error open Gluon Tutorial(en): http://gluon.mxnet.io, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>, DNS finished in 0.320595979691 sec.
   Error open Gluon Tutorial(cn): https://zh.gluon.ai, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>, DNS finished in 0.320269107819 sec.
   ```
   
   
   Error Message:
   ```
   /data1/zyx/Anaconda2/bin/python /data3/zyx/yks/mx-detection/bug.py
   /data1/zyx/Anaconda2/lib/python2.7/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
     from ._conv import register_converters as _register_converters
   Traceback (most recent call last):
     File "/data3/zyx/yks/mx-detection/bug.py", line 7, in <module>
       sym_block = mx.gluon.nn.SymbolBlock(sym, [data])
     File "/data1/zyx/Anaconda2/lib/python2.7/site-packages/mxnet/gluon/block.py", line 1051, in __init__
       for j in i.get_internals():
     File "/data1/zyx/Anaconda2/lib/python2.7/site-packages/mxnet/symbol/symbol.py", line 93, in <genexpr>
       return (self[i] for i in self.list_outputs())
     File "/data1/zyx/Anaconda2/lib/python2.7/site-packages/mxnet/symbol/symbol.py", line 517, in __getitem__
       raise ValueError('There are multiple outputs with name \"%s\"' % index)
   ValueError: There are multiple outputs with name "resnetv1b0_layers1_relu0_fwd_output"
   ```
   [#12795(https://github.com/apache/incubator-mxnet/issues/12795)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services