You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Not able to run a gluon.nn.LeakyReLU layer when the input to the network is 1-dimensional. Check the reproducible example at the bottom of the issue. I get the following error -
Check failed: this->shape_.Size() == shape.Size() (3 vs. 0) TBlob.get_with_shape: new and old shape do not match total elements
Environment info (Required)
----------Python Info----------
('Version :', '2.7.14')
('Compiler :', 'GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)')
('Build :', ('default', 'Dec 7 2017 11:07:58'))
('Arch :', ('64bit', ''))
------------Pip Info-----------
('Version :', '9.0.3')
('Directory :', '/Users/aanirud/anaconda2/envs/onnx/lib/python2.7/site-packages/pip')
----------MXNet Info-----------
/Users/aanirud/.local/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
objc[99942]: Class CaptureDelegate is implemented in both /usr/local/opt/opencv/lib/libopencv_videoio.3.4.dylib (0x114a44618) and /Users/aanirud/anaconda2/envs/onnx/lib/libopencv_videoio.3.3.dylib (0x1208325c8). One of the two will be used. Which one is undefined.
objc[99942]: Class CVWindow is implemented in both /usr/local/opt/opencv/lib/libopencv_highgui.3.4.dylib (0x114a1e1e8) and /Users/aanirud/anaconda2/envs/onnx/lib/libopencv_highgui.3.3.dylib (0x1208071e8). One of the two will be used. Which one is undefined.
objc[99942]: Class CVView is implemented in both /usr/local/opt/opencv/lib/libopencv_highgui.3.4.dylib (0x114a1e210) and /Users/aanirud/anaconda2/envs/onnx/lib/libopencv_highgui.3.3.dylib (0x120807210). One of the two will be used. Which one is undefined.
objc[99942]: Class CVSlider is implemented in both /usr/local/opt/opencv/lib/libopencv_highgui.3.4.dylib (0x114a1e238) and /Users/aanirud/anaconda2/envs/onnx/lib/libopencv_highgui.3.3.dylib (0x120807238). One of the two will be used. Which one is undefined.
('Version :', '1.2.0')
('Directory :', '/Users/aanirud/anaconda2/envs/onnx/lib/python2.7/site-packages/mxnet-1.2.0-py2.7.egg/mxnet')
Hashtag not found. Not installed from pre-built package.
----------System Info----------
('Platform :', 'Darwin-16.7.0-x86_64-i386-64bit')
('system :', 'Darwin')
('node :', '8c85904b0bf4.ant.amazon.com')
('release :', '16.7.0')
('version :', 'Darwin Kernel Version 16.7.0: Tue Jan 30 11:27:06 PST 2018; root:xnu-3789.73.11~1/RELEASE_X86_64')
----------Hardware Info----------
('machine :', 'x86_64')
('processor :', 'i386')
machdep.cpu.extfeatures: SYSCALL XD 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP TSCI
machdep.cpu.leaf7_features: SMEP ERMS RDWRFSGS TSC_THREAD_OFFSET BMI1 HLE AVX2 BMI2 INVPCID RTM SMAP RDSEED ADX IPT SGX FPU_CSDS MPX CLFSOPT
machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 PCLMULQDQ DTES64 MON DSCPL VMX SMX EST TM2 SSSE3 FMA CX16 TPR PDCM SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES PCID XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C
machdep.cpu.brand_string: Intel(R) Core(TM) i7-7660U CPU @ 2.50GHz
----------Network Test----------
Setting timeout: 10
Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0162 sec, LOAD: 0.5096 sec.
Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0147 sec, LOAD: 0.3571 sec.
Timing for FashionMNIST: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, DNS: 0.0187 sec, LOAD: 0.1854 sec.
Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0166 sec, LOAD: 0.0504 sec.
Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.0158 sec, LOAD: 0.0632 sec.
Timing for Gluon Tutorial(cn): https://zh.gluon.ai, DNS: 0.0172 sec, LOAD: 0.1345 sec.
Package used (Python/R/Scala/Julia):
I'm using Python
Description
Not able to run a gluon.nn.LeakyReLU layer when the input to the network is 1-dimensional. Check the reproducible example at the bottom of the issue. I get the following error -
Environment info (Required)
Package used (Python/R/Scala/Julia):
I'm using Python
Compiler (gcc/clang/mingw/visual studio):
clang
MXNet commit hash:
ceb810c
Error Message:
Minimum reproducible example
Steps to reproduce
What have you tried to solve it?
it works fine
The text was updated successfully, but these errors were encountered: