mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-31 02:32:51 +08:00
fix
This commit is contained in:
parent
a3089e6ead
commit
3489b4f6da
@ -9,9 +9,7 @@ import torch
|
||||
import torch.nn.functional as F
|
||||
import soundfile as sf
|
||||
import numpy as np
|
||||
import joblib
|
||||
from fairseq import checkpoint_utils
|
||||
import pdb
|
||||
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
||||
|
||||
f = open("%s/extract_f0_feature.log"%exp_dir, "a+")
|
||||
|
Loading…
Reference in New Issue
Block a user