[ANN] VisualDL.jl A Julia wrapper for VisualDL aims for deep learning visualization

I just wrote a wrapper for VisualDL with PyCall.

https://github.com/findmyway/VisualDL.jl

Hope it would be helpful to visualize your deep learning algorithms~

Also, this is my first registered package in Julia :grinning: So any suggestions are welcome~

Another similar package is UniversalTensorBorad.jl

5 Likes

Thank you @findmyway, do you recommend any source that compares VisualDL with TensorBoard? What is the major difference? First time I hear about VisualDL, but I have used TensorBoard many times in the past.

Yeah, I also have used TensorBoard many times. IMO VisualDL is not that competitive with TensorBoard. It just provides an option for other DL frameworks and is still in development.

1 Like