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

预训练出错!麻烦解答一下 #72

Closed lily159 closed 3 years ago

lily159 commented 3 years ago

运行pretraining.py时,出现Could not compute output Tensor("softmax_layer/Softmax:0", shape=(None, 3), dtype=float32)错误,请问是没有加model.fit()的问题吗,如果要加,应该怎么加,能完整的写出应该加的代码吗