Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.69k stars 703 forks source link

请问如何修复训练过程中,tensorboard显示403的错误? #505

Open renjunok opened 10 months ago

renjunok commented 10 months ago

请问如何修复训练过程中,tensorboard显示403的错误?

感谢所有的回答者!

anfogy commented 10 months ago

使用tensorboard需要启用“允许第三方cookie”

renjunok commented 10 months ago

谢谢你的回复!

1、我在chrome中启用了“允许第三方cookie”,但依然显示403错误,有进一步的排查建议吗?

2、我有点困惑,setp4中:

!cp ./finetune_speaker.json ../drive/MyDrive/finetune_speaker.json
!cp ./moegoe_config.json ../drive/MyDrive/moegoe_config.json

这里的意图看不明白 2.1 首先当前path在VITS-fast-fine-tuning目录中,但此目录中并没有finetune_speaker.json这个文件,在configs中才有,是通过下载预训练模型中得到的,所以这里是否有错?

2.2 同时为什么要把训练前的finetune_speaker.json复制备份?按照我的理解应该是把训练后的finetune_speaker.json备份,但在后面的setp5.2中依然是复制的一个不存在的文件。

3、根据我目前的观察,训练了约300个epoch,但configs中的finetune_speaker.json和初始预训练中得到的finetune_speaker.json文件没有发生变化,这是否是我的配置有问题或finetune_speaker.json就不会发生更改?

Grizelda777 commented 9 months ago

我在opera浏览器中使用,问题便解决了

anfogy commented 9 months ago

谢谢你的回复!

~1、我在chrome中启用了“允许第三方cookie”,但依然显示403错误,有进一步的排查建议吗?~

2、我有点困惑,setp4中:

!cp ./finetune_speaker.json ../drive/MyDrive/finetune_speaker.json
!cp ./moegoe_config.json ../drive/MyDrive/moegoe_config.json

这里的意图看不明白 2.1 首先当前path在VITS-fast-fine-tuning目录中,但此目录中并没有finetune_speaker.json这个文件,在configs中才有,是通过下载预训练模型中得到的,所以这里是否有错?

2.2 同时为什么要把训练前的finetune_speaker.json复制备份?按照我的理解应该是把训练后的finetune_speaker.json备份,但在后面的setp5.2中依然是复制的一个不存在的文件。

3、根据我目前的观察,训练了约300个epoch,但configs中的finetune_speaker.json和初始预训练中得到的finetune_speaker.json文件没有发生变化,这是否是我的配置有问题或finetune_speaker.json就不会发生更改?

2.1. 它跑完rearrange_speaker.py之后会产出一个新的finetune_speaker.json 2.2. 其实是一个很概括的玩意,没有它就跳过,有就复制。^^^^^

  1. 不应该发生,你训练中得到的finetune_speaker.json是在哪找到?
renjunok commented 9 months ago
  1. 不应该发生,你训练中得到的finetune_speaker.json是在哪里找到?

在执行step1.5选择预训练模型后就下载finetune_speaker.json到configs目录里面,上传自己的数据集后开始训练,跑个几百spoch,configs目录里面的finetune_speaker.json都不会发生变化