Skip to main content

Visualization toolkit for Chainer

Project description

An unofficial visualization tool for chainer, inspired by tensorboard. The toolkit allows visualization of log from chainer.extensions.LogReport.

Example usage:

model = L.Classifier(MyModel())

optimizer = chainer.optimizers.Adam()
optimizer.setup(model)

train = create_my_data()
train_iter = chainer.iterators.SerialIterator(train, batchsize)

updater = training.StandardUpdater(train_iter, optimizer)
trainer = training.Trainer(updater, (epochs, 'epoch'), out='path/to/output')

trainer.extend(extensions.LogReport(log_name='my_log_data')))
# optional; allows visualization of parameters
trainer.extend(extensions.ParameterStatistics(model))

# Run the training
trainer.run()

and point chainerboard at the output log file to start local http server.

chainerboard path/to/output/my_log_name

now open http://localhost:6006/ to view the log.

Development

To setup development environment:

pip install -r requirements.txt

For testing,

tox

Build document

python setup.py build_sphinx

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

chainerboard-0.1.3.tar.gz (848.8 kB view details)

Uploaded Source

Built Distribution

chainerboard-0.1.3-py2-none-any.whl (862.8 kB view details)

Uploaded Python 2

File details

Details for the file chainerboard-0.1.3.tar.gz.

File metadata

File hashes

Hashes for chainerboard-0.1.3.tar.gz
Algorithm Hash digest
SHA256 bde4ceea0901c2afd19b53aaade571cf000731520ac02462fbed82f0841679f8
MD5 5606f1804e23472725afd97e92f86865
BLAKE2b-256 98c851f436470663bbd3418e77a05cc29a5fa1dd518ad8fcc587799188e4ce31

See more details on using hashes here.

File details

Details for the file chainerboard-0.1.3-py2-none-any.whl.

File metadata

File hashes

Hashes for chainerboard-0.1.3-py2-none-any.whl
Algorithm Hash digest
SHA256 fa0377a0dbc04b753f1221b1c8f3c7ac447aeb363e63a40eff55bfeaa5f22a03
MD5 d3f11c2e6b70bd34c672e3373cdfae41
BLAKE2b-256 e4c5844bdcf1c24d295cf2e48be474dc18414b33d2cf8232427c557b942d6425

See more details on using hashes here.

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