Closed Birdylx closed 3 months ago
fix reduce mean bug in this case:
x = paddle.randn([2, 3]) mea = x.mean(keepdim=True) # should be with shape [1, 1], but got error
Thanks for your contribution!
fix reduce mean bug in this case: