From 989b7194f6181c3f4fd09caf812b471696604c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= Date: Sat, 22 Jul 2023 21:25:50 +0800 Subject: [PATCH] Update preprocess_hubert_f0.py --- preprocess_hubert_f0.py | 1 - 1 file changed, 1 deletion(-) diff --git a/preprocess_hubert_f0.py b/preprocess_hubert_f0.py index 9ab35ee..1f6cab4 100644 --- a/preprocess_hubert_f0.py +++ b/preprocess_hubert_f0.py @@ -37,7 +37,6 @@ def process_one(filename, hmodel,f0p,diff=False,mel_extractor=None): if torch.cuda.is_available(): gpu_id = rank % torch.cuda.device_count() device = torch.device(f"cuda:{gpu_id}") - print(f"Rank {rank} uses device {device}") soft_path = filename + ".soft.pt" if not os.path.exists(soft_path): wav16k = librosa.resample(wav, orig_sr=sampling_rate, target_sr=16000)