Stochastic-Quantization icon indicating copy to clipboard operation
Stochastic-Quantization copied to clipboard

About bwn model

Open dudqls1994 opened this issue 6 years ago • 1 comments

Hi . Thank you for provide your great code!

I have a two question.!

  1. In paper, vgg9 model(cifar10) don't use data augmentation. But , this code use data augmentation like crop and mirror. In paper vgg 9 get 10% error in cifar 10. Is this the result of using data augmentation? ...

  2. Is this code saved as a 32bit model or binary model ?

Thank you !!

dudqls1994 avatar Apr 18 '19 14:04 dudqls1994

  1. Yes, we used the mirror augmentation. But we did not use crop since the original data is 32 * 32.
  2. We save the 32bit model.

dongyp13 avatar Apr 19 '19 02:04 dongyp13