Chris Donahue

Results 56 comments of Chris Donahue

Change `335M` to `355M`. I made the same typo today and was perplexed for quite some time :)

I added semantics a while back to support the new autoplay policy. Perhaps you are running an older version out of your cache? Try a full refresh (Cmd+Shift+R). Also try...

@Zibri can you let me know if this fixed the issue? If not, what OS / chrome version do you have?

First of all, thank you for your continued interest in this project. I fear that I have sent you on a wild goose chase however, as Dance Dance Convolution was...

Hi there. The learnable filter is disabled by default but can be enabled by using the command line arg `--wavegan_genr_pp` on the training script. See the relevant references in the...

Ah, good question. The last layer of the generator has dimension 16384 simply because it is a power of four; each of the five layers of the generator increases the...

Hi Andy. Appreciate the kind words and sorry for the delay. So are you saying that the exact same configuration (2ch) works on Google Colab, but not on another environment?...

Huge thanks to all authors for releasing this fantastic work!! I too am curious about licensing. Is there any update on releasing under MIT?

Ah I see. I have never actually tried building the library on Windows. The installer script relies on unix tools like `gcc` to build the VGMPlay library. I am not...