Commit Graph

58 Commits (4dc8c44ba163733eddf9edbae36b93a4f7374501)

Author SHA1 Message Date
zhang wenhui 7a58431c0a
fix norm api doc, test=develop (#27652)
4 years ago
ceci3 8daccc9ea7
Fix batch norm double grad compute (#27549)
4 years ago
ceci3 1d3b27cae8
add double grad compute for batch norm (#27296)
4 years ago
ceci3 633aaea07e
Update err message (#24422)
5 years ago
Chen Weihang aa0f254fbe
Add macro BOOST_GET to enrich the error information of boost :: get (#24175)
5 years ago
qingqing01 b059fb955d
Add trainable_statistics in attr for batch_norm. (#24072)
5 years ago
Kaipeng Deng e7e7cb5f5e
Split inplace_abn & batch_norm infershape (#23755)
5 years ago
ceci3 cd1de0e2c5
API/OP error message enhancement (#23691)
5 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
5 years ago
Zeng Jinle d33c4343e1
Imperative tracer refactoring (#22457)
5 years ago
Jacek Czaja b0b27ff699 [MKL-DNN] Conv grad and Batch Norm grad NHWC support (#22088)
5 years ago
ceci3 95d79b6d00
update error log for batch_norm_grad (#22017)
5 years ago
WangXi 17299b8d21 fix batch_norm_grad infer shape=0 & add allreduce enforce shape, test=develop (#21801)
5 years ago
Jacek Czaja 9ce0e29dc3 [MKL-DNN] Batch norm mkl-dnn NHWC support (#21553)
5 years ago
Zeng Jinle 3662fb71a7
remove eval() calls in Eigen, test=develop (#21498)
5 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
5 years ago
Leo Chen e0c9d856fb
add unused input vars check for OpWithKernel, test=develop (#21169)
5 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
5 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
5 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
5 years ago
lvmengsi 76ba55e891
add error log for python api and c++ (#20061)
5 years ago
lvmengsi 619a241bd0
Fix OpTest of bn (#19062)
5 years ago
Zeng Jinle 5c8f210ce3
refine inplace inference registry, test=develop (#19032)
6 years ago
qingqing01 5fc8de449a
Remove warning in batch_norm_op (#19260)
6 years ago
Zeng Jinle 4aa931dd85
Code clean of Allocator (#17602)
6 years ago
Zeng Jinle ee2028a110
Add use_cuda to inplace pass (#17205)
6 years ago
ceci3 dd4c54cd37 test=develop
6 years ago
ceci3 55f572b2da Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into infershape
6 years ago
ceci3 87d89dfe14 fix batch_norm and cos_sim infer shape, test=develop
6 years ago
liuwei1031 8d22bc17a4
Memory optimize (#16410)
6 years ago
qingqing01 8ad672a287
Support sync batch norm. (#16121)
6 years ago
dzhwinter 4f01de6378 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
dzhwinter 46a6cac91f
fix batch norm. test=develop (#15597)
6 years ago
dzhwinter 8f3b252392 squash commits. test=develop
6 years ago
Yu Yang 9bd70a1e04 Change tensor uses proto::VarType::type
6 years ago
qingqing01 731d45a39a
Enable BatchNorm to use global mean and variane during training (#14630)
6 years ago
Sylwester Fraczek 8a1eeec579 add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278)
6 years ago
chengduo 6c6e638550
Add InferVarType for some op (#14201)
6 years ago
Xin Pan 8f2116d8fa clean up after the changes have been stopped for so long.
6 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
qingqing01 10fbb831ed
Skip BatchNorm when feature only has 1 element. (#11578)
7 years ago
pzelazko-intel 9a15c92317 bnorm+relu fuse for mkldnn (inference) (#11434)
7 years ago
Luo Tao 5aac910b89 add url of cuda9.0_cudnn7_avx_mkl library
7 years ago
tensor-tang 489f581d49
Merge pull request #11098 from mozga-intel/mozga-intel/Batch_norm_mkldnn_layout
7 years ago
dzhwinter bfa3fd6f15
add inplace attribute to op_proto_maker (#10665)
7 years ago
mozga-intel 7d5643562f MKLDNN layout: Support for batch norm operator
7 years ago
mozga-intel 3ff9ba0e6b Mkldnn layout (#11040)
7 years ago
Yu Yang 0e78cb69fb Clean OpProtoAndCheckerMaker
7 years ago
Tomasz Patejko 4a497b826d MKLDNN implementation of batch normalization (#9904)
7 years ago