jellyfishovo
jellyfishovo
Greetings, i try to install mkl-random 1.1.1 via command"python setup.py install" while it reports: fatal error: mkl.h: No such file or directory #include "mkl.h" ^~~~~~~ compilation terminated. what should i...
Greetings, i try to reproduce the result on MELD but it doesn't work as i wish (i use the shell script) and i want to get a detailed parameter settings...
Greetings! i saw the date presented in TABLE.1 in your paper  and i wonder how to get the F1score per class ,Acc and w-F1 are they the data in...
After correctly configuring the `NExT-GPT-Legacy` demo (using pre-trained weights and following the instructions in `NExT-GPT-Legacy/README.md`, completing the `bash app.sh` script), the Gradio web demo interface does not respond. After entering...
I was trying to detect the speaking rate of a sound file, here is the code: ` from syllable_nuclei import speech_rate ... ` ` try: ` ` articulation_rate = speech_rate(audio_path)['articulation...