-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Paddle] Replace paddle.fluid imports with paddle.base #633
Conversation
Signed-off-by: Tim Moon <tmoon@nvidia.com>
8a1ce5a
to
df088dc
Compare
/te-ci paddle |
Signed-off-by: Tim Moon <tmoon@nvidia.com>
/te-ci paddle |
@Wong4j , |
LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/te-ci paddle |
* Replace paddle.fluid imports with paddle.base Signed-off-by: Tim Moon <tmoon@nvidia.com> * Remove paddle.fluid usage from tests Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com> Signed-off-by: Oleg Goncharov <ogoncharov@nvidia.com>
* Replace paddle.fluid imports with paddle.base Signed-off-by: Tim Moon <tmoon@nvidia.com> * Remove paddle.fluid usage from tests Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Co-authored-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com>
Paddle 2.6.0 renamed
paddle.fluid
topaddle.base
(see PaddlePaddle/Paddle#56576).