Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 578 Bytes

SGT_master

Prerequisites

  • tqdm, h5py, spacy, etc
  • python 3.8
  • pytorch (1.4, or higher version)

Data preparation: We preprocess the data given by https://github.com/XuMengyaAmy/ReportDALS. If you need processed data, please contact me by email.

Evaluation: To reproduce the results reported in our paper, download the pretrained model file https://drive.google.com/file/d/1OnzMWnct939E0RB_6nMVstVTOcKei2MM/view?usp=sharing and place it in the code folder.

Run python val_base.py. Note that please change the file path.

Training procedure: Run python train_base.py