Commit Graph

67 Commits (5b06ec255bcc6e97c8adfb281acae47d4895559e)

Author SHA1 Message Date
lujun 3472f67356 fix mnist-dataset bug at windows,test=develop
6 years ago
minqiyang ab084b6e6c Polish code
6 years ago
minqiyang 42d1b3f786 Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
6 years ago
minqiyang a24db02f4a Fix data download of wmt14
6 years ago
Yu Yang 461f71a90b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
minqiyang d8384c8e64 Polish code
6 years ago
minqiyang 5ae34fb9ac Make code more compatible
6 years ago
minqiyang 8551e07abc Fix flowers data read in python3
6 years ago
Yu Yang 2f16f47e94 Fix dataset wmt16
6 years ago
tangwei12 97cf1eb6d7
Add distributed unit tests about text_classification/simnet-bow/ctr (#12812)
6 years ago
minqiyang 06289aa2f9 Fix reader of rnn_search in python3
6 years ago
Yancey1989 3571ca6663 move uci_housing dataset to bce
6 years ago
yuyang 480c7c4ee3 Fix sentiment dataset
6 years ago
Yancey1989 a0b68653d0 make pickel proto version compatiable with py2
7 years ago
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