Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 683 Bytes

File metadata and controls

20 lines (15 loc) · 683 Bytes

This code is for the work of CLExtract



Figure 1. Overall framework of our work.

Requirements

numpy, scikit-learn, torch, tqdm, matplotlib

Data

Because of the sensibility of the satellite communication data, the data is not concluded in this repository. If you want to get more information, please contact the corresponding author. Thanks for understanding.

pipeline of this work

  • get the data(clear headers)
  • preprocessing the data(preprocessing.py)
  • CLExtract pretrain(./src/CLExtract_pretrain.py)
  • CLExtract finetune(./src/CLExtract_finetune.py)