assert self.binded
Error code:
mod_new.bind(for_training=False,data_shapes=[('data',(1,3,data_shape_w,data_shape_w))],label_shapes=mod_new.label_shapes)
File "D:\Anaconda3\lib\site-packages\mxnet\module\module.py", line 231, in label_shapes
assert self.binded
resolvent:
Remove parameter: Label_ shapes
mod_new.bind(for_training=False,data_shapes=[('data',(1,3,data_shape_w,data_shape_w))])
Read More:
- CUDA error: device-side assert triggered
- Solve runtimeerror: reduce failed to synchronize: device side assert triggered problem
- RuntimeError: CUDA error: device-side assert triggered
- ModuleNotFoundError: No module named ‘numpy.testing.nosetester‘
- RuntimeError: Unable to find a valid cuDNN algorithm to run convolution
- VsCode+Anaconda+jupyter Error: Kernel died with exit code
- In Python, import XXX does not report an error, but in IPython (Jupiter notebook)
- Importerror using tensorflow: DLL load failed: the specified program cannot be found
- Importing the multiarray numpy extension module failed
- Error when starting Python in Windows
- Anaconda Matplotlib drawing Chinese garbled solution
- OSError: libnccl.so.2: cannot open shared object file: No such file or directory
- sys.path.append(), os.path.exists(), os.path.join() and os.makedirs() meaning
- Resolve – keyerror encountered while installing tensorflow GPU: ‘tensorflow’ error
- Solve selenium error — unknown error: devtoolsactivport file doesn’t exist
- cannot import name ‘_validate_lengths’ from ‘numpy.lib.arraypad’
- RuntimeError: NCCL error in: /pytorch/torch/lib/c10d/ProcessGroupNCCL.cpp:784 torch
- Scrapy runs a crawler with an error importerror: cannot import name suppress
- The problem of “value error: zero length field name in format” in Python 2.6.6 of CentOS 6.9
- Python3-ValueError:not enough values to unpack (expected 2, got 0)