# SGC **Repository Path**: hazdzz/SGC ## Basic Information - **Project Name**: SGC - **Description**: The PyTorch version of SGC implemented by the paper. - **Primary Language**: Python - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-03 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simplifying Graph Convolutional Networks [![issues](https://img.shields.io/github/issues/hazdzz/SGC)](https://github.com/hazdzz/SGC/issues) [![forks](https://img.shields.io/github/forks/hazdzz/SGC)](https://github.com/hazdzz/SGC/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/SGC)](https://github.com/hazdzz/SGC/stargazers) [![License](https://img.shields.io/github/license/hazdzz/SGC)](./LICENSE) ## About The PyTorch version of SGC implemented by the paper *Simplifying Graph Convolutional Networks*. ## Paper https://arxiv.org/abs/1902.07153 ## Author's code https://github.com/Tiiiger/SGC ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```