/TER_AER

Primary LanguagePython

This code is used for running experiments for the paper.

  1. Download the dataset file from https://mega.nz/file/wuoVTRJT#LejeGzAkdRTQu3AKOM-hYuAHwM0eg1pVDBT2AQ4nxF8 and unzip
  2. Install all dependencies in the requirements.txt
  3. Run the following command to get all results: export PYTHONPATH=.;python train_EdgeAttributed.py --data_folder "$(pwd)/data" | tee run.log
  4. Check the results in run.log

Note that it will take some time to generate the cache files when you run for the first time.