xuanqing94 / BayesianDefense

Adv-BNN: Improved Adversarial Defense through Robust Bayesian Neural Network
MIT License
61 stars 12 forks source link

Test process for RSE model #9

Closed lynfi closed 5 years ago

lynfi commented 5 years ago

According to the RSE paper, http://openaccess.thecvf.com/content_ECCV_2018/papers/Xuanqing_Liu_Towards_Robust_Neural_ECCV_2018_paper.pdf

the test process should add several outputs together to make a prediction. But in your code, it seem you just run the net once and make the prediction.