from local

This commit is contained in:
dohe0342 2023-04-27 20:39:19 +09:00
parent e119ff7ac4
commit 954619b815
2 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from glob import glob
import numpy as np
import matplotlib.pyplot as plt
from tqdm import tqdm
spk_list = glob('./conv_feat/*')
for spk in spk_list: