Python Forum

Full Version: ValueError: could not broadcast input array from shape (1555200) into shape (0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For mxp_filters.ipynb , why do I have the following error ?
Error:
error "ValueError: could not broadcast input array from shape (1555200) into shape (0)"


1555200 equals 1080*1440 and this makes me confused

The above mxp_filters.ipynb is modified from mxp_filters_hdmi.ipynb by just removing the HDMI input and output requirements ?

Please see this PYNQ github issue as well
It seems like to_bytes() is the issue here, but I need to_bytes(), otherwise I will stuck at this error

https://github.com/VectorBlox/PYNQ/blob/...io.py#L183

[Image: 35476206_10155624341637263_1258680044864...e=5BA4394F]