Commit Graph

58 Commits (ba036b88519ffd0ab78eddd68728d772891e25f2)

Author SHA1 Message Date
cc 43240a1b81
[doc] Add example for cache and buffered (#26819)
4 years ago
Kaipeng Deng 18f2ea66bd
remove paddle.readers API (#26727)
4 years ago
guofei aa7835efee
Correct the error in decorator.py (#27409)
4 years ago
guofei bcb4a583aa
Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOS with python>=3.8 (#27317)
4 years ago
Chen Weihang ccb98cde2e
open deccorator test, test=develop (#25464)
5 years ago
Zhou Wei 4058e736ff
temporarily disable these unittests failed on windows (#24942)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
juncaipeng 0a678ca045
fix chain doc, test=develop, test=document_preview (#22070)
5 years ago
liuwei1031 9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader (#20536)
5 years ago
juncaipeng 5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287)
5 years ago
huzhiqiang a69baf639f
modify compose en (#20217)
5 years ago
Zeng Jinle e3e22146de
remove some reader apis, test=develop (#20266)
5 years ago
huzhiqiang 5fc2cfbaf4
modify map_reader en test=develop (#20229)
5 years ago
Zhen Wang 2c71de243d
Fix docs of load_inference_model&load_params&load_persistables&chain. (#20274)
5 years ago
Zeng Jinle cee0079a4d
fix readers bug, test=develop (#19868)
5 years ago
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
6 years ago
Zeng Jinle 0f9b33954a
move python reader api to fluid.io module, test=develop (#19143)
6 years ago
chengduo 5588b923f3
Add multi process reader (#18115)
6 years ago
sneaxiy 2f54d9f995 Merge develop
6 years ago
sneaxiy bb166a1e10 fix API.spec
6 years ago
Zeng Jinle f8df9eb32e fix api doc (#16201)
6 years ago
sneaxiy 7b5a9d75d9 add cache reader
6 years ago
Yu Yang 86ae32fbd8 Stablize decorator test
6 years ago
qiaolongfei 91e8299144 fake reader support python3.x test=develop
6 years ago
qiaolongfei ec38effcce optimize fake, change it to a class instead a function. test=develop
6 years ago
qiaolongfei 4fc5991728 update test for fake reader decorator
6 years ago
qiaolongfei bda05dc387 reset yield_num after one pass
6 years ago
qiaolongfei 198689c3bb add a fake reader for speed test
6 years ago
Qiao Longfei b681537e1a
Add multiprocess reader (#13311)
6 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
7 years ago
minqiyang ae39709e59 Polish code
7 years ago
minqiyang 47561c34b0 Fix python2 CI issues
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang 23447cd5a0 Fix parallel_executor_fetch_feed issue
7 years ago
minqiyang d4b10eef5f Polish code
7 years ago
minqiyang 76ee482e18 Fix cv2 issues
7 years ago
minqiyang 7f794ea563 Replace the overfix of 2to3 with six.string_types
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
minqiyang 448ca8a46d Move LinkChecker from requirements to Dockerfile
7 years ago
minqiyang 95e2d28659 Replace relative_import with absolute_import
7 years ago
minqiyang 95b4a6a29d Make import paddle.fluid possible now
7 years ago
tensor-tang d5fb8fa778 Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
7 years ago
tensor-tang 90780e22ce
Revert "MKLDNN layout: Support for sum operator"
7 years ago
mozga-intel 96b4904d2f MKLDNN layout: Support for sum operator
7 years ago
Helin Wang bcf7c36b0b Make paddle.fluid no longer depends on paddle.v2
7 years ago
Yu Yang c26431bacf Reordered package for feature usage.
8 years ago
helinwang dae21d9bcb Merge pull request #1424 from helinwang/creator
8 years ago
Helin Wang b9d4f71c4a fix according to comments
8 years ago
Helin Wang d0dcb3ea34 create numpy array reader creator and text reader creator
8 years ago