Erjan
Erjan
it would be great to code along with your tutorial and **finish** it to have a full understanding of how to write OS. But if i start it now, i...
I m trying to run this code, using the same file as in the official repo. ``` from pyAudioAnalysis import audioSegmentation as aS [flagsInd, classesAll, acc, CM] = aS.mtFileClassification("diarizationExample.wav", "svmSM",...
it gives me the error > error: Microsoft Visual C++ 14.0 is required. Get it with > "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ > ---------------------------------------- > ERROR: Command errored out...
i added dependency and repo in my build gradle file, but it still does not work
its retired and no longer active, its good idea to remove it
``` np.save('test_sequence',train_sequence) np.save('test_cluster_id',train_cluster_id) ``` should be "train sequence" in the first line - you save the train_sequence right? so should print train sequence too.
bro, its incomplete! finish it! there is no code for dashboard and telegram integration
add the solutions to git level 4 right now!!!!!!!!!!!!!!!!!
i need clarification here - should the name "gunicorn.sock" be hardcoded? or can it be "gunicorn.socket"? i changed its name in gunicorn configs at /etc/systemd/system/gunicorn.service yet when i restart gunicorn...
why not put the code to show how to connect to metabase for bi dashboard?