youssefabdelm
youssefabdelm
This error I'm very confused about. For certain files, DeepFilterNet2 runs totally fine on certain WAV files. For others (their format being 32 bit, wav, 2 channels, 44.1kHz), I get...
Hi Gabriel, thanks for making such a useful model! I have 2 files: 1 denoised, and another noisy. In some cases when the quality drops below a certain threshold, I'd...
## ❓ Questions I'm curious how to extract embeddings, and if that's the output of the compress function / command line tool, and whether that could be used to compare,...
Thanks so much for making the fine-tuning notebook, super helpful! I'm curious, if I want to fine-tune from Guacano instead of the original LLaMA, are there any changes I'd need...
### Describe the bug When I run `interpreter --os` And then attempt a command like: `Play a boiler room set on youtube` I get a `NameError`: ``` ▌ OS Control...
Hey, thank you so much for making this library! Super awesome. I've seen a bunch of issues here requesting this but haven't found a straightforward easy way to specify it...
Hi! Thanks for making this amazing package. When I do: ```python import torch from lm_scorer.models.auto import AutoLMScorer as LMScorer # Load model to cpu or cuda device = "cuda:0" if...
If I understand correctly, Hilbert space filling curves compress N dimensions to 1 dimension _without_ data. 3 degrees of freedom down to 1 such that if I move between 0...
Hey! I know you wrote about this here: https://github.com/bshall/knn-vc/issues/23 I think I'm going to go ahead and try those steps now However, I did find this 48K HiFiGAN model someone...
If not, what architectural changes would you suggest to be able to do so? Would I need to scale the model size? What scale do you think would provide indistinguishable...