Stochastic-Quantization
Stochastic-Quantization copied to clipboard
About bwn model
Hi . Thank you for provide your great code!
I have a two question.!
-
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? ...
-
Is this code saved as a 32bit model or binary model ?
Thank you !!
- Yes, we used the mirror augmentation. But we did not use crop since the original data is 32 * 32.
- We save the 32bit model.