chainer/chainerui

Name: chainerui

Owner: Chainer

Description: ChainerUI: User Interface for Chainer

Created: 2017-12-15 07:21:23.0

Updated: 2018-01-18 04:53:34.0

Pushed: 2018-01-18 07:36:59.0

Homepage: null

Size: 10474

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ChainerUI

PyPI Build Status Coverage Status Documentation Status

training_captures

ChainerUI is a visualization and management tool for Chainer.

Installation

To install ChainerUI, use pip.

p install chainerui

To install ChainerUI from source.

t clone https://github.com/chainer/chainerui.git
 chainerui/frontend
m install && npm run build && cd ..
thon setup.py install
Quick start

Initialize ChainerUI database.

ainerui db create
ainerui db upgrade

Clone examples of train log and create a project.

t clone https://github.com/chainer/chainerui.git
 chainerui

create your first project
ainerui project create -d examples -n example-project

run ChainerUI server
ainerui server

Open http://localhost:5000/ and select “example-project”.

For more detailed usage, see getting started

Browser compatibility

ChainerUI is supported by the latest stable version of the following browsers.

License

MIT License

Contribution

Any contribution to ChainerUI is welcome!

Run tests

Install “pytest” package and run test

AINERUI_ENV=test pytest
Build client side JS
 frontend
m install
m run build:watch

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.