Skip to content

GiantZhangYT/SATMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SATMC

This repository contains the author's implementation in Pytorch for SATMC.

Environment Requirement

  • Python: 3.7.12

  • PyTorch: 1.11.0 + cuda 11.3

conda create -n SATMCpython=3.7

conda activate SATMC

pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113

pip install -r requirements.txt

conda install pyg=2.0.4=py37_torch_1.11.0_cu113 -c pyg

Datasets:

The data folder includes different domain data.

The preprocessed data can be found in our repository.

  • /data/acmv9.mat

  • /data/dblpv7.mat

  • /data/citationv1.mat

  • /data/Blog1.mat

  • /data/Blog2.mat

Training:

python SATMC-Citation.py --data_src dblpv7 --data_trg acmv9 --lambda_inter 0.1 --n_epoch 100

python SATMC-Blog.py --data_src Blog2 --data_trg Blog1 --lambda_inter 0.15 --n_epoch 500

cd arixiv_code

python SATMC-arixiv.py --lambda_sso 1e-3 --lambda_inter 1e-5

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages