ibab / tensorflow-wavenet

A TensorFlow implementation of DeepMind's WaveNet paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanity check / overfit equivalent for music generation

JohnAllen opened this issue · comments

Would an equivalent @karpathy's sanity check for overfitting a small dataset for image classification for WaveNet music generation be feeding a single music file corpus and the same music file for generation?

This is what I've tried (for like 200k steps) only to get a single click in the generated file.