Open soheilpaper opened 2 years ago
Interesting project! I'm also experimenting with training a guitar model. I may be misunderstanding your question, but regarding "finding the proper guitar mp3 files for uploading": This isn't really about "finding", you can simply create and use what you want, right? In case it helps, here is the file I'm using for training. It is simply a ~14 min recording of me playing some random notes -- not the best sounding guitar and poor recording conditions, but just as an experiment.
Hi @soheilpaper , were you able to get these pre trained models?
I am working in one save the earth project (lonely!), Which is described here and one of the Idea is using AI Music codes and one Smart trash bin for encouraging some humankind to do recycling.
So, I am trying to test the Google magenta project for more default models of its demo colab page, one of the most useful musical devices is guitar, and I am trying to add the guitar model in its colab sample code as you can see at below (Google Colaboratory Link for test):
enter image description here
So if possible I hope to have some comment in creating the guitar pretrained weight for it by the below instruction :
Based on GitHub instruction of the DDSP part of the Google Magenta project, it could be domed by creating some pretrained model by gathering
around 10-20 minutes of a single monophonic guitar sound source
(colab link for test):enter image description here
Which needs to have some finding some
ready mp3 guitar database
tags for this purpose and I googled the ready mp3 guitar dataset pre -trained but become low energy! And don't know which guitar pretrained weights or mp3 guitar dataset (like guaitarset form this post would be proper for this part of the above codes?But in this situation, I have tried to find out the model extension and finding the guitar pretrained weights from that extension and guitar search in google, so I have tried to find out the guitar model for ddsp (the main music model used in the above codes) by searching
ddsp guitar
terms in google, or by looking in the above codes and find out the model file extension like the below block code:And I think the new model file extension is
.gen
and tried to find out some guitar gen file byguitar dataset ".gen"
Google search terms, but can not find the made guitar wight file from that Google search result.So as summarizing this question, if possible hope to have some comments about the two below question:
Also,complaining version of this question could be seen here and if the question is complex for understanding please comment about the parts which needs to be more cleared, and I will edit it.
Also asked below:
https://stackoverflow.com/questions/69762589/about-creating-or-finding-guitar-pre-trained-wights-for-google-magenta-ai-music
https://github.com/magenta/magenta/issues/1960
Thanks.