Below is the top1 errors with N and M grid search, epoch=180. M\N | 1 | 2 | 3 -- | -- | -- | -- 5 | 0.2318 | 0.2303 | 0.2327 7 | 0.2281 | 0.2294 | 0.2323 9 | 0.2292 | 0.2289 | 0.2301 11 | 0.2264 | 0.2284 | 0.2320 13 | 0.2282 | 0.2294 | 0.2294 15 | 0.2258 | 0.2265 | 0.2297 But, I changed epoch from 180(paper's) to 270(autoaugment's), the result with N=2, M=9 are similar to the reported value(top1 error = 22.4).