This commit is contained in:
YuriHead 2023-06-26 01:05:59 +08:00
parent 3691bbf5f3
commit 89fb715904

View File

@ -245,7 +245,7 @@ def train_and_evaluate(rank, epoch, hps, nets, optims, schedulers, scaler, loade
}
if net_g.module.use_automatic_f0_prediction:
image_dict.module.update({
image_dict.update({
"all/lf0": utils.plot_data_to_numpy(lf0[0, 0, :].cpu().numpy(),
pred_lf0[0, 0, :].detach().cpu().numpy()),
"all/norm_lf0": utils.plot_data_to_numpy(lf0[0, 0, :].cpu().numpy(),