Jamson-Zhong / Graph2Edits

MIT License
29 stars 5 forks source link

eval.py: error: unrecognized arguments: False #1

Open MDMISC opened 1 year ago

MDMISC commented 1 year ago

Hello! Running code: er python train.py --uspto_50k dataset --use_rxn_class False I get eval.py : error: unrecognized arguments: False Tell me what could be the matter? Thank you.

Jamson-Zhong commented 1 year ago

try:python eval.py --dataset uspto_50k --experiments 27-06-2022--10-27-22

rugpjuti commented 8 months ago

Hi, I am having the same issue, but with train.py. If I remove False as suggested above, I get other errors. How could I fix this?

Leo-o333 commented 5 months ago

Hi! It worked by just calling python train.py. But i cannot set --use_rxn_class to ture

Hi, I am having the same issue, but with train.py. If I remove False as suggested above, I get other errors. How could I fix this?