buriburisuri / speech-to-text-wavenet

Speech-to-Text-WaveNet : End-to-end sentence level English speech recognition based on DeepMind's WaveNet and tensorflow
Apache License 2.0
3.95k stars 794 forks source link

Cannot visualize model with TensorBoard #110

Open HariWu1995 opened 6 years ago

HariWu1995 commented 6 years ago

When I try to load model for visualization using Tensorboard, I can see data from tabs Scalar, Distribution and Histogram. Although tab Graph is loaded, it shows me nothing but a big white picture. So I guess that it cannot read from file graph.pbtxt. PLEASE help me for fixing this. THANKS for advance.