Commit Graph

88 Commits (f9ac5fb9925a950ae384eb65e972e8a548624d6c)

Author SHA1 Message Date
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
tangwei12 554cea6839 move most codes to uci_housing #9660
7 years ago
Helin Wang f837eee724 add paddle.v2.reader,dataset back for backward compatibility
7 years ago
Helin Wang bcf7c36b0b Make paddle.fluid no longer depends on paddle.v2
7 years ago