Nikita Grebenyuk
Nikita Grebenyuk
I started training model by your short guide, prepared ~15 hours of russian audios from 1 to 10 seconds in format 16bit/22050 Hz, generated training and validation list. Usually it...
What makes it simply useless. Phrases are not usually said as one "merged" word so please add an option to phonemize phrases without merging them in output.
Currently all punctuation marks are converted into `` tag. Think it would be useful to have an ability to set up unique/custom tags for most popular punctuation symbols, like `.,?!`
Leaving 8 workers lead to x8 times more RAM usage when preloading mel spectrograms, when it is not needed for single-process training.
Some audios can be treated as too long by wav size and be removed from boundaries group. Move their definitions in config files to make it possible to change them...
I've added wintoastlib.h and wintoastlib.cpp and linked `psapi` in CMakeLists to my Qt cmake project, but when trying to compile (even without creating any toast) this error appears. I've checked...
``` Traceback (most recent call last): File "D:\_ruGPT3\ru-gpts\run_gpt3medium.py", line 11, in gpt = RuGPT3XL.from_pretrained("sber-gpt3-medium", seq_len=512) File "D:\_ruGPT3\ru-gpts\src\xl_wrapper.py", line 178, in from_pretrained mpu.model_parallel_cuda_manual_seed(seed) File "D:\_ruGPT3\ru-gpts\src\mpu\random.py", line 217, in model_parallel_cuda_manual_seed model_parallel_seed =...
### Describe the bug While inferencing, it tries to download unknown file into unknown location, but downloading can't be started. ``` [12:31:24] INFO [12:31:24] Event infer, values {'model_path': 'D:/_vits-svc/logs/44k/G_47000.pth', 'model_path_browse':...
Hello. It seems that original Grossmend's model was deleted: [https://huggingface.co/Grossmend/rudialogpt3_medium_based_on_gpt2](https://huggingface.co/Grossmend/rudialogpt3_medium_based_on_gpt2) Do you still have that model by a chance?
Unusable on python 3.12 and torch 2.8.0 (I can't use 2.1.0 because it doesn't support CUDA 12.8, which is the only supported by Blackwell nvidia gpus) because of weird thinc...