v1.0.0b2
Pre-release
Pre-release
keisukefukuda
released this
02 Jun 06:48
·
738 commits
to master
since this release
v1.0.0b2
This is the second beta release of ChainerMN 1.0.0.
This release includes a minor API update and several bug fixes.
In addition, we confirm that ChainerMN works fine with Chainer v2.0.0, which has been released on June 1st.
API change:
chainermn.get_epoch_trigger
has been marked as deperecated.
Complete list of changes
bug
- Fix typo (#75)
- Fix assert for cases when
use_nccl == False
(#68) - Fix bug of LogReport in MNIST example (#58)
enhancement
- Add
--communicator
option to MNIST exmaple (#69) - Add a base class for ChainerMN communicators (#65)
- Equalize subdataset sizes and deprecate
chainermn.get_epoch_trigger
(#61)