HKUST-KnowComp / FMG

KDD17_FMG
138 stars 55 forks source link

missing DataLoader statement in run_exp.py #1

Closed rishabhd123 closed 7 years ago

rishabhd123 commented 7 years ago

Following Line/Stmt is missing from file run_exp.py (method: run()) data_loader = DataLoader(config) you need to put this statement between line number 142 & 145.

hzhaoaf commented 7 years ago

Oh, yes. I deleted this line by accident when preparing for releasing this code.

It's fixed now.

Thank you very much @rishabhd123