Open laerciomonteiro opened 1 year ago
Hi!
My suggestion would be to watch the video linked in the README. It helped me a lot.
There are only a few params that need adjusting based on one's system (mainly, batch_size
, which should likely be reduced when not on a high performance GPU). You'll have to experiment with reducing it until you don't get errors. Try maybe halving it to 10 to start.
The vid also addresses your second question, as training will pick up where it leaves off, even if you decide to add additional epochs later.
Best of luck!
Describe the bug My machine is an Asus Zenbook Duo 14 (UX482) with 16 GB RAM and dedicated Intel Iris / NVIDIA MX450 2GB graphics card. Specifications: https://www.asus.com/br/laptops/for-home/zenbook/zenbook-duo-14-ux482/. What would be the correct parameters to apply in the config.json?
Additional context My sample set is 105 .WAV files, some as long as 15 seconds. Would there be any problems? Also, how do I stop training and then resume where I left off? I noticed that some are facing this problem too.