jh0shin / Graph-Neural-Network

2021-2학기 소프트웨어 종합설계 프로젝트입니다.
0 stars 0 forks source link

Graph Neural Network

/example

1주차 내용 관련하여 Pytorch Geometric과 Deep Graph Library의 간단한 GCN conv 예제 파일이 있습니다.

/profile/profiler

2주차 내용 관련하여 동일 구조의 3 layer GCN을 Cora dataset에 대하여 PyG와 DGL 플랫폼에서 구현한 후, profiling을 통하여 분석을 진행합니다. GNN의 구조는 다음과 같습니다.

GCNConv -> ReLU -> GCNConv -> ReLU -> GCNConv -> log_softmax

/profile/profiler/pytorch_profiler

/profile/{dataset}

3주차 내용 관련하여 각 dataset의 pyg, dgl 실행 코드와 그 실행 결과가 저장되어 있습니다.

Command and result