Mentions légales du service

Skip to content

Bugfix: now works correctly even if the input Tensor(s) do not require grad.

EYRAUD-DUBOIS Lionel requested to merge input-not-require-grad into master

This works by adding a fake input to the forward() of torch.autograd.Function.

Also adds an automatic detection of prologue (first layers with no trainable parameters)

Merge request reports