-
INFO:OUTPUT_MODEL:{'train': {'log_interval': 10, 'eval_interval': 1000, 'seed': 52, 'epochs': 1000, 'learning_rate': 0.0002, 'betas': [0.8, 0.99], 'eps': 1e-09, 'batch_size': 16, 'fp16_run': False, 'l…
-
"note - duration predictor is not adversarial yet. In my earlier experiments with VITS-1, I used deterministic duration predictor (no-sdp) and found that it is quite good. So, I am not sure if adversa…
-
現状は各機能ごとに対応するpythonコードとbatファイルがある。
単一のWebUIでタブで分ける方式にしたほうがごちゃつかなくていいかも知れない。
ただ自分がGradio UIを組み上げる方法を、単純なwithブロック積み重ねしか知らないので、
単一のWebUIにする場合は、うまくいろいろ分けたりするリファクタリングをしたほうがよさそう。
(だけど自分ができるかは分からない……)
-
## 运行环境
* 操作系统 (Linux/macOS/Windows):
* 部署方式 (Docker/windows快速部署包/自己搭的环境):
* Python 版本 (如果是部署包可不填):
* 代码版本/部署包版本:
## 问题描述
## 问题复现步骤
-
The paper has three losses for the duration discriminator: $L_{adv}(D)$, $L_{adv}(G)$, and $L_{mse}$. But the code only implemented $L_{adv}(D)$ and $L_{adv}(G)$:
https://github.com/p0p4k/vits2_pyt…
-
Bert-VITS2 access url?
Bert-VITS2 download url?
# [ABS_PATH + "/bert_vits2/G_9000.pth", ABS_PATH + "/bert_vits2/config.json"],
-
When I do not load the original checkpoint and want to retrain the model (because I have increased the number of languages or added other module parts), **are there any techniques or tricks for trai…
-
加载config中的配置0
加载config中的配置localhost
加载config中的配置10086
加载config中的配置0
加载config中的配置1
加载环境变量
MASTER_ADDR: localhost,
MASTER_PORT: 10086,
WORLD_SIZE: 1,
RANK: 0,
LOCAL_RANK: 0
[W socket.cpp:436]…
-
控制台报错如图,界面空白
-
https://github.com/FENRlR/MB-iSTFT-VITS2/blob/17593f65ae3cfa99fa584c1e4e1d5723e2a4d97d/configs/istft_vits2_base.json#L51
vs
https://github.com/FENRlR/MB-iSTFT-VITS2/blob/17593f65ae3cfa99fa584c1e4…