You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
The text was updated successfully, but these errors were encountered:
Hi,
while the example under Basic Usage works fine, this code produces empty event files:
File content:
The text was updated successfully, but these errors were encountered: