Skip to content

Scalars are not logged #133

@rkube

Description

@rkube

Hi,
while the example under Basic Usage works fine, this code produces empty event files:

using TensorBoardLogger, Logging, Random

lg=TBLogger("tensorboard_logs/run", min_level=Logging.Info)

with_logger(lg) do
    for i=1:100
        @info "scalar" i=i j=i^2 
    end 
end

File content:

$ tensorboard --inspect --logdir tensorboard_logs/run
TensorFlow installation not found - running with reduced feature set.
======================================================================
Processing event files... (this can take a few minutes)
======================================================================

Found event files in:
tensorboard_logs/run

These tags are in tensorboard_logs/run:
audio -
histograms -
images -
scalars -
tensor -
======================================================================

Event statistics for tensorboard_logs/run:
audio -
graph -
histograms -
images -
scalars -
sessionlog:checkpoint -
sessionlog:start -
sessionlog:stop -
tensor -

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions