We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad5b25 commit dd4918bCopy full SHA for dd4918b
CHANGELOG.md
@@ -19,7 +19,7 @@ changes that do not affect the user.
19
20
### Fixed
21
- Fixed the behavior of `backward` and `mtl_backward` when some tensors are repeated (i.e. when they
22
- appear several times in the list of tensors provided as argument). Instead of raising an exception
+ appear several times in the list of tensors provided as arguments). Instead of raising an exception
23
in these cases, we are now aligned with the behavior of `torch.autograd.backward`. Repeated
24
tensors that we differentiate lead to repeated rows in the Jacobian, prior to aggregation, and
25
repeated tensors with respect to which we differentiate count only once.
0 commit comments