Commit Graph

51 Commits (bd8dfe38caef4d4769fe2a57263fbe90a6891592)

Author SHA1 Message Date
zhupengyang 6a09b8f1cb
erase Raises and refine doce of random functions (#26901)
5 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
5 years ago
liym27 2a191d8fa5
fix error in convert_dtype: ValueError->TypeError and polish message (#25788)
5 years ago
Aurelius84 8d6de44012
Refine check_type Error Message for @declarative (#25098)
5 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
5 years ago
Aurelius84 1ed8baf9c8
[dy2static] Support for static graph training with @declarative decorator (#24259)
5 years ago
Chen Weihang e081c7a05d
skip type/dtype check in dygraph mode, test=develop (#22915)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
5 years ago
wangchaochaohu e6ca512af1
refine convert type for numpy type (#22386)
5 years ago
Chen Weihang 68999b6c7a
simplify dygraph data loader code, test=develop (#21722)
5 years ago
Chen Weihang d96acc3363
Refine dygraph DataLoader implementation (#21634)
5 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
5 years ago
pkpk 370f0345b6
fix the bug in data_feeder.py (#20791)
5 years ago
zhupengyang 01209b5161 add input type and dtype check for cast_op (#20070)
5 years ago
liuwei1031 9dc83dda7a
update data feeder API sample, change fluid.layers.data to fluid.data (#20568)
5 years ago
liuwei1031 70ff903813
improve the doc of data feeder related APIs (#20515)
5 years ago
wangchaochaohu 9a76f3f916
Fill constant error message fix (#20075)
5 years ago
gongweibao abaf87be2b
Change backward_guard to optimize_guard to maximize the allreduce overlap. (#19506)
6 years ago
silingtong123 a94a25867d imporve the doc of decorate_reader API (#19206)
6 years ago
liuwei1031 5d54ed4a84
improve the doc of DataFeeder and default_main_program (#18241)
6 years ago
chengduo b5a1c1463d
Update CPU_NUM config (#18059)
6 years ago
wopeizl 841553e13f
use pyreader to read data in dygraph mode (#17314)
6 years ago
liuwei1031 6a53fa95e7
improve the API Sample of DataFeeder, memory_optimize and release_memory (#17374)
6 years ago
sneaxiy 2f54d9f995 Merge develop
6 years ago
Zeng Jinle f8df9eb32e fix api doc (#16201)
6 years ago
sneaxiy 3334c279d0 add sample_generator
6 years ago
qingqing01 07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371)
6 years ago
sneaxiy 999a05b04b polish code
6 years ago
sneaxiy d752177b8f enforce_dim_check_in_data_feeder
6 years ago
haowang101779990 66ea718452 en api improve format Dec 27
6 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
6 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
6 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
6 years ago
chengduo 9fa87b23d9
Fix io doc (#14751)
6 years ago
qingqing01 2bb8f5b1b1
Support variable data shape of non-sequence data. (#13482)
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 7f794ea563 Replace the overfix of 2to3 with six.string_types
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
chengduo 3f8d9b0a11
Merge pull request #11580 from chengduoZH/fix_doc_data_reader
7 years ago
chengduoZH 10cee7ed1f Add doc of fetch var
7 years ago
chengduoZH 74d1bf4ad9 Add doc of data reader
7 years ago
fengjiayi dfe54a4fbe update
7 years ago
fengjiayi 8cc249ef10 make data_feeder support dynamic shape
7 years ago
Kexin Zhao 417fcf4f43
Modify Pybind LoDTensor API according to length-based LoD (#11106)
7 years ago
chengduoZH 495368c243 ADD CPU_NUM
7 years ago
chengduoZH a56dcf5159 fix parallel_executor.py and xx_mnist.py
7 years ago
fengjiayi 9752e5bcbd Add uint8 support in data_feeder.py
7 years ago
Kexin Zhao d73f2bd6bd fix data_feeder lod bug
7 years ago
yuyang18 9c8383cf06 Parallel Executor revised feeder
7 years ago