YoungXiyuan/DCA

AttributeError: 'EDRanker' object has no attribute 'rt_flag'

jeremytanjianle opened this issue · 1 comments

Hi, I'm trying to run the main script:
python main.py --mode eval --order offset --model_path 'Model/model' --method SL
Running Eval raises the following error
AttributeError: 'EDRanker' object has no attribute 'rt_flag'

I notice that rt_flag is somehow associated with 'aida-B' in the dev_datasets.

  1. What exactly is rt_flag supposed to indicate?
  2. What is the downstream effect of rt_flag and would it allow us to apply DCA on a custom dataset?

Thank you

Apologies, I think I now understand rt_flag as simply th runtime flag and it would not affect the model directly. Thanks.