-
Couldn't load subscription status.
- Fork 5.9k
paddle.save/load ,paddle.static.save/load 保存大文件的bug #30170
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
Conversation
* Support storage of large parameters * Reduce the complexity of the unittest * Reduce the complexity of the unittest,commented out unittest for * add unittest for static.save/load * Increase the timeout threshold of 'test_static_save_load' * Increase the timeout threshold of 'test_static_save_load' * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load' * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load'
|
Thanks for your contribution! |
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
|
我这边测试:
猜测是 pickle序列化dump的缘故。 能否优化? |
现阶段不具备这个条件:
|
好的,谢谢,清楚了。 |
好的,感谢建议 |
PR types
Bug fixes
PR changes
APIs
Describe
paddle.save/load ,paddle.static.save/load 保存大文件的bug
原始PR:#29988
#30151