Keith Bloemer

Results 81 comments of Keith Bloemer

@cwerstak I don't have control over this, I think you're getting the emails because you are following the project. It's a default Github thing. You can unsubscribe by either unwatching...

Interesting, thanks for reporting that! I know some people have had to move the vst3 to /home//.vst3 for it to pick it up also.

Yes, it's doing the same preprocessing that it does before training. Each predicted sample is determined by the previous input_size number of samples. So for a model with input size...

Happy Holidays! That does look helpful, I can probably use something in there. I don't see anything in particular that solves this data preparation problem though, I think the solution...

Update: The colab notebook has been updated to fix the Out of Memory issue by using a Sequence class for loading the data one batch at a time. It also...

@mishushakov I'm for that, I'll look into making it all tensorflow operations. Yes, when preparing the input data, each output audio sample depends on the previous "input_size" number of samples....

This has happened to me when there are 0’s in the audio data, because the loss calculation would divide by 0. A more robust loss calculation would be a good...

Very cool! I'll need to read up more on how that would work, but the fact that it loads is a good start. Also the colab notebook seems to work...

Great stuff, yeah once you get on a roll it's hard to stop, get some sleep!