Does anyone plot LSTM network successfully?
I follow the tutorial to construct LSTM network: https://mxnet.incubator.apache.org/tutorials/scala/char_lstm.html
When I call Visualization.plotNetwork(…).render(…), the program execution does not stop so that I can’t get any plotting.
Does anyone know how to plot the network correctly?