-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9fce13
commit 4d14071
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# MetaDyGNN | ||
|
||
Source code for WSDM 2022 paper "Few-shot Link Prediction in Dynamic Networks" | ||
|
||
|
||
## Environment Settings | ||
|
||
<code> | ||
python==3.8.5 | ||
torch==1.4.0 | ||
numpy==1.21.0 | ||
scikit_learn==0.24.1 | ||
pandas==1.2.1 | ||
</code> | ||
|
||
GPU: GeForce RTX 2080 Ti | ||
CPU: Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz |