allen.hu

Results 10 issues of allen.hu

当我运行demo/web.py程序是,得到如下错误提示: ImportError: cannot import name 'LlamaForCausalLM' from 'transformers’

C:\ProgramData\Anaconda3\envs\mockingbird\python.exe E:\workspace\MockingBird\control\cli\vocoder_train.py my_run e:\datasets Traceback (most recent call last): File "E:\workspace\MockingBird\control\cli\vocoder_train.py", line 4, in from models.vocoder.fregan.train import train as train_fregan File "E:\workspace\MockingBird\models\vocoder\fregan\train.py", line 15, in from models.vocoder.fregan.discriminator import ResWiseMultiPeriodDiscriminator, ResWiseMultiScaleDiscriminator...

日志如下: C:\ProgramData\Anaconda3\envs\mockingbird\python.exe E:\workspace\MockingBird\control\cli\vocoder_train.py my_run e:\datasets hifigan -m E:\workspace\MockingBird\data\ckpt\vocoder\saved_models Arguments: run_id: my_run vocoder_type: hifigan syn_dir: e:\datasets\SV2TTS\synthesizer voc_dir: e:\datasets\SV2TTS\vocoder models_dir: E:\workspace\MockingBird\data\ckpt\vocoder\saved_models ground_truth: False save_every: 1000 backup_every: 25000 force_restart: False config: models/vocoder/hifigan/config_16k_.json Generator(...

声音编码训练运行一下命令: C:\ProgramData\Anaconda3\envs\mockingbird\python.exe E:\workspace\MockingBird\control\cli\encoder_train.py my_run E:\datasets\SV2TTS\encoder -m E:\workspace\MockingBird\data\ckpt\encoder --visdom_server http://localhost ,当进行到step:44k,lose:0.1735,Err:0.0144,再收敛会不会过拟合? ![微信图片_20230331145004](https://user-images.githubusercontent.com/2630564/229044874-d94915a9-4040-41e7-bf04-fca72490d1f1.jpg) ![微信图片_20230331144947](https://user-images.githubusercontent.com/2630564/229044881-1bb046cd-81a7-447d-b0d0-91dfc967085a.jpg)

MFA version: 2.2.6 When I do the 3 steps and get below log: 1. mfa server init 2. mfa server start 3. mfa train ./data/wav/speaker_name/split/ ./MFA/pinyin.dict ./MFA/mandarin_china_mfa.dict ./data/TextGrid/speaker_name/ log: (vtubertalk)...

bug

I want to download application released by CORS, How to add 'Access-Control-Allow-Origin' http head when downloading the release application?

Invalid URL (POST /engines/text-embedding-ada-002/embeddings), openai 0.28.0包并不支持这个路径了,而是/embeddings,这个路由在chatdoc/server里不知道要哪里修改?

运行合成器训练(RTX3060 12G显卡),C:\ProgramData\Anaconda3\envs\mockingbird\python.exe E:\workspace\MockingBird\control\cli\synthesizer_train.py mandarin e:\datasets\SV2TTS\synthesizer ,运行约38小时。出现attention如下,不知道何时能结束程序? ![attention_step_2500_sample_1](https://user-images.githubusercontent.com/2630564/229335082-cac1fc26-8833-4ae9-b3ea-300b6ec67ae4.png) ![attention_step_5000_sample_1](https://user-images.githubusercontent.com/2630564/229335083-37c4309a-7235-4484-b432-35c2548eba8c.png) ![attention_step_7500_sample_1](https://user-images.githubusercontent.com/2630564/229335084-23b250e4-1859-4e76-a3fc-011ad6d43c58.png) ![attention_step_88000_sample_1](https://user-images.githubusercontent.com/2630564/229335086-e30a43b1-4a7f-4454-9d19-730ccc35ff51.png) ![step-80500-mel-spectrogram_sample_1](https://user-images.githubusercontent.com/2630564/229335087-cb86f677-9682-4143-9f6c-a96a5003f964.png) ![step-88000-mel-spectrogram_sample_1](https://user-images.githubusercontent.com/2630564/229335088-f336a949-b2f0-4176-b5a2-c28256f13635.png)