mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 12:38:35 +08:00
屏蔽不必要告警
屏蔽不必要告警
This commit is contained in:
parent
d91589036a
commit
0dae0d70f3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user