pip install -r requirements.txt
Uncomment and desired lines of code.
- Download xlsx files from HTLP dataset into Data/raw.
- Use data_processing.py to create training data.
- Use invariant.py to pretrain on source domain data.
- Use Download/download.py to download relevant models.
- Use variant.py to train fine-tune in the target domain.
- Use Download/download.py to download results.
- Use result_analysis.py to analyse the various metrics.
- Use viz/viz_variant.py and viz/viz_invariant.py to make the graphs.