This work is based on BasicTS with torch==1.10.0+cu111
and easy-torch==1.2.10
. Other dependencies can be seen in requirements.txt
.
- Run
Decomposition/run_DYG_doz.py
to perform global-local decomposition. The result is saved inDecomposition/FXL_DYG_doz
. - Run
ceglognn/Encoder_DYG_doz.py
to perform embedding. Move the best checkpoints toencoder_ckpt
- Run
ceglognn/CEGLo_DYG_doz.py
to perform graph generation and prediction.