~~~~~~
Released on November 29, 2019.
Featured:
:func:`skippable <torchgpipe.skip.skippable>` for efficient skip
connections. With this interface, :class:`~torchgpipe.GPipe` copies skip
tensors directly to the destination device.
Improvements:
- Checkpointing deterministically handles randomness managed by PyTorch.
- :func:`~torchgpipe.balance.balance_by_size` analyzes parameters as well.
Breaking Changes:
- Moved ``torchgpipe_balancing`` module to :mod:`torchgpipe.balance`.
- Redesigned interface of :func:`~torchgpipe.balance.balance_by_time` and
:func:`~torchgpipe.balance.balance_by_size`.