0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

DDSP-SVCを用いた音声変換モデル(3)

Last updated at Posted at 2023-05-18

これから学習に入ります。

\DDSP-SVC\configsの中のcombsub.yamlを修正します。num_workersとbatch_sizeは自分の環境に合わせて修正しても大丈夫です。

encoder: 'contentvec'
encoder_out_channels: 256
encoder_ckpt: pretrain/hubert/checkpoint_best_legacy_500.pt
cache_device: 'cuda'
num_workers: 2
batch_size: 8

修正が終わったらしたのコマンドを入れてください。

python train.py -c configs/combsub.yaml

\DDSP-SVC\exp\combsub-testの中に2000Stepごと保存されます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?