chainercmd

Command Line Tools for Chainer

MIT License

Downloads
164
Stars
9

ChainerCMD

ChainerCMD is a project instantiation tool for Chainer.

Installation

$ pip install chainercmd

Requirement

  • Python>=3.6.2+
  • Chainer>=3.1.0
  • PyYAML>=3.12

Quick Start

$ chainer init

It produces the below files

  • config.yml
  • custom_extension.py
  • dataset.py
  • evaluator_creator.py
  • loss.py
  • model.py
  • updater_creator.py

You can modify these files and start training by

$ MPLBACKEND=Agg chainer train config.yml --gpus 0

See the details by giving --help argument to the subcommand:

$ chainer train --help
Package Rankings
Top 21.59% on Pypi.org