Closed ArthurConan closed 6 years ago
Why resize image many times: The purpose is to obtained an ensemble of random patterns for classification, which usually have higher accuracy. In practice, you can set itr = 1 for fast speed. You can also refer the effectiveness of "itr" at last page in our paper https://arxiv.org/pdf/1711.01991.pdf.
Why use "aux_pred": Use aux_pred let model get higher accuracy on clean images.
Hi! Sorry for disturbing, but I wonder: what for you use this parameter "itr"? why we need resize image many times? and why we need "aux_pred" ? many thanks in advance!!!