dydjw9 / MetaAttack_ICLR2020

45 stars 6 forks source link

Question about bn_training in Learner #18

Open lin2020 opened 4 years ago

lin2020 commented 4 years ago

Hi, I noted that in https://github.com/dydjw9/MetaAttack_ICLR2020/blob/f94db6b0dad4ba29ab06877acad709ed0cf7a024/meta_attack/meta_attack_imagenet/attacks/cw_black.py#L76 you used Learner.forward with bn_training = True. Shouldn't it be set to False?