Rockikz
Rockikz
Hey @OkicB , The `test.py` is for testing your own voice by expressing an emotion in your speech. It doesn't convert speech to text. When the `"please talk"` is printed...
Hey @zzirend , What specific error is raised? in which file and line? Can you please send the traceback? Thanks,
Hey @ruchirsachdeva and @NeneMatsuki, I just tried to run the `grid_search.py` script and it worked fine, I think it's related to sklearn's version, please downgrade to 0.24.2 to be able...
Hey @eduardblumental , Sorry for not getting to you back sooner, I've added/deleted some samples from `data` folder and didn't update the README results, I'm also getting 69% accuracy on...
Hey @ericguizzo , Sorry for not getting back earlier, I just saw this pull request. Thanks for the work implementing it on Replicate. However, when I try to upload custom...
Hello @shushutang2008 , Sorry for being too late to respond. You can remove the pre-trained models in the `results` folder so you can re-train with the new data. I'm assuming...
Hello @eshalev4 , You're absolutely right, the `extract_feature()` function from `utils.py` uses `np.mean()` for taking the average, pull requests are welcomed if you want to contribute!
Hey, Did you try to run the script as an administrator?
Hello @LyQuid12 , It's been a while since I wrote that code and I have that warning as well on VSCode, you can simply delete that block of code or...
Hey @doritnap , Sorry for the late response. After some research, you need to update transformers to the current version (4.10.0), and install `sentencepiece` library: ``` $ pip install --upgrade...