Skip to main content

JSONL formatted LogReport extention for chainer.

Project description

Build Status

About

JSONL formatted LogReport extention for chainer.

Installation

$ pip install chainer-jsonl-report

Usage

from chainer_jsonl_report import JsonlReport
...
trainer.extend(JsonlReport())
trainer.extend(extensions.PrintReport(
    ['epoch', 'main/loss', 'validation/main/loss'],
    log_report='JsonlReport',
))

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

chainer_jsonl_report-0.0.5-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

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