# GCN-GAN-pytorch **Repository Path**: lc2020noob/GCN-GAN-pytorch ## Basic Information - **Project Name**: GCN-GAN-pytorch - **Description**: A pytorch implemention of GCN-GAN for temporal link prediction. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2024-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GCN-GAN This repository provide a pytorch implemention for the GCN-GAN model proposed in "A Non-linear Temporal Link Prediction Model for Weighted Dynamic Networks" INFOCOM 2019, [[pdf]][1]. ## Quick Start Modify hyper-parameters in file ```config.yml```. ### Preprocess data ``` python preprocess.py ``` ### Train ``` python train.py ``` ### Test ``` python test.py ``` [1]: https://arxiv.org/pdf/1901.09165.pdf