Image classification in new C++ core
Created by: wangkuiyi
Operator list
- momentum_op @sidgoyal78
- fc_op @Xreki
- conv_op @hedaoyuan @typhoonzero
- dropout @xinghai-sun
- batch_norm @jacquesqiao https://github.com/PaddlePaddle/Paddle/issues/4906
- Relu @QiJune
- pool_op @chengduoZH
- softmax @jacquesqiao @lcy-seso @QiJune
- cross entropy @jacquesqiao @lcy-seso
- accuracy @typhoonzero
Python train file
-
implement book/03.image_classification @jacquesqiao
- VGG-16 issue https://github.com/PaddlePaddle/Paddle/issues/5100 pr https://github.com/PaddlePaddle/Paddle/pull/5192
- ResNet https://github.com/PaddlePaddle/Paddle/pull/5206
- test acc && fine turn book/03.image_classification https://github.com/PaddlePaddle/Paddle/pull/5336
Python inference && accuracy test
- batch_norm test mode