This commit is contained in:
源文雨 2023-04-01 16:43:56 +08:00
parent a3089e6ead
commit 3489b4f6da
1 changed files with 0 additions and 2 deletions

View File

@ -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+")