-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
No module named 'paddle.fluid' #60628
Comments
paddle.fluid is deleted, and use paddle.base now |
@engineer1109 Thank you so much. Great help. This helped, but still there is one point left. I have changed this as below
below is the error.
Please if you can also guide about it as I have changed this complete import from fluid to base. |
Maybe you want to |
@engineer1109 @heavyrain-lzy Thank you so much. Atleast this has resolved current error. I still have to fix other stuff and I may need your help until I can start the wheel. Millions of thank you. |
AttributeError: module 'paddle.base' has no attribute 'data' |
请提出你的问题 Please ask your question
Dear fellows:
I have tried several versions, and I am still facing same issue. Is there any solution to make it fix? Your kind help is highly appreciated.
The text was updated successfully, but these errors were encountered: