07-27-2024, 10:47 PM
(This post was last modified: 07-27-2024, 10:50 PM by hybridClasher.init().)
Hi,
I'll see if i can update the extension at a bigger level or not. To be honest, this would've been much easier in Python though. The only reason i wanted to make this extension is because i'm a big fan of small basic syntax (including some other .net languages too like vb). I included some code of my extension in my ai voice model trianer app, it worked and compiled the model file but when trying to use it to make music/song ai covers it didn't work because:
1- it needed to be a .pth file (pth meaning pytorch, along with a .index/.json file)
2- it needed to be in structured numerical data.
I'll just make the whole app in python because that seems to be the only solution for my app now. Who knows? Maybe someone else can make a better and more advanced neural network extension in small basic. That is only, if the community cared about it somewhat.
Thanks for your help during this whole process.
I'll see if i can update the extension at a bigger level or not. To be honest, this would've been much easier in Python though. The only reason i wanted to make this extension is because i'm a big fan of small basic syntax (including some other .net languages too like vb). I included some code of my extension in my ai voice model trianer app, it worked and compiled the model file but when trying to use it to make music/song ai covers it didn't work because:
1- it needed to be a .pth file (pth meaning pytorch, along with a .index/.json file)
2- it needed to be in structured numerical data.
I'll just make the whole app in python because that seems to be the only solution for my app now. Who knows? Maybe someone else can make a better and more advanced neural network extension in small basic. That is only, if the community cared about it somewhat.
Thanks for your help during this whole process.