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】稀疏计算的使用指南 #878

Merged
merged 6 commits into from
May 14, 2024

Conversation

AndSonder
Copy link
Contributor

No description provided.

Copy link

paddle-bot bot commented Apr 21, 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.

@AndSonder
Copy link
Contributor Author

@zhwesky2010 请问研发老师可以帮忙 review 一下嘛

@AndSonder
Copy link
Contributor Author

@zhwesky2010 请问研发老师还有时间帮忙 review 吗,15 号是不是就截至了 😭


### 1.1 稀疏格式介绍

稀疏矩阵是一种特殊的矩阵,其中绝大多数元素为0。与密集矩阵相比,稀疏矩阵可以节省大量存储空间,并提高计算效率。
Copy link
Contributor

Choose a reason for hiding this comment

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

统一下中文标点符号

Copy link
Contributor Author

Choose a reason for hiding this comment

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

统一下中文标点符号

done


### 4.2 图神经网络

基于图神经网络的稀疏计算是一种处理非欧几里得结构化数据的有效方法。在这种情况下,数据可以表示为一个图,其中节点表示实体,边缘表示它们之间的关系。图神经网络能够学习节点表示,同时捕获图结构的拓扑信息和节点属性。
Copy link
Contributor

Choose a reason for hiding this comment

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

a.py改一个更规范的名字,然后以链接的形式加到这个里面来

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a.py改一个更规范的名字,然后以链接的形式加到这个里面来

这个 a.py 是忘了删掉了,我删掉一下,代码已经都在文章里面写了

model = GCN()

# 前向传播
logits = model(node_feat, adj)
Copy link
Contributor

Choose a reason for hiding this comment

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

有两张图片无法预览,你这边能看到吗

infoflow 2024-05-13 11-45-42

Copy link
Contributor Author

@AndSonder AndSonder May 13, 2024

Choose a reason for hiding this comment

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

有两张图片无法预览,你这边能看到吗

infoflow 2024-05-13 11-45-42

可以看到,

image

@AndSonder AndSonder requested a review from zhwesky2010 May 13, 2024 05:03
@AndSonder
Copy link
Contributor Author

@zhwesky2010 请问还有其他review意见嘛

Copy link
Contributor

@zhwesky2010 zhwesky2010 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhwesky2010 zhwesky2010 merged commit 6f1cbe6 into PaddlePaddle:master May 14, 2024
1 check passed
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