diff --git a/GPT_SoVITS/s2_train.py b/GPT_SoVITS/s2_train.py index c5dee8d..f5de615 100644 --- a/GPT_SoVITS/s2_train.py +++ b/GPT_SoVITS/s2_train.py @@ -1,5 +1,6 @@ +import warnings +warnings.filterwarnings("ignore") import utils, os - hps = utils.get_hparams(stage=2) os.environ["CUDA_VISIBLE_DEVICES"] = hps.train.gpu_numbers.replace("-", ",") import torch