lushleaf / Structure-free-certified-NLP

SAFER: A Structure-free Approach For cErtified Robustness to Adversarial Word Substitutions (ACL 2020)
27 stars 7 forks source link

Issues with the current code #6

Open ashim95 opened 2 years ago

ashim95 commented 2 years ago

Hi @lushleaf ,

Thank you for releasing the code.

Can you help me fix the error?

Thank you,

Peeaak commented 2 years ago

Hi, i faced this problem, too . Luckily, i found the bug. the type of the tem_key_list is not list. it couldn't to traversal. you should make it to be a list.