Repository: chainer/chainermn Branch: master Commit: f45c764ceaff Files: 4 Total size: 3.0 KB Directory structure: gitextract_3184wutz/ ├── LICENSE ├── README.md ├── chainermn_bibtex.txt └── docs/ └── index.rst ================================================ FILE CONTENTS ================================================ ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2017 Preferred Networks, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================
[![Build Status](https://travis-ci.org/chainer/chainermn.svg?branch=master)](https://travis-ci.org/chainer/chainermn) [![Documentation Status](https://readthedocs.org/projects/chainermn/badge/?version=latest)](http://chainermn.readthedocs.io/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/v/chainermn.svg)](https://pypi.python.org/pypi/chainermn) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) # ChainerMN: Distributed Deep Learning with Chainer All code and functionalities of ChainerMN have been merged into [Chainer](https://chainer.org/) v5 and this repository is no longer active. To access 1.3 code, checkout [release/1.3](https://github.com/chainer/chainermn/tree/release/1.3) branch. ## License [MIT License](LICENSE) ## Reference Akiba, T., Fukuda, K. and Suzuki, S., ChainerMN: Scalable Distributed Deep Learning Framework, *Proceedings of Workshop on ML Systems in The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS)*, (2017) [URL](http://learningsys.org/nips17/assets/papers/paper_25.pdf), [BibTex](chainermn_bibtex.txt) ================================================ FILE: chainermn_bibtex.txt ================================================ @inproceedings{chainermn_mlsys2017, author = {Akiba, Takuya and Fukuda, Keisuke and Suzuki, Shuji}, title = {{ChainerMN: Scalable Distributed Deep Learning Framework}}, booktitle = {Proceedings of Workshop on ML Systems in The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS)}, year = {2017} url = {http://learningsys.org/nips17/assets/papers/paper_25.pdf}, } ================================================ FILE: docs/index.rst ================================================ ChainerMN ========= All code and functionalities of ChainerMN have been merged into Chainer v5. Please refer to the `Distributed Deep Learning with ChainerMN `_ section in the `Chainer documentation `_. Documentation of ChainerMN v1.3.x (for Chainer v4 and earlier) is still available `here `_.