This commit is contained in:
babysor00
2023-02-04 14:13:38 +08:00
parent 24cb262c3f
commit 712a53f557
36 changed files with 2877 additions and 291 deletions

View File

@@ -2,7 +2,7 @@ import sys
import torch
import argparse
import numpy as np
from utils.load_yaml import HpsYaml
from utils.hparams import HpsYaml
from models.ppg2mel.train.train_linglf02mel_seq2seq_oneshotvc import Solver
# For reproducibility, comment these may speed up training

View File

@@ -2,7 +2,7 @@ import sys
import torch
import argparse
import numpy as np
from utils.load_yaml import HpsYaml
from utils.hparams import HpsYaml
from models.ppg2mel.train.train_linglf02mel_seq2seq_oneshotvc import Solver
# For reproducibility, comment these may speed up training