-
Notifications
You must be signed in to change notification settings - Fork 275
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
【Hackathon 6th Article No.6】 稀疏计算的使用指南&学习心得 #847
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ticle/【Hackathon 6th Article No.6】 稀疏计算的使用指南&学习心得.md
zhwesky2010
reviewed
Apr 2, 2024
@@ -0,0 +1,132 @@ | |||
# 【Hackathon 6th Article No.6】 稀疏计算的使用指南&学习心得 | |||
|
|||
|API名称 | LogNormal | |
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.
这些内容需要删掉
|
||
随着深度学习领域的快速发展,越来越多的应用场景需要处理大规模的数据集,其中稀疏数据尤为常见。稀疏计算作为处理稀疏数据的有效手段,逐渐受到研究者和开发者的重视。近期,**PaddlePaddle** 框架在**v2.4**版本中新增了对稀疏计算的支持,使得我们可以更加高效地处理稀疏数据。在这篇文章中,我将结合**PaddlePaddle**的代码示例,介绍稀疏计算的相关知识,并分享我的学习心得。 | ||
|
||
## 一、稀疏格式介绍以及Paddle支持哪些稀疏格式 |
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.
这篇文档 与之前对外发布文档内容基本上差不多,希望能结合自身使用经验,图文并茂的对稀疏的使用及概念进行描述。第五章、第六章要结合实际的例子,不要泛泛而谈
…0240329_guide_to_using_sparseoperation.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.