Tom Bannink
Tom Bannink
This bug caused errors for the int8 `unidirectional_sequence_lstm` layer. Python example to reproduce the bug in the LSTM layer, fixed by this PR (click to expand). ```python import numpy as...
As described in #305 we run into problems of overlapping datatypes. At first we had `float` for normal data, and `uint8`, `uint32` and `uint64` for bitpacked data. Now we add...
This might be related to issue #469 . In [this commit](https://github.com/raspberrypi/firmware/commit/64b5649a41b69d09bfe0ed05448d28a66be3edfd) to the [firmware repository](https://github.com/raspberrypi/firmware) many new header files in `/opt/vc/include` were added, and they are newer than the ones...