tacotron_asr icon indicating copy to clipboard operation
tacotron_asr copied to clipboard

Real Time Live Mic Stream Inferencing?

Open MXGray opened this issue 7 years ago • 0 comments

@Kyubyong Thanks for your cool implementation! I hope you can let me know the relevant input and output node names needed for freezing the model and my training results as a PB graph? I'm thinking of porting this to C++, or just using it for inferencing live mic streams through PyAudio or Speech_Recognition? I've tried experimenting with write_graph, and also with converting the PBTXT to PB, but no luck. Your help would be greatly appreciated. Thanks!

MXGray avatar Sep 22 '17 16:09 MXGray