Commit Graph

5835 Commits (a3539845f2e778e4c989b16b05c60dfd1439dfc2)

Author SHA1 Message Date
minqiyang a3539845f2 Polish python code style
8 years ago
minqiyang e7c7cbaa42 Port new added files to Python3
8 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
Qiyang Min 29fac3c092
Merge pull request #12390 from velconia/port_python3_syntax
8 years ago
Tao Luo 5a9ae411e0
Merge pull request #12618 from sfraczek/sfraczek/fix-new-mkldnn-conv-tests
8 years ago
minqiyang 23447cd5a0 Fix parallel_executor_fetch_feed issue
8 years ago
minqiyang 5d4238cdcc Fix six.iteritems problem
8 years ago
minqiyang e4e9450e88 Fix random crop op problem
8 years ago
minqiyang 39059eb70f Polish code
8 years ago
Sylwester Fraczek c2a437fd0f review fixes
8 years ago
Sylwester Fraczek dcbc4284aa conv2d tests: stop testing on CUDA when use_cudnn=False. Especially when use_mkldnn=True.
8 years ago
minqiyang d4b10eef5f Polish code
8 years ago
minqiyang 76ee482e18 Fix cv2 issues
8 years ago
Wu Yi 772ceee395
Merge pull request #12615 from typhoonzero/move_dataset_download_url
8 years ago
minqiyang 6dc07e7f95 Replace items() with six.moves.iteritems() to improve memory usage
8 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
minqiyang 9cd5999032 Fix dist transpiler unordered dict issue
8 years ago
Qiao Longfei 445ca3db94
Merge pull request #12607 from jacquesqiao/add-unit-test-for-async-transpile
8 years ago
minqiyang be6ecec46f Fix unittests' division issues
8 years ago
minqiyang 59adf7ced1 Fix round(0.0) special issue
8 years ago
qiaolongfei 2ae32f0bf0 revert the change of api
8 years ago
minqiyang 938a9e4faa Polish code
8 years ago
minqiyang 09103084d3 Polish compat.py and add unittest for it
8 years ago
Sylwester Fraczek d74bb6ab9c fix ut for mkldnn 0.15 - added forcing layout NCHW in mkldnn conv tests
8 years ago
typhoonzero 0954adbdcd move download urls
8 years ago
minqiyang c3fdf3aee4 Fix divide problem in CI
8 years ago
qiaolongfei 1b6902133d add TestAsyncLocalLookupTable
8 years ago
qiaolongfei 8da651057c add TestAsyncDistLookupTable
8 years ago
Chen Weihang b2435a3a11
Merge pull request #12374 from chenwhql/py_calc_memory
8 years ago
minqiyang db7d8136a3 Fix CI issue
8 years ago
minqiyang ee1d08abba Fix CI issues
8 years ago
minqiyang 46a2694633 Fix exception problem
8 years ago
minqiyang c2fce7dd24 Fix bos problem
8 years ago
minqiyang 2a799e3bf2 Fix dist_se_resnet problem
8 years ago
minqiyang e102e5dd83 Fix cifar10 decompress problem
8 years ago
minqiyang 3ec6d60c34 Fix write bytes in dataset download
8 years ago
minqiyang e6ae1e4ffc Replace the dependency of paddle.v2 dataset
8 years ago
chengduo 7c8b69c700
Feature/op fusion (#12240)
8 years ago
minqiyang 6abe819f07 Fix pybind11 problem
8 years ago
Qiao Longfei 7970ab965a
Merge pull request #12544 from jacquesqiao/dist-lookup-table-only-support-sgd
8 years ago
Wu Yi 2d036c47cd
polish dist unit test code (#12512)
8 years ago
chengduo 97a77512b4
Fix the order of sum (#12562)
8 years ago
qiaolongfei 111bde9725 add warning to dist lookup table optimizer
8 years ago
qiaolongfei b2f28878e1 remove unused code
8 years ago
qiaolongfei 5a608fcf08 add TestDistLookupTable
8 years ago
qiaolongfei c0e8dd8758 add unit test for dist lookup table
8 years ago
Yu Yang 3300a532aa
Merge pull request #12546 from reyoung/feature/fix_nmt_cannot_save_checkpoint
8 years ago
qiaolongfei fd53fdf84b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-lookup-table-only-support-sgd
8 years ago
Qiao Longfei 23252a3432
Merge pull request #12463 from jacquesqiao/remove-duplicated-init-op
8 years ago
chengduo 93152b0bac
Fix the result of unit test (#12520)
8 years ago