Commit Graph

29 Commits (43c9561e9a383d08534a84d01808ff61d1e261e2)

Author SHA1 Message Date
qingqing01 c52f65e071
Fix the random fail in test_image_classification.py (#14551)
6 years ago
luotao1 ff37993bf3 hidden InferenceTranspiler
7 years ago
guochaorong b1fc238694 Revert "Disable in_place in batch_norm API. (#12736)"
7 years ago
qingqing01 f5d5d7b2d9
Disable in_place in batch_norm API. (#12736)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
minqiyang 91f0573bc1 Fix the overfix of 2to3 for print function
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
gongweibao 25241e9e5e
Fix paddle env variables. (#11564)
7 years ago
Wu Yi b0eca1040f
remove unused vars (#10618)
7 years ago
Kexin Zhao 7a86069422 Add float16 demo code and put float16 work in contrib/float16 folder (#10331)
7 years ago
Yancey1989 da960ada49 redefine distribute transpiler api
7 years ago
Kexin Zhao 0ecc6fa8f3 Add float16 transpiler and image classification example (#10109)
7 years ago
Yang Yang(Tony) 2182ecfbbd
remove duplicated ShareLoD in gru_op and sequence_conv_op (#10149)
7 years ago
Yiqun Liu 598035f985 Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011)
7 years ago
Luo Tao 81c47b21ef add type check and default scope
7 years ago
Luo Tao f45818e7f9 create new varible in scope
7 years ago
Luo Tao 5483258b7e fuse batch norm for conv operator with bias
7 years ago
Luo Tao ea0cf6f382 rewrite inference_transpiler in Python end
7 years ago
Luo Tao 17833d30e3 fuse batch norm for conv operator without bias
7 years ago
Helin Wang bcf7c36b0b Make paddle.fluid no longer depends on paddle.v2
7 years ago
kexinzhao 6720681cc2 Enable is_test attr of batch norm and drop out op for test program (#8642)
7 years ago
Helin Wang e9b488635c Fix vgg16 fc layer size: 4096 rather than 512
7 years ago
武毅 4d4322a698
merge fluid dist tests (#8573)
7 years ago
Tao Luo dce0383f89
Merge pull request #8404 from Xreki/core_refine_inference
7 years ago
Liu Yiqun efb6ba3531 Merge branch 'develop' into core_refine_inference
7 years ago
Yu Yang 5f1a577e33 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
7 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago