Analysis done. What's next? #274
Replies: 6 comments 13 replies
-
|
The clustering is another activity that run in background like analysis. It not long as as the analysis but can definltly take some hours. The result of the clustering are "top 8 playlist". I suggest to start it in background and leave it running. So Analysis is a batch, and need to be run only once per song. Al the other functionality are online. |
Beta Was this translation helpful? Give feedback.
-
|
I'll check more when I'm back at home, but can this only be done locally? I tried creating a playlist remotely, and I'm getting error messages about being unable to fetch media. |
Beta Was this translation helpful? Give feedback.
-
|
Can you share the log of both flask and worker container ? How many song did you analyzed before using this functionality? Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I don't understand:
From my (not long) experience developing AudioMuse-AI, a case of "nothing work" major time is up to a deployment/configuration issue (usually user miss that the env variable need to be duplicated for both container, or there is some networking issue) and only few time from a HW incompatibility. |
Beta Was this translation helpful? Give feedback.
-
|
The log actually is not helping me because don't start from the beginning and you're also running an old version of the code. If you know how to do, I first suggest to do a backup of your database. Let's try by updating to the last version, update you docker-compose.yaml in this way (remember to put back you music server password): And restart the container, yes for restart I mean: After this save the Flask AND Worker container log in a first file. Then run the analysis with only 1 album, it's needed to update the different index. if the issue still happen, please share all the log. The most resource needing functionality is the Analsysis. If it finish with sucess it should have good probability of having everything work. So I don't know why after that is not working. I really want to help but never happen something like that till now so we need a bit more test hoping that some more speaking error comes up. Edit: Just to add, looking at your last log it is not finding the voyager_index raising this error: This means that in some way the analysis didn't completed correctly, so you don't have the index, and a big part of the functionality work on that index. So an update to the last version (to be able to better check any new error) and a new small analysis of 1 album should recreate this index or at least give us some more speaking error. |
Beta Was this translation helpful? Give feedback.
-
|
I think that now the discussion I solved. I’m going to close it. Feel free to open a new one if needed or open an issue. Thank you ! |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Hey, after a few months, my analysis has finished. I'm excited to start using this, but what do i do next? I see basic and advanced up top. Do i hit start clustering? Is that going to take as long as analysis? Or do i hit fetch playlists? Where do i find the "song path" option? I wanted to play around with that feature. Should I check off "use embeddings"? Is there a doc that explains all of this? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions