Tom Bannink

Results 3 issues of 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...

awaiting review
comp:lite
ready to pull
size:XS

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...

internal-improvement

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...