Jon Kyl

Results 7 comments of Jon Kyl

I encounter an identical error with the latest version of fast-wavenet and python2.7. Will update if I find a fix.

> As an alternative to a full-blown UI solution, could we have the option to load a new palette of colors? It would be nice to have... 20 different colors...

Hi, I was just wondering if this PR ever landed?

@higherorderfunctor thanks for the exploration, that is very helpful. I am interested in something quite similar: passing a link to `pip install --find-links`. This would enable me to pull the...

I tried redirecting the `Warning: Xing stream size off by more than 1%` messages using [this method](https://stackoverflow.com/questions/5081657/how-do-i-prevent-a-c-shared-library-to-print-on-stdout-in-python/17954769#17954769), which works for e.g. Blender and TensorFlow C-level logs, but it did not...

Another workaround for Dropout layers, and maybe custom layers too if they follow the same pattern, is to initialize them without the `rngs` arg, and only pass the RNG at...