How to plot neural network structure using VisualDL
Created by: CBD88
Where i can find the sample program to visualize neural network structure like mention in home page. "To display the paddle model, all you have to do is: call the fluid.io.save_inference_model()interface to save paddle model use visualdl --model_pb [paddle_model_dir] to load paddle model in command line "