`tags` of `LogReader` return empty if `mode` is not set
Created by: findmyway
Recently I wrote a Julia wrapper above VisualDL.
When writing tests, I find that the tags
method of LogReader
always returns empty if mode
is not set.
Just open this issue in case someone else also encounter it.