Skip to content

mitmul/chainercmd

Repository files navigation

ChainerCMD

pypi Build Status MIT License

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

About

Command Line Tools for Chainer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages