issues
search
axinc-ai
/
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
2.04k
stars
325
forks
source link
Update bert-vits2 and pytorch_wavenet
#1549
Closed
ohshima-axell
closed
2 months ago
ohshima-axell
commented
2 months ago
以下の変更を行いました。
bert-vits2
乱数が使われていたため
--seed
オプションを追加
pytorch_wavenet
乱数が使われていたため
--seed
オプションを追加
--num_samples
オプションを指定した時
range()
に float が渡ってエラーになることがあったので int へのキャストを追加
以下の変更を行いました。
--seed
オプションを追加--seed
オプションを追加--num_samples
オプションを指定した時range()
に float が渡ってエラーになることがあったので int へのキャストを追加