Commit Graph

53 Commits (a79a77eeb5491b088a4291fe717ebefe481477c7)

Author SHA1 Message Date
qingqing01 82671e9486
Fix bug in flowers dataset. (#13024)
7 years ago
minqiyang 312f3b8654 Fix random diff between python2 and python3
7 years ago
Jiabin Yang 7240e7215a
Merge pull request #12914 from JiabinYang/check_cv2
7 years ago
Qiyang Min 038e2817f0
Merge pull request #12836 from velconia/disable_prelu_test_local
7 years ago
JiabinYang 786558fc68 fix bug to avoid warning once import paddle.fluid
7 years ago
minqiyang fca139b5e3 Fix flowers dataset download problem
7 years ago
minqiyang 80e3ce411d For test
7 years ago
minqiyang 01eec0af91 Fix flowers dataset reading problem
7 years ago
minqiyang 064b7f3de1 Change the md5sum of 102flowers dataset
7 years ago
minqiyang d49a0d755b Fix common download problem
7 years ago
minqiyang 6d107b0f39 Fix the test_desc_clone's problem
7 years ago
minqiyang 57dab0bb4c Change the link of flowers
7 years ago
minqiyang f4999e4f39 Remove unused six and missing six import
7 years ago
minqiyang 1ef5f2c3e8 Make flowers reader and parallel_executor more efficient
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
7 years ago
minqiyang ae39709e59 Polish code
7 years ago
minqiyang 68b221401d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
luotao1 d54267094e fix wmt14 download error
7 years ago
minqiyang a3539845f2 Polish python code style
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Qiyang Min 29fac3c092
Merge pull request #12390 from velconia/port_python3_syntax
7 years ago
minqiyang 23447cd5a0 Fix parallel_executor_fetch_feed issue
7 years ago
minqiyang 5d4238cdcc Fix six.iteritems problem
7 years ago
minqiyang 76ee482e18 Fix cv2 issues
7 years ago
minqiyang 6dc07e7f95 Replace items() with six.moves.iteritems() to improve memory usage
7 years ago
typhoonzero 0954adbdcd move download urls
7 years ago
minqiyang db7d8136a3 Fix CI issue
7 years ago
minqiyang ee1d08abba Fix CI issues
7 years ago
minqiyang c2fce7dd24 Fix bos problem
7 years ago
minqiyang e102e5dd83 Fix cifar10 decompress problem
7 years ago
minqiyang 3ec6d60c34 Fix write bytes in dataset download
7 years ago
minqiyang e6ae1e4ffc Replace the dependency of paddle.v2 dataset
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
minqiyang 1f618c4ff9 Fix the overfix of 2to3 in xrange
7 years ago
minqiyang e84936206d Remove the overfix of print function in dataset/ folder
7 years ago
minqiyang 4bf3c8c5a1 Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
Wei Xu 264e8305b0 Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
minqiyang 95e2d28659 Replace relative_import with absolute_import
7 years ago
Wojciech Uss 4594f186fa added cycling the dataset for cifar and flowers
7 years ago
Yancey1989 f28f7faa27 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into test_dist_mnist_acc
7 years ago
chengduoZH 495368c243 ADD CPU_NUM
7 years ago
chengduoZH a56dcf5159 fix parallel_executor.py and xx_mnist.py
7 years ago
Yancey1989 cdb705d193 fix mnist dataset md5
7 years ago
Wojciech Uss 25d5e226ab Fix typo in wmt16
7 years ago
tangwei12 a006c54c11 fix code style #9660
7 years ago
tangwei12 e5113da39c fix code style #9660
7 years ago
tangwei12 5ee67f15bf fix code style #9660
7 years ago
tangwei12 2dfd8841a4 make quick start code more simpler #9660
7 years ago