Skip to content

Commit 4aefcc7

Browse files
Merge pull request #287 from co63oc/fix15
[Accuracy diff No.54] Fix accuracy diff for paddle.signal.istft API
2 parents cc097c8 + 1240e08 commit 4aefcc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

report/ci_ce_cpu/error_log.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47539,6 +47539,7 @@ W0426 23:48:20.443878 15022 backward.cc:437] While running Node (DivideGradNode)
4753947539
[paddle error] paddle.signal.istft(Tensor([257, 471],"complex128"), 512, None, None, Tensor([512],"float64"), True, False, True, None, False, )
4754047540
(PermissionDenied) Tensor '' used in gradient computation has been modified by an inplace operation. Its version is 1 but the expected version is 0. Please fix your code to void calling an inplace operator after using the Tensor which will used in gradient computation.
4754147541
[Hint: Expected tensor_version == wrapper_version_snapshot, but received tensor_version:1 != wrapper_version_snapshot:0.] (at /paddle/paddle/fluid/eager/tensor_wrapper.h:246)
47542+
4754247543
2025-04-27 05:00:23.837588 test begin: paddle.sum(Tensor([8, 128, 64, 64],"float16"), name=None, )
4754347544
[accuracy error] paddle.sum(Tensor([8, 128, 64, 64],"float16"), name=None, )
4754447545
Not equal to tolerance rtol=0.01, atol=0.01

0 commit comments

Comments
 (0)