TensorBoardLogger.jl
TensorBoardLogger.jl copied to clipboard
Easy peasy logging to TensorBoard with Julia
It is very useful to have hyperparameters when looking at logs. i.e. https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_hparams Is this possible to add to the TensorBoardLogger.jl? Either giving a dictionary or just calling yourself on...
Logger fails silently when logging from multithreaded for loop / map, can't communicate with logger afterward. Julia default logger works well in a similar situation. MWE: ```julia using TensorBoardLogger using...
But not present on PRs or locally. First one I see is https://github.com/JuliaLogging/TensorBoardLogger.jl/runs/2764508008 but it doesn’t look like anything that the commit touched. Reported here: https://github.com/JuliaLogging/TensorBoardLogger.jl/pull/103#issuecomment-882048509
Rebase of #87
See #77 .
Are there any plans to add some Julia-based visualization of the log files (as an alternative to tensorboard)? I tried the following simple example for the log file of the...
Following #8 and #9, would it be feasible to integrate an API along the lines of: ```julia ... with_logger(lg) do for i=1:100 # increments log_step_increment by one by default #...
https://github.com/PhilipVinc/TensorBoardLogger.jl/blob/08f57d854ca1b32cc4cfb0a24881d57ec9f5bb1c/src/Loggers/LogValue.jl#L8 Hello, in contrary to the description and probably the expected behavior, the method `log_value` sets the argument `step` to `nothing` on default. As suggested in the description, a more...
`:append`, `:overwrite`, ..., seem more convenient to use on the user side than `tb_append`, `tb_overwrite`, ...
This is a list of all Tensorboard plugins and types that they (potentially) can accept. I want to see the overlap among different types. - Scalar (scalar vs iteration line...