Navod Peiris
Navod Peiris
@chetana348 @Fzz123 @aisosalo i have weights of mobilenet models which are trained with greyscale imagenet dataset. checkout this repo: https://github.com/Navodplayer1/MobileNet_96x96_greyscale_weights
I may be late for the party but here you go. 1. first, check if brownout detector is disabled. If not, disable it. ```WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0); //disable brownout detector``` 2. if...
1. did u ran the same example in this repo? if not then post the code. 2. what is the model size you used? 3. did you input paths to...
i am not sure about how to do it.
@xjtusjtu @erkkimon in speechlib 1.1.3, i have added the support for loading custom whisper models from disk and loading finetuned whisper models from huggingface.
1. I haven't tried installing CUDA toolkit as i don't have a GPU. However, I have provided a Colab notebook that installs cublas and you can run using Colab GPU....
if you are using vscode or any other IDE, you have to run IDE as administrator. Then this will be solved. let me know if it solves the issue or...
@ShunyaYamagami you can use python package created by me: https://pypi.org/project/speechlib/ This is Github repo: https://github.com/NavodPeiris/speechlib this package can do transcription, speaker diarization and speaker recognition all together and give a...
I have a cool design but i would say it is auto suggestion than auto completion: https://github.com/NavodPeiris/graphsense
thanks for the amazing work @trK54Ylmz and @krpatter-intc this was the only package that worked with python for me. This should be the top package IMO. other packages are just...