Commit Graph

702 Commits (95e2d2865997a6e9df0bb2348849d4e7268bc5ce)

Author SHA1 Message Date
fengjiayi 5f8ff63bfe
Merge pull request #12069 from JiayiFeng/add_reader_reset_tests
8 years ago
tangwei12 10737ed9ce
Merge pull request #12067 from seiriosPlus/ckpt_new_api
8 years ago
Guo Sheng da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
8 years ago
tangwei12 c210add5e8 remove ut, will fix it later
8 years ago
guosheng 4ee069fdba Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check.
8 years ago
chenweihang 938319bbd2
Merge branch 'develop' into unsqueeze_op
8 years ago
Yibing Liu 092d620187
Merge pull request #11812 from chenwhql/squeeze_op
8 years ago
Yu Yang 1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
8 years ago
lemon34 29145e1e31 change im2sequence for ctc batch inference (#11696)
8 years ago
chenweihang b8ea7a081a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
baiyf be2d9dc2b8 Add prior_box output order control (#12032)
8 years ago
guosheng e7f7ba97fe Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
8 years ago
guosheng e7a4cfc0ff complete the hsigmoid_op
8 years ago
chenweihang 84a525a38a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang fbef49e772 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
yuyang18 ff07af8d93
Hide calc_gradient
8 years ago
yuyang18 5e725dc52b
Hide Optimizer methods
8 years ago
achao2013 8e4b225fe4 Add fake_quantize_op. (#11359)
8 years ago
Yuan Gao 50aa6ba6f5 add rpn target assign op (#11449)
8 years ago
chenweihang 2bd65dbf71 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang fd01a43a3c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
fengjiayi 2888d5e610 add unittest
8 years ago
yuyang18 6c83dcd622
Hide get_places. Mark it as deprecated
8 years ago
guosheng d695381677 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
8 years ago
qingqing01 10fbb831ed
Skip BatchNorm when feature only has 1 element. (#11578)
8 years ago
chenweihang 8f2486ca16 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
qingqing01 ef4895df3b
Make IfElse operator works and fix unit testing. (#11972)
8 years ago
chenweihang 4453473f71 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang 5f89272c89 change the bit insert to array insert for understandability
8 years ago
chenweihang fccdc1abea Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang 80126a7496 small fix based reviewer's advice
8 years ago
yuyang18 8e86721fe7
Fix data balance on single GPU
8 years ago
chenweihang 9ca8db237a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang 927d793746 simplify test case
8 years ago
chenweihang a6d94e8dc6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang 49b2cf5fee adjust some code based reviewer's advice
8 years ago
chenweihang ca15779394 rewrite, use reshape op in unsqueeze op, test passed
8 years ago
chenweihang ee760d1c2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang 0cef33a468 adjust the dims range to [1,6] and fix some problem
8 years ago
chenweihang 996c157f61 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
chenweihang e402496238 complete unsqueeze op and related unittest.
8 years ago
fengjiayi 3fab4f65a4 Add EOFException to represent EOF in C++ reader
8 years ago
Wu Yi adfaf9a665
make transpiler test reliable (#11848)
8 years ago
fengjiayi 58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
8 years ago
chenweihang 9ca88fa8a5 Adjust squeeze op and code the unittest, test passed
8 years ago
fengjiayi ff4317cee9 follow comments
8 years ago
Xingyuan Bu 5056d3ec56 FasterRCNN Anchor Generator Op (#11218)
8 years ago
Yibing Liu 5f79c7fbb6
Merge pull request #11174 from kuke/argsort_dev
8 years ago
Yibing Liu c225d7a298 Use real test data for fit_a_line model to get valid result
8 years ago
Yibing Liu 9386ac0a40 Enhance cuda code & unittest for argsort_op
8 years ago