Cannot get losses.mean_l2_relative_error to work with paddle
#1313
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
First, Second, there do exist a bug in and then this correct code is work. dde.losses.mean_l2_relative_error(paddle.randn([4, 2]), paddle.randn([4, 2])) |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have been experimenting with multiple backends but for some reason, I cannot get the
mean_l2_relative_errorloss to work with thepaddlebackend -Error -
Full stack trace -
Full trace
Could someone please help me and let me know what am I doing wrong? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions