-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi, first of all thank you for sharing the code!
Having been working on this code for a while, I am wondering how to run the code - is the code runnable without any modification?
For me, I first put the trimmed training file(mono, 10 seconds, 44100, wav) into a folder, changed the path in the script, but it seemed that there are some dimension errors and the whole training procedure cannot continue. I looked into the code and added permute in some parts of the code to make the errors disappear (e.g. permute(0,2,1) right before the quantizer). After the modifications, the code finally run, but the quantizer is producing constants, so the result sound horrible.
Therefore, I am wondering if I made anything wrong, in particular, is editing the code necessary, did I encounter the problems because of some fault in my parameters?
Thank you!