Skip to content

Commit dd4918b

Browse files
Update CHANGELOG.md
1 parent 6ad5b25 commit dd4918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ changes that do not affect the user.
1919

2020
### Fixed
2121
- 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
22+
appear several times in the list of tensors provided as arguments). Instead of raising an exception
2323
in these cases, we are now aligned with the behavior of `torch.autograd.backward`. Repeated
2424
tensors that we differentiate lead to repeated rows in the Jacobian, prior to aggregation, and
2525
repeated tensors with respect to which we differentiate count only once.

0 commit comments

Comments
 (0)