ChainerCMD is a project instantiation tool for Chainer.
$ pip install chainercmd
- Python>=3.6.2+
- Chainer>=3.1.0
- PyYAML>=3.12
$ 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