Walleclipse / Deep_Speaker-speaker_recognition_system

Keras implementation of ‘’Deep Speaker: an End-to-End Neural Speaker Embedding System‘’ (speaker recognition)
245 stars 81 forks source link

運行報錯求解 #51

Closed hsingchenlee closed 4 years ago

hsingchenlee commented 4 years ago

您好,打擾了 想請教您,我剛下載您的CODE,目前什麼都沒動過,第一步我先直接執行 train.py 然後就報錯了如下, File "C:\Users\vaplab\Desktop\speaker recognition\speaker recognition\select_batch.py", line 15, in from utils import get_last_checkpoint_if_any

ImportError: cannot import name 'get_last_checkpoint_if_any'

為何讀不到 utils.py 裡的get_last_checkpoint_if_any??? 有人也遇到這個問題嗎 求指點 非常感謝!!

hsingchenlee commented 4 years ago

我解決了~因為似乎命名重複了。