dvlab-research / LBGAT

Learnable Boundary Guided Adversarial Training (ICCV2021)
https://arxiv.org/abs/2011.11164
MIT License
33 stars 2 forks source link

Where is the models.wideresnet ? #1

Closed FormerAutumn closed 3 years ago

FormerAutumn commented 3 years ago

Thanks for your great work :)

When I read your codes, I found
from models.wideresnet import * in https://github.com/FPNAS/LBGAT/blob/main/auto_attack_eval.py#L11

however, there isn't any file named 'models' in this repo, so I wanna know the where can I get the wrn so that it can match the weights published in this repo.

Thanks in advance :D

jiequancui commented 3 years ago

Hi, we use the default model file from TRADES.

I have updated the model files.

FormerAutumn commented 3 years ago

Thank you so much ! :D So fast a reply 💯 💯 💯