New AIDA-X colab trainer

For those who like me are still interested in Aida-X, i started working on a trainer that could solve the recurring issues of the original trainer (mostly related to the use of deprecated tools versions). There is still A LOT of work to do on the notebook side to make it as user friendly as a Colab notebook can be. I had pretty good results with my first few tests. I would appreciated if some users could test it and give some feedback.

6 Likes

oh that’s great news, I can give it a spin after the weekend!

2 Likes

One issue with the trainer I found is when I try to export the model, I get an error message because the sample rate was not defined at the export stage. I had to use Gemini to fix that so that I could export models then. Once Gemini fixed it, I managed to export models successfully.

Maybe you can apply a fix to the page so users wouldn’t have to rely on Gemini to get results.

Other than that, It works nicely at the moment unlike the old Colab page.

1 Like

Thank you for reporting this bug. SAMPLERATE is now defined at cell 2. It should now work fine when the “evaluation” cell is skipped.