I believe using use_reentrant=False
argument in torch.utils.checkpoint.checkpoint()
will solve this problem.
3 Likes
I believe using use_reentrant=False
argument in torch.utils.checkpoint.checkpoint()
will solve this problem.