pytorch
d9b6e41d - Add composable activation checkpointing (#87664)

Commit
3 years ago
Add composable activation checkpointing (#87664) This is a composable activation checkpointing API. Unlike functional activation checkpointing APIs, this one does not require changing model source code. Unlike ``nn.Module`` wrapper activation checkpointing APIs, this one does not modify model structure or fully-qualified names either. Under the hood, it registers activation checkpointing logic as pre- and post-forward hooks. Pull Request resolved: https://github.com/pytorch/pytorch/pull/87664 Approved by: https://github.com/zhaojuanmao
Author
Committer
Parents
Loading