sidebar in this context is the left sidebar that contains the player, right?
2020-06-25 17742, 2020
alastairp
jmp_music: what computer are you using? mac or linux? how much memory do you have, and if you're on a mac, how much memory have you assigned to docker?
2020-06-25 17745, 2020
Mr_Monkey
Yes. And more importantly, the dashboard secondary navigation
2020-06-25 17750, 2020
ruaok
I live and have seen mini player 2 in other apps.
2020-06-25 17712, 2020
Mr_Monkey
(the player is easier to solve, see the mini player a thte bottom of the mobile view)
2020-06-25 17725, 2020
ruaok
history | playlists | stats <- secondary navigation?
2020-06-25 17730, 2020
Lotheric joined the channel
2020-06-25 17741, 2020
ruaok
ok, kewl. yeah, that looks good to me.
2020-06-25 17741, 2020
Mr_Monkey
Yes. With sub-items
2020-06-25 17728, 2020
ruaok
ok, I see the difficulty. the most obvious solution is the "collapsed top nav" which I also dislike from bootstrap's menu.
2020-06-25 17706, 2020
Mr_Monkey
Yeah. I suggested combining the two navs in mobile into that collapsed bootstrap menu thing
2020-06-25 17707, 2020
jmp_music
alastairp: At home I use a mac. The memory that is assigned to docker is at size of 2GB.
Might be very tricky though, considering the top navbar is rendered by flask
2020-06-25 17725, 2020
alastairp
what happens is that if you do too many iterations, the thread will run out of memory and stop accepting new training iterations
2020-06-25 17736, 2020
alastairp
what Job did you get up to?
2020-06-25 17748, 2020
alastairp
x/1728?
2020-06-25 17734, 2020
jmp_music
Oh ok! Yeap, x/1728
2020-06-25 17748, 2020
alastairp
how many did it complete before it stopped responding?
2020-06-25 17736, 2020
alastairp
oh - now I remember
2020-06-25 17752, 2020
alastairp
edit your project_danceability.yaml file, and set `clusterMode: True`
2020-06-25 17756, 2020
alastairp
then run it again
2020-06-25 17732, 2020
alastairp
this will start a separate process for each combination, and so the memory will be freed at the end of each. that should fix the issue of it hanging, you won't need to increase memory if you don't have it available
2020-06-25 17739, 2020
jmp_music
Oh ok!
2020-06-25 17757, 2020
jmp_music
because I didn't remember the on which process it stopped
2020-06-25 17707, 2020
jmp_music
at the previous run
2020-06-25 17745, 2020
jmp_music
What is your suggestion about the memory I should assign to docker?
2020-06-25 17755, 2020
jmp_music
4gb would be ok?
2020-06-25 17756, 2020
alastairp
sure. I asked because if you set it higher, it will process more items before running out of memory ;) I was trying to see if we can set it high enough to be able to finish all combinations before the memory leak gets too big
2020-06-25 17715, 2020
alastairp
however clusterMode: True means that we no longer have to consider this problem
2020-06-25 17755, 2020
alastairp
it's not a problem if you can't remember where it stopped. make these changes and try again
2020-06-25 17703, 2020
jmp_music
yeap, I did the change to the yaml file, and I assigned more memory to the docker.
2020-06-25 17721, 2020
alastairp
let's see if that works
2020-06-25 17740, 2020
alastairp
you can see how complicated it is to get gaia working... this is why we want to replace it!
2020-06-25 17738, 2020
ruaok chuckles
2020-06-25 17711, 2020
jmp_music
True that! While it is a great ML system, I understand these reasons.
2020-06-25 17745, 2020
jmp_music
with `clusterMode: True`, continues exceptions were shown up in my latest runs, but with the larger memory assignment, the process finished
2020-06-25 17742, 2020
jmp_music
and the related .html was created
2020-06-25 17723, 2020
jmp_music
I tested the run with `className: danceability`
2020-06-25 17745, 2020
jmp_music
not `testdanceability`, and it finished the process
oh right. I wonder if this is the same problem with the name
2020-06-25 17733, 2020
alastairp
I recommend that we go back a step - delete your results directory, and edit the grountruth file and the profile file to change the className
2020-06-25 17747, 2020
alastairp
on my version I just called it `testdanceability`
2020-06-25 17754, 2020
alastairp
then run it again and see if it completes
2020-06-25 17747, 2020
jmp_music
as profile file you mean the project yaml that is created by the template?
2020-06-25 17709, 2020
jmp_music
basically, this is what you meant! I just run it and it worked
2020-06-25 17717, 2020
jmp_music
'=D :')
2020-06-25 17711, 2020
jmp_music
I'm going to eat something, and I'm back i a few minutes
2020-06-25 17748, 2020
ruaok
alastairp: the battery holders are on my desk in the office.
2020-06-25 17719, 2020
alastairp
ruaok: thanks
2020-06-25 17740, 2020
alastairp
jmp_music: right, again I told you to do it like this because there are some complexities....
2020-06-25 17714, 2020
alastairp
you could edit your script to call train_model(... cluster_mode=True)
2020-06-25 17735, 2020
alastairp
and then delete the results/ directory, delete the project file, edit groundtruth.yaml to change className, and then run it again
2020-06-25 17754, 2020
sumedh has quit
2020-06-25 17738, 2020
jmp_music
alastairp: ok! Finally, now the training process finished correctly without errors and exceptions.
2020-06-25 17702, 2020
jmp_music
Loading all results...[1728/1728] (100% done)... number of results: 1728
2020-06-25 17705, 2020
sumedh joined the channel
2020-06-25 17721, 2020
jmp_music
and not 576/576 as did it before
2020-06-25 17714, 2020
alastairp
excellent
2020-06-25 17743, 2020
jmp_music
I saw you merged also the PR. Thanks
2020-06-25 17717, 2020
JoshDi joined the channel
2020-06-25 17754, 2020
JoshDi
does anyone have any optimized indexer.ini settings for Live Indexing? I noticed that my server can run a full reindex in about 2.5 hrs but live indexing takes almost 24 hours
2020-06-25 17725, 2020
ruaok waves at JoshDi
2020-06-25 17742, 2020
ruaok
yvanzo would be the person who could help you, JoshDi
2020-06-25 17731, 2020
JoshDi
thank you ruaok
2020-06-25 17753, 2020
ruaok
and now is the time of day when yvanzo might appear too