andabi / voice-vector

Deep neural networks for getting text-independent speaker embedding written in TensorFlow
MIT License
307 stars 83 forks source link

Using your model on another project #4

Open bernardohenz opened 6 years ago

bernardohenz commented 6 years ago

Hello,

I have a speech recognition project (written in tensorflow), and I would like to know how could I be able to use your trained model inside my project. My initial idea is to use the layer before the last one of your model as a feature vector (that will work as a speaker identification).

Unfortunately, I am not quite familiar with tensorpack, and I am having trouble to do a simple task as: (1) load your trained model in tensorflow; (2) remove the last layer; and (3) use it as a feature extractor. Is it possible to do that? or your model needs the tensorpack to work?

breeef commented 5 years ago

me too XD