Skip to content

Conversation

@iclementine
Copy link

@iclementine iclementine commented Jun 1, 2021

PR types

Bug fixes

PR changes

Others

Describe

Add an assertion to ensure that the size of each dim of the parameter to be created is larger than 0.

When trying to create a parameter that has some dim's size == 0, currently an exception would be raised when the initializer is calculating some shape related statistics. But this exception is not always raised because some dimensions' sizes are not relavant to these statistics and some initializers do not compute such statistics.

So we add an exception to ensure that size of each dimension of the parameter to be created is larger than 0 to avoid consequent errors. A parameter with num_element == 0 is meaningless in this case.

@paddle-bot-old
Copy link

paddle-bot-old bot commented Jun 1, 2021

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

Copy link
Contributor

@guoshengCS guoshengCS left a comment

Choose a reason for hiding this comment

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

LGTM

@iclementine iclementine merged commit 23b9ed3 into PaddlePaddle:develop Jun 3, 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.

2 participants