Skip to content

Polish the error message of paddle.slice.#35179

Merged
hbwx24 merged 2 commits intoPaddlePaddle:developfrom
hbwx24:slice/infershape
Aug 27, 2021
Merged

Polish the error message of paddle.slice.#35179
hbwx24 merged 2 commits intoPaddlePaddle:developfrom
hbwx24:slice/infershape

Conversation

@hbwx24
Copy link
Contributor

@hbwx24 hbwx24 commented Aug 26, 2021

PR types

Others

PR changes

APIs

Describe

import paddle
import numpy as np

x_arr = np.array([], dtype=np.float32)
x = paddle.to_tensor(np.reshape(x_arr, (0, 0, 0)))

starts = paddle.to_tensor(np.reshape(np.array([], dtype=np.int32), (0,)))
ends = paddle.to_tensor(np.reshape(np.array([], dtype=np.int32), (0,)))

避免以下两种情况触发段错误

paddle.slice(x, [], starts, ends)
paddle.slice(x, [-1000000], starts, ends)

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@chenwhql chenwhql left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zhiqiu zhiqiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hbwx24 hbwx24 merged commit 669853f into PaddlePaddle:develop Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants