Skip to content
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
wants to merge 6 commits into from

Conversation

ch521-od
Copy link

No description provided.

Copy link

paddle-bot bot commented Mar 30, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请检查PR提交格式和内容是否完备,具体请参考示例模版
Your PR has been submitted. Thanks for your contribution!
Please check its format and content. For this, you can refer to Template and Demo.

@@ -0,0 +1,132 @@
# 【Hackathon 6th Article No.6】 稀疏计算的使用指南&学习心得

|API名称 | LogNormal |
Copy link
Contributor

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支持哪些稀疏格式
Copy link
Contributor

Choose a reason for hiding this comment

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

这篇文档 与之前对外发布文档内容基本上差不多,希望能结合自身使用经验,图文并茂的对稀疏的使用及概念进行描述。第五章、第六章要结合实际的例子,不要泛泛而谈

@ch521-od ch521-od closed this Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants