Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 475 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 475 Bytes

Time Series Domain Adaptation via Sparse Associative Structure Alignment

Requirements

python 3.x with package tensorflow-gpu (1.12.0)+, tabulate, scikit-learn

Training

If you need to apply our model to other datasets, you need to change the parameters in params_config.py, and how the data is read in data_utils.py.

python train.py

And the Pytorch version can be found in SASA-Pytorch(https://github.com/DMIRLAB-Group/SASA-pytorch)