Jonas Degrave

Results 7 comments of Jonas Degrave

I'm sorry, but I honestly have no idea on these: - The first one has no stack trace going through the code of this library - The second one passes...

@elhaitiano You're right! Apparently, I used audio_enabled in some versions of the tutorial (on my blog and on this github, not in PyPI) where it should be enable_audio. This should...

Can you give me the keyerror? Also on what system are you running this code? Which version of python?

This library was written for python 2.7. In python 3, I imagine some strings need to be converted to bytes in order to work well.

I was not aware of the layers returning lists. I do not know the use case of layers returning multiple tensors, but I reckon detecting them with an `isintstance` and...

> If we plan to only keep it at `+` and `*`, maybe we shouldn't start it, so we're not pressed into adding `-`, `/`, `**`, and finally make `Layer`...