Fit_Schedule5951
Fit_Schedule5951 t1_j7u56d7 wrote
Reply to comment by CeFurkan in [D] Are there any AI model that I can use to improve very bad quality sound recording? Removing noise and improving overall quality by CeFurkan
Not sure, it's been a while since I last used it
Fit_Schedule5951 t1_j7twyx9 wrote
Reply to comment by CeFurkan in [D] Are there any AI model that I can use to improve very bad quality sound recording? Removing noise and improving overall quality by CeFurkan
https://github.com/facebookresearch/denoiser
Use the pretrained model on your recordings
Fit_Schedule5951 t1_j7tk2db wrote
Reply to [D] Are there any AI model that I can use to improve very bad quality sound recording? Removing noise and improving overall quality by CeFurkan
Try denoiser from facebook
Fit_Schedule5951 t1_j4obl4w wrote
Reply to [P] A small tool that shuts down your machine when GPU utilization drops too low. by nateharada
Nice, I think an extension where this could be beneficial is when your process hangs - it's using full GPU memory but not training, this happened to me recently training models with fairseq. (I am not sure how you can catch these conditions)
Fit_Schedule5951 t1_ixx8vd8 wrote
Looking forward to seeing this on r/bestofredditorupdates
Fit_Schedule5951 t1_iruexcg wrote
Reply to [P] Pure C/C++ port of OpenAI's Whisper by ggerganov
Interesting, what's the latency vs openai python?
Fit_Schedule5951 t1_iqu4d33 wrote
Reply to comment by BrotherAmazing in [D] Types of Machine Learning Papers by Lost-Parfait568
This has been on twitter for a while now, just reddit things.
Fit_Schedule5951 t1_j8scasi wrote
Reply to [D] HuggingFace considered harmful to the community. /rant by drinkingsomuchcoffee
Well, huggingface is VERY convenient for inference. I work with speech, so if i need to train with existing/ new models, i always go back a established toolkit like fairseq/ espnet/ speechbrain etc.