Skip to main content

A tensorflow-independent tensorboard logger

Project description

A small logger that lets you write logs readable by Tensorboard but doesn’t require Tensorflow.

Usage

Use the logger as a context manager:

from tensorboard_easy import Logger

with Logger('/path/to/logs/folder/') as log:
    log.log_scalar('my_tag', 100, step=1)

It supports scalars, images, text and histograms.

Installation

It can be installed via pip:

pip install tensorboard-easy

The tensorflow or tensorflow-tensorboard packages are not required, however you will need one of them to visualize your logs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tensorboard-easy-0.1.16.tar.gz (11.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page