A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.
fork from https://github.com/hyunwoongko/transformer
Fork from https://github.com/microsoft/DeepSpeedExamples.git
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型https://github.com/THUDM/ChatGLM3.git
MindSpore Transformers套件的目标是构建一个大模型训练、推理、部署的全流程套件: 提供业内主流的Transformer类预训练模型, 涵盖丰富的并行特性。 期望帮助用户轻松的实现大模型训练。 文档:https://gitee.com/link?target=https%3A%2F%2Fmindformers.readthedocs.io%2Fzh_CN%2Flatest
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
图卷积网络GCN的Pytorch实现 源码::https://github.com/tkipf/gcn