屏蔽不必要告警

屏蔽不必要告警
This commit is contained in:
RVC-Boss 2024-08-06 14:33:20 +08:00 committed by GitHub
parent d91589036a
commit 0dae0d70f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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