asusdisciple

Results 23 issues of asusdisciple

So I have large quantity of short 10-60 seconds audio files. I try to transcribe them with faster whisper in a loop. But sometimes whisper just stops/freezes all of a...

**Describe the bug** I tried using Tabby on a remote machine with the Pycharm remote development feature, which starts an instance of Pycharm on the server, which can be accessed...

bug-unconfirmed

So I installed TabbyML and it works fine with my pycharm installation. However I wonder what to do about the default settings for the AI-Powered plugins in Pycharm. Obviously I...

So I wanted to deploy seamless-m4t-v2 and tested it on some german librivox files, with **clear speech and without noise**. Unfortunately the transcription fails by not transcribing anything except for...

So since you have to define the source language when you use m4t-v2, I wonder how you guys handle the problem of language identification? At the moment I use whisper...

### Tested versions - Reproduced in 3.1.0 ### System information Ubuntu 22.04, Lenovo P1 Gen 5 Workstation A4500 ### Issue description I wanted to improve my segmentation with Pyannote, since...

When I do: # inference with FreeVC `CUDA_VISIBLE_DEVICES=0 python convert.py --hpfile logs/freevc.json --ptfile checkpoints/freevc.pth --txtpath convert.txt --outdir outputs/freevc` How do I get the freevc.json and freevc.pth checkpoint if I did...

### Description Scikit offers a gridsearch, where a large number of candidates (parameter configurations) is first trained on a very small batch of the training data. With each step the...

c:sweeps

First of all: Thanks for the awesome implementations of various Vision Transoformer models! It really helped a lot. I personally had an issue with the summary of the SimpleViT, which...

**Describe the bug** If you use the out of the box image transforms for TinyViT, they do not really work if you want to use a grayscale images, because they...

bug