Thunderbrook
5970e8ac5e
find lookup table in order ( #20932 )
...
test=develop
5 years ago
Zhang Ting
de9bec607e
lrn supports channel_last input, test=develop ( #20954 )
5 years ago
tangwei12
3b96e3d20a
fix FetchHandler ( #20900 )
...
* bug fix, test=develop
5 years ago
liuwei1031
2dd9bc7159
fix windows python setup issue caused by ( #20641 ) ( #20928 )
...
* fix windows python setup issue caused by #20641 , test=develop
* tweak python/CMakeLists.txt, test=develop
* redirect log inside setup.py, test=develop
* fix typo, test=develop
5 years ago
Dong Daxiang
a6747a6ef1
add launch_ps module so that we can launch a parameter server trainin… ( #20936 )
...
* add launch_ps module so that we can launch a parameter server training job
1) a user can specify worker_num and server_num
2) parameter server can be killed after all workers exit
3) unit test is added
test=develop
5 years ago
Leo Chen
2c3c579b9b
tensor.set() supports array list and remove unused code, test=develop ( #20959 )
5 years ago
Leo Chen
9974e40787
Update Tensor.set() to support float16 ( #19964 )
...
* don't expose numerous Tensor.set(), test=develop
* fix condition, test=develop
* fix float16 bug, test=develop
* feed should be Tensor or np.array, not Variable or number, test=develop
* use forcecast to copy numpy slice to new array, test=develop
* remove float16-uint16 hacking, test=develop
5 years ago
123malin
20cdff0e02
Optimize decay ( #20816 )
...
* update pserver decay blocks
* update distributed notify handler
5 years ago
Chengmo
16596f6498
Fix Paddle Cloud role maker ( #20860 )
...
* fix PaddleCloud Role maker & add warning in distribute transpiler & change rpc_retry_times
5 years ago
liym27
59de8e1214
Compatible int32 and int64 for attr in concat/split/unsqueeze. test=develop ( #20912 )
5 years ago
liym27
7b4cb655bb
keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=develop ( #20903 )
5 years ago
Zhang Ting
8d1e9f0f7e
maxout supports channel_last input ( #20846 )
...
* maxout support channel_last input, test=develop
* modified details of Input(X) and Attr(groups, axis) in doc, test=develop
5 years ago
WangXi
9d8ec42353
launch.py remove setting for nccl sync, test=develop ( #20909 )
5 years ago
hong
8c4573a3cb
GradMaker for dygraph ( #19706 )
...
* refactor dygraph,test=develop
* fix failed unittest,test=develop
* polish code,test=develop
* check windows ci error,test=develop
try to fix windows ci error by np.allclose,test=develop
* polish vlog and profiler, test=develop
* try to fix preceding ops order,test=develop
* test transformer in windows ci, test=develop
* use python c-api to speed up tracer.trace,test=develop
* test=develop, fix docker with paddle nccl problem
* test=develop, add ut for debug string and gradient_accumulator
* test=develop, add tests for layer/gradient_accumulator/prepared_op
* test=develop, fix complie error for test_prepared_op
* test=develop, add more ut for dygraph
* test=develop, create API.spec for dygraph api change
* optimize grad maker; test=develop
* optimize grad maker
* test
* grad make optim; test=develop
* fix unittest bugs; test=develop
* add dygraph grad op maker and split_op
* grad op maker refactor; test=develop
* add dygraph grad maker; test=develop
* fix op deformable_conv_v1_op bug; test=develop
* fix deformable_conv prroi pool bugs;
* fix new op grad op maker bug; test=develop
* fix split by ref bug; test=develop
* fix dygraph auto prune bug; test=develop
* fix test_trace bug; test=develop
* fix fused emb seq pool bug; test=develop
* remove useless code in op_desc file; test=develop
* remove useless code, StrVarBaseNode; test=develop
* fix review issues; test=develop
* fix rank_loss grad maker; test=develop
* remove flag in VarBase; test=develop
* fix distributed_notify_op compile bug ; test=develop
* fix reshape op double grad; test=develop
* fix expand as op; test=develop
* add impertive type_defs.h for demo_train; test=develop
* fix inference lib cmake; test=develop
* fix inference lib; test=develop
* fix infernce_lib; test=develop
* fix inference cmake; test=develop
* fix inference lib; test=develop
* fix inference lib; test=develop
* remove condition dygraph grad maker, modify local name; test=develop
* fix split grad maker bug; test=develop
* fix pyramid_op bug; test=develop
* change travis time out limit; test=develop
* restore travis; test=develop
* change timeout limit; test=develop
5 years ago
Bai Yifan
ac87d4e6e1
fix hdfs.download, test=develop ( #20907 )
5 years ago
Thunderbrook
59bcdc8a19
support dump param of model into afs ( #20302 )
...
* support dump param to afs
test=develop
* code style
test=develop
* code style
test=develop
* dump param
test=develop
* dump param
test=develop
* dump param
test=develop
* dump param
test=develop
5 years ago
qingqing01
728099d023
Simplify third_party path in Python package ( #20776 )
...
* Simplify third_party path in Python package
* Fix typo
5 years ago
Yiqun Liu
16e4d02675
Refine the cache of program, context and scope in executor. ( #18483 )
...
* Refine the cache of program, context and scope in executor.
test=develop
* Refine the unittest test_executor_and_use_program_cache.
* Add the test the PaddingRNN with use_program_cache=True.
test=develop
* Remove a check.
test=develop
* Refine the unittest to check whether it is correct when setting use_program_cache=True.
test=develop
5 years ago
Wilber
b489760099
fix jit_matmul bug test=develop ( #20886 )
...
* fix jit_matmul bug
* update jit matmul and add test
5 years ago
gongweibao
3255fe69bb
Add custom black variable name set in amp interface. ( #20875 )
...
* add custom black varname test=develop
* fix dtype test=develop
* fix num test=develop
* fix ut test=develop
* fix coverage test=develop
* fix blackvar names test=develop
5 years ago
lvmengsi
aadd81b662
Fix gradients ( #20857 )
...
* fix_gradients
* fix_gradients, test=develop
5 years ago
hong
ff0886a92a
save load problem fix and new feature add ( #20823 )
...
* fix persistable;
* fix save load bugs; test=develop
* fix bug; test=develop
* add example for new io api; test=develop
* addd example; test=develop
5 years ago
Youwei Song
2058bab1c0
Add Sequential api ( #20789 )
...
* add Sequential api
test=develop
* fix unittest
test=develop
* refine code sample
* test=develop
5 years ago
liym27
6802539a2e
support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections ( #20780 )
...
* improve split and concat op:
1. support Tensor for argument 'dim' in split op.
2. support Tensor for argument 'axis' in concat op.
test=develop
* redefine function GetDataFromTensor and set unknown output shape to - 1.
test=develop
* add check: Attr(sections) match Input(X). test=develop
* support Tensor for attr(sections) and attr(sections) can contain -1.
add check for attr(sections).
test=develop
* modify error message for concat and call Resize only when necessary. test=develop
5 years ago
Yiqun Liu
6fcfd32e6c
Check and correct the output's lod_level in DynamicRNN related operators ( #19144 )
...
* Refine the InferShape of ReadFrom and WriteTo op, and add comment to explain why not call ShareLoD for runtime.
test=develop
* Add comment for ReorderLoDTensorByRank op.
* Add comment for lod_tensor_to_tensor_array op to explain why only call DecreaseLoDLevel for compile time.
test=develop
* ShrinkRNNMemory op should call ShareLoD for compile time.
test=develop
* Add the implementation of IncreaseLoDLevel and add the compile-time check of lod_level in InferShape of sequence_pool.
test=develop
* Refine the unittest of DynamicRNN.
test=develop
* Change PADDLE_ENFORCE to PADDLE_ENFORCE_NE.
test=develop
5 years ago
Zeng Jinle
da9e9dd07f
fix py_reader combination ut, test=develop ( #20861 )
5 years ago
liym27
84d221b667
improve unsqueeze op to support int, Tensor for argument axes ( #20824 )
...
* improve unsqueeze op to support int, Tensor and Tensor list for argument axes.
test=develop
* call Resize only when necessary. test=develop
5 years ago
silingtong123
03d7f3ddb2
Make shape tensor support int32 ( #20757 )
...
* Make shape tensor support int32
5 years ago
Huihuang Zheng
95ba4bd2ab
Add shape and type check at read_op ( #20754 )
5 years ago
Aurelius84
aacd16dbb4
add pyramid_hash_op ( #20698 )
5 years ago
Yang Zhang
cf670ec9ce
Serialize to pickle format ( #20820 )
...
test=develop
5 years ago
whs
c8e49be2f1
Fix roi_perspective_transform op ( #20764 )
5 years ago
Bai Yifan
6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix ( #20836 )
5 years ago
Bai Yifan
fd5321b3f3
modify slim print precision to round(,6), test=develop ( #20833 )
5 years ago
WangXi
e78d7f57bb
Print the rank which trainer is error in launch.py, test=develop ( #20838 )
5 years ago
xujiaqi01
48669aa8f0
fix several sparse table issuses ( #20686 )
...
* no longer need to define all embedding layers (no one less) of all slots in each program. make trainer_param repeated in ps.proto.
* add find_distributed_lookup_table_grads instead of hard code GRAD
* support embedding stop gradient. push sparse has error before fix this.*
* fix fill sparse, skip slots which do not have embedding. each slot's embedding in a sparse table should be used in all training programs before fix this.
* fix pull sparse, skip slots which do not have embedding.
* fix collect feasign label info, skip slots which do not have embedding.
* support when there are multi sparse tables in one or multi training programs, each program can pull/push its own related sparse tables instead of all sparse tables.
* test=develop
5 years ago
whs
fa67e6e83e
Fix unitest of pruning in python3 env. ( #20825 )
...
test=develop
5 years ago
Zeng Jinle
378fc4fb1c
add some docs to jit.trace, test=develop ( #20811 )
5 years ago
Zhang Ting
5a8d885d72
All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered ( #20756 )
...
* All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview
* fix the bug that attr(offsets) should be initialized, test=develop
5 years ago
pkpk
370f0345b6
fix the bug in data_feeder.py ( #20791 )
...
* test=develop
* test=develop
* test=develop
* test=develop
5 years ago
Tao Luo
efbdad0596
make search_compute support avx default ( #20779 )
...
* make search_compute support avx only
* clean search_compute.h
* rename sse_axpy to avx_axpy
test=develop
* update CMakeLists.txt
test=develop
5 years ago
WangXi
250e72d254
Fix DGC algorithm flow to make it the same as paper ( #20758 )
5 years ago
Zeng Jinle
8ff6b289bd
[Dygraph to static graph]JIT/Trace ( #20775 )
...
* jit/trace 1st version, test=develop
* add more unittests, test=develop
5 years ago
Aurelius84
28dd2a58df
refine Categorical and MultivariateNormalDiag en doc ( #20723 )
...
* refine Categorical and MultivariateNormalDiag en doc test=develop, test=document_fix
* refine Categorical and MultivariateNormalDiag en doc test=develop, test=document_fix
5 years ago
Tao Luo
2f5f19dfb5
mv sampcd_processor.py to tools/ ( #20761 )
...
* mv sampcd_processor.py to tools
test=develop test=document_fix
* update example script
test=develop test=document_fix
5 years ago
石晓伟
37cd43545a
update the infer shape of matmul, test=develop ( #20717 )
...
* update the infer shape of matmul, test=release/1.6
* add unittests of matmul, test=release/1.6
* change func names, test=develop
5 years ago
gongweibao
e425124041
Wait pserver to complete initialization. ( #20777 )
5 years ago
zhongpu
702aad5a0a
remove assert statement to support sqeeze op in drgraph, test=develop ( #20763 )
5 years ago
gongweibao
8088395a84
Set unique port to every distribute test to avoid potential port conflicts ( #20759 )
5 years ago
wangchaochaohu
0687bcd64f
Refine getitem of Variable ( #20729 )
...
* add support for __get_item__ of Variable test=develop
5 years ago
Zhang Ting
483d0512ce
Add choice of CUDA Place and remove fluid.layers.data for python API test of resize Ops ( #20689 )
...
* add cuda place and remove fluid.layers.data for test of python API, test=develop
* add cuda place and remove fluid.layers.data for test of python API, test=develop
* modified batch size for Python API test, test=develop
5 years ago
Kaipeng Deng
ba44f654d6
add dlpack include in third_party. test=develop ( #20737 )
...
* add dlpack include in third_party. test=develop
5 years ago
danleifeng
79e08ecebf
add assertions on whether elementwise_div divison is zero ( #20618 )
5 years ago
bingyanghuang
fd49ebcbd8
update int8 benchmark with 6271 data, test=develop test=document_fix ( #20736 )
5 years ago
123malin
95e90aa102
test=develop, add communicator_is_sgd_optimizer flag ( #20677 )
...
* test=develop, communicator_is_sgd_optimizer flags
5 years ago
Aurelius84
74a28f5ea4
fix fill_constant shape with -1 and enhance cross_entropy test=develop ( #20722 )
5 years ago
wangguanzhong
9a3e22aad4
move nms2 to contrib, test=develop ( #20709 )
5 years ago
Zhang Ting
80c97e560d
fix bias_attr's bug of conv and conv_transpose, test=develop ( #20704 )
5 years ago
xujiaqi01
5223b0dd9d
add check nan / inf in downpour worker ( #20694 )
...
* add check nan / inf in downpour worker during training
* test=develop
5 years ago
WangXi
507afa8a8a
Fix dgc nan by stripping nccl from sparseReduce. ( #20630 )
5 years ago
gongweibao
c1710e91b2
Disable GRPC_ARG_ALLOW_REUSEPORT to avoid potencial problem. ( #20690 )
5 years ago
tangwei12
1d925440ca
fix fetch handler error with pslib ( #20679 )
...
* fix fetch handler error with pslib
* fix distributed lookup table op with 1 pserver
5 years ago
gongweibao
78431dc7bc
Add detail log on parallel dygraph unit test when failed. ( #20660 )
5 years ago
juncaipeng
f201b465ec
Move pool2d to add_quant_dequant_pass, test=develop ( #20586 )
...
* move pool2d to add_quant_dequant_pass, test=develop
5 years ago
zhongpu
efa10937bd
fix elementwise_floordiv_op and elementwise_mod_op ( #20534 )
...
* fix elementwise_floordiv_op and elementwise_mod_op, test=develop
* fix API.spec, test=develop
* fix API.spec, test=develop
5 years ago
Bai Yifan
ffec9195e4
soft_label_distiller fix, test=develop ( #20645 )
5 years ago
gongweibao
f3f52fc1e2
Retry when failed to bind address. ( #20642 )
5 years ago
Tao Luo
3e831b6083
reduce setup.py.in installation logs ( #20641 )
...
test=develop
5 years ago
qingqing01
01eddc1a04
Support fp16 in GPU impl of fused_elemwise_activation_op. ( #20636 )
...
* Support fp16 in fused_elemwise_activation_op.
* Fix unit testing in ONLY-CPU mode.
5 years ago
Tao Luo
ea20f8be23
refine error message of input TypeError in framework.py ( #19970 )
...
* refine error message of input TypeError in framework.py
test=develop
* refine error message
test=develop
* update test_compare_op.py unit-test to improve coverage
test=develop
5 years ago
Chengmo
940c6ff1c8
Fix communicator slow bug & fix communicator stop bug ( #20366 )
...
* test=develop,Fix communicator slow bug
* test=develop, delete if() in stop_worker()
* test=develop
* fix UT, test=develop
* fix bug in fetch handler, test=develop
* fix bug in fetch handler, test=develop
* test=develop, fix fetch barrier bug
* test=develop, bug fix
* test=develop, bug fix
* test=develop, fix bug
5 years ago
liym27
ae4ddbc821
add fill_constant input(shape) dtype check. test=develop ( #20620 )
5 years ago
123malin
b4a3b75002
bug fix: invalid learning rate decay in pserver async mode ( #20325 )
...
* bug fix: invalid learning rate decay in pserver async mode
5 years ago
WangXi
cadc6a9704
fix dgc test and bug when not set trainers_endpoints_, test=develop ( #20617 )
5 years ago
danleifeng
46797f53de
fix small bug of error message for elementwise_add and elementwise_mul ( #20619 )
...
* fix error message for elementwise_add/mul;test=develop
* fix type error message;test=develop
5 years ago
Liufang Sang
bc4af386f4
[PaddleSlim] refine slim reader to support dataloader ( #20604 )
5 years ago
石晓伟
a4753f3a79
Optimize error message of mean_op and matmul_op ( #20413 )
...
* add data type check, test=develop
* polish error messages, test=develop
* polish error messages, test=develop
* Remove support for the CPU architecture matmul, test=develop
* fix syntax bug, test=develop
5 years ago
mapingshuo
f55d1c6867
Fleet: deal with special case: strategy is None ( #20359 )
...
* special case: strategy is None
5 years ago
gongweibao
1d82025e89
Add interface so user can get scaled loss when they use customized loss. ( #20571 )
5 years ago
翟飞跃
36acfaeeda
Add fused_embedding_seq layer into fluid.contrib ( #19771 )
5 years ago
zhupengyang
01209b5161
add input type and dtype check for cast_op ( #20070 )
...
* add input type and dtype check for cast_op
test=develop
* fix annotation
test=develop
* support more data type
test=develop
* fix bug for fill_constant's error type
test=develop
* improve converage
test=develop
* improve converage
test=develop
5 years ago
Youwei Song
67fcb0c923
fix api fluid.cuda_pinned_places ( #20424 )
...
* fix api fluid.cuda_pinned_places, test=develop
* fix api fluid.cuda_pinned_places, test=develop
5 years ago
Thunderbrook
f76a32df4a
dump fix dov vec file num ( #20539 )
...
* support dump multi file
test=develop
* dump fix num file
test=develop
5 years ago
gongweibao
bf6470c71e
Add detail logs on resnet unit test ( #20558 )
...
Add detail logs on resnet unit test
5 years ago
chengduo
36c85ef492
Add sub-scope check in RecurrentOp ( #20468 )
...
* fix recurrent bug
test=develop
5 years ago
633WHU
12e4be0382
Dlpack support ( #20039 )
...
* support dlpack to tensor and implement python interface test=develop
* add unittest for _to_dlpack and from_dlpack test=develop
5 years ago
zhupengyang
5e65c753ea
enhance input type chec for concat ( #20584 )
...
test=develop
5 years ago
JesseyXujin
2ff18e537f
add expand_as op, test=develop ( #20565 )
...
* add expand_as op, test=develop
* add expand_as op,test=develop
* add expand_as op,test=develop
* add nn.py, test=develop
* delele paddle_enforce, test=develop
5 years ago
lijianshe02
5c41805dc9
update mul_op input data type check test=develop ( #20552 )
5 years ago
Zeng Jinle
40effc61af
Refine py_reader exit ( #20331 )
...
* refine py_reader exit, test=develop
* fix multiprocess_reader exception unittest, test=develop
* increase code coverage for legacy fluid.layers.py_reader, test=develop
5 years ago
Guo Sheng
bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru ( #19393 )
...
* Fix docs of gru_unit and dynamic_gru.
Fix basic_gru in rnn_impl.py.
Add error messages for param_attr setting in layer_norm api.
Add int64 dtype for expand.
test=develop
* Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py.
test=develop
* Add unit test for layer_norm api.
test=develop
* Remove the deprecated gru doc fix. test=develop
* Fix basic_gru test coverage. test=develop
* Update API.spec. test=develop
* Update API.spec. test=develop
* Fix test_basic_gru coverage test. test=develop
* Update test_basic_gru in test_layers to use fluid.data
test=develop
* Update test_basic_gru for coverage. test=develop
5 years ago
Yuan Shuai
172e91c008
Refine error message of transpose_op ( #20437 )
...
* Refine error message of transpose.
* Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
5 years ago
hong19860320
f567214b6a
Fix the error message of zeros op ( #20476 )
...
* fix the error message of zeros op
test=develop
* Fix unittest of zeros op
test=develop
5 years ago
liym27
fc6ec3b9f6
fill_constant support Tensor; ( #20521 )
...
2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like
3. fix bug in ExpandGradOp.
test=develop
5 years ago
Zhang Ting
0130cc969c
fixed group_norm's bug and modified unittest ( #20506 )
...
* modified group_norm's unittest for pass statement, test=develop
* fix group_norm's bug: scale or bias is None which causes segmentation fault, test=develop
5 years ago
Guo Sheng
c7ae6c62cd
Fix the assign data check ( #20564 )
...
* Fix the assign data check. test=develop
* Fix test_assign_op.py. test=develop
5 years ago
Diego Zhang
27d1ef6081
Refine seq enum expand mask pad ( #20344 )
...
* disable nccl test
* Update version.
* fix term core only
* fix transpiler error
* fix protobuf memory leak (#11177 )
fix protobuf memory leak
* "change eigen mirror"
* refine en doc sequence enum pad expand mask d2s
* refine seq enum expand mask pad test=develop, test=document_fix
* remove cn char test=document_fix
* spec test=document_fix
* code style test=document_fix
* test=document_fix
* test=document_fix
* test=document_fix
* test=document_fix
* test=document_fix
* test=document_fix
5 years ago
Youwei Song
9a09ff14a5
fix en docs of Layer and guard ( #20512 )
...
* fix en docs of Layer and guard
test=document_fix, test=develop
* fix en docs of Layer and guard
test=document_fix, test=develop
* minor fix
test=document_fix, test=develop
* minor fix
test=document_fix, test=develop
* fix api.spec
test=document_fix, test=develop
* fix api.spec
test=document_fix, test=develop
* fix docs
test=document_fix, test=develop
* fix docs
test=document_fix, test=develop
* fix docs
test=document_fix, test=develop
* fix api.spec
test=document_fix, test=develop
* fix api.spec
test=document_fix, test=develop
* add forward doc
test=document_fix, test=develop
* add "s" for parameters
test=document_fix, test=develop
5 years ago
guofei
9b85f40140
Modify English documents ( #20452 )
5 years ago
liuwei1031
9dc83dda7a
update data feeder API sample, change fluid.layers.data to fluid.data ( #20568 )
...
* update data feeder API sample, fluid.layers.data => fluid.data
* update API.spec
5 years ago
liuwei1031
9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader ( #20536 )
...
* fix doc of default_main_program, multiprocess_reader
* update API.spec
* fix comment
5 years ago
Yiqun Liu
ce1b25cc8b
Polish the English documentation of sums ( #20495 )
...
* Refine the documentation of sums.
* Remove Chinese comments and update API.spec.
* Refine the description of input argument.
* Update API.spec.
test=develop
test=document_fix
5 years ago
lanxianghit
22ecaef03b
Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied, test=develop ( #20263 )
...
添加API:fluid.version_required(min_version, max_version=None),用于检查已安装的PaddlePaddle版本是否符合要求
无返回值,如果已安装的版本不在区间[min_version, max_version],则抛出异常。
例:安装的版本为1.6.0,调用:fluid.require_version('1.5.0', '1.5.1'),则抛出异常:
Exception: VersionError: PaddlePaddle version in [1.5.0, 1.5.1] required, but 1.6.0 installed.
5 years ago
zhaoyuchen2018
8fb569e5b9
Fix api doc example bug and polish square doc ( #20491 )
...
* Refine create_array api en doc
test=develop
test=document_fix
* Fix api doc example bug and polish square
test=develop
test=document_fix
* Refine comment
test=develop
test=document_fix
* refine API.spec
test=develop
test=document_fix
5 years ago
hong19860320
512c0bb04d
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops ( #20343 )
...
* refine the en api doc of ones, zeros, reverse, increment, hsigmoid and create_py_reader_by_data ops
test=develop, test=document_preview, test=document_fix
* refine eng doc for hsigmoid and create_py_reader_by_data ops
test=develop, test=document_preview, test=document_fix
* update API.spec
test=document_fix
* Fix the parameter name axis of reverse op in eng doc
test=develop, test=document_fix
* Update API.spec
test=develop, test=document_fix
* Refine eng doc of zeros, ones, reverse and assign op
test=develop, test=document_fix
* Update API.spec for assign, ones, zeros and reverse
test=develop, test=document_fix
* Fix data type of reverse op in eng doc
test=develop, test=document_fix
* Update API.spec for reverse op
test=develop, test=document_fix
5 years ago
Guo Sheng
dfd1eee7f7
Add seq2seq api related code ( #19820 )
5 years ago
silingtong123
e87cabb7f2
updates document of sequence_softmax, sequence_scatter, sequence_unpad ( #20269 )
5 years ago
silingtong123
eb5c33cb8c
Add uniform random unittest ( #20485 )
...
* test=develop, add unittest of seed failed work
* test=develop, add unittest of seed failed work
5 years ago
silingtong123
d5aa2dd818
fix doc, updates API documents of uniform_random and uniform_random_batch_size_like ( #20316 )
5 years ago
zhang wenhui
b521992041
fix converter , test=develop ( #20522 )
5 years ago
liym27
5219efb14f
fix reshape input(x) error check on float16. test=develop ( #20529 )
5 years ago
Double_V
8299203370
Support reshape_op double gradient ( #20304 )
...
* support reshape doubel grad, test=develop
* fix reshape double grad, pass converage, test=develop
* fix review, test=develop
5 years ago
LielinJiang
faa8e30a14
Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True ( #20421 )
...
* fix_norm_model_average_bug
* test=develop
* refine comment test=develop
* refine comment test=develop
5 years ago
hong19860320
4d0d5e4cc7
refine eng doc for hard_sigmoid op ( #20442 )
...
* refine eng doc for hard_sigmoid op
test=develop
test=document_fix
* refine the description of hard_sigmoid
test=develop
test=document_fix
* update API.spec
test=document_fix
* Refine the decription of parameters of HardSigmoid op
test=develop, test=document_fix
* Update API.spec for hard_sigmoid op
test=develop, test=document_fix
5 years ago
Aurelius84
22823df2e2
enhance embedding error message test=develop ( #20246 )
...
* enhance embedding error message test=develop
* enforce .h error test=develop
* fix unittest code test=develop
* Fix fp16 dtype in embedding test=develop
* add import warnings test=develop
5 years ago
hong19860320
9707ded37e
Fix the error message of assign op ( #20508 )
...
* Fix the error message of assign op
test=develop
* Refine input type checking for assign op
test=develop
* Refine unittest of assign op
test=develop
5 years ago
zhupengyang
3997743a5b
add input type and dtype check, enhance shape error message for concat_op ( #20101 )
...
* add input type and dtype check, enhance shape error message for concat_op
test=develop
* enhance shape check
test=develop
* improve coverage
test=develop
5 years ago
zhupengyang
95524a4d30
fix APIs: relu, relu6, hash ( #20416 )
...
* fix APIs: relu, relu6, hash
test=develop
test=document_fix
* fix relu6 doc
test=develop
test=document_fix
* fix API.spec
test=develop
test=document_fix
* add description link for hash
test=develop
test=document_fix
5 years ago
liuwei1031
70ff903813
improve the doc of data feeder related APIs ( #20515 )
...
* improve data feeder related API
5 years ago
zhaoyuchen2018
057bce4d45
Refine topk stack squeeze api en doc ( #20367 )
...
* Refine topk stack squeeze api en doc
test=develop
test=document_fix
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine api en doc
test=develop
test=decument_fix
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* refine api.spec and returns
test=develop
test=document_fix
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
5 years ago
JesseyXujin
843bdbaae1
add input type and dtype check for accuracy_op ( #20399 )
...
* add input type and dtype check for accuracy_op
* add input type and dtype check for accuracy_op
* modify python error on accuracy_op,add test=develop
* modify details on accuracy_op, test=develop
* test float16, test=develop
* add warning, test=develop
5 years ago
bingyanghuang
a5f530a8f9
Update QAT MKL-DNN readme doc ( #20029 )
5 years ago
chengduo
f23eeeb460
update global scope doc ( #20483 )
...
test=document_fix
5 years ago
lijianshe02
211f5b0319
enhance mul_op input error message test=develop ( #20414 )
...
* enhance mul_op input error message test=develop
5 years ago
hong
a1f54a8935
get shape from var desc to avoid run startup program; test=develop ( #20499 )
5 years ago
wawltor
eb526e3f08
fix sign op input error check on float16 ( #20472 )
...
fix sign op input error check
test=develop
5 years ago
Guo Sheng
101e20e92e
Update some en api docs ( #20496 )
...
* Fix api docs. test=document-fix
* Fix en docs. test=develop
* Fix the doc of dynamic_gru. test=document_fix
* Update API.spec. test=document_fix
* Fix codestyle test=develop, test=document_fix
5 years ago
zhupengyang
200cc5e2ad
fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort ( #20363 )
...
* fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort
test=develop
test=document_fix
5 years ago
GaoWei8
5ea2cc6733
fix API:cos, exp, ceil, elu, brelu English doc ( #20032 )
...
* fix API:cos, exp, ceil, elu, brelu English doc
test=develop
test=document_fix
5 years ago
ruri
e705fede11
refine 13 en docs ( #20312 )
...
* refine 13 en doc
5 years ago
lijianshe02
f0dabe680d
fix read_file, is_empty, Print API EN doc ( #20492 )
...
* fix Print, is_empty, read_file test=document_fix
5 years ago
wopeizl
3044a62f2a
fix the precise roi poop op test=develop ( #20126 )
...
* fix the precise roi poop op test=develop
add roi backward implementation, fix the output-channel
5 years ago
Yiqun Liu
1e59cf97eb
Polish the English documentation DynamicRNN ( #20453 )
...
* Refine the main comment of DynamicRNN.
* Refine the documentation of DynamicRNN's step_input function.
* Refine the documentation of DynamicRNN's static_input function.
* Refine the documentation of DynamicRNN's block function.
* Refine the documentation of DynamicRNN's memory function.
* Refine the documentation of DynamicRNN's update_memory and output function.
* Refine the code format and remove the method list.
* Refine the documentation of DynamicRNN's __call__ function.
test=develop
test=document_fix
* Minor modification.
test=develop
test=document_fix
* Fix some typo.
* Update API.spec.
test=develop
test=document_fix
* Refine the English according to the comments.
* Update API.spec.
test=develop
test=document_fix
* Fix some typo.
* Update API.spec.
5 years ago
Aurelius84
2213ae6bf9
Fix fp16 in input.dtype check in layers.fc ( #20467 )
...
* Add fp16 in input.dtype check test=develop
* Add warning of fp16 in CPU test=develop
* add unittest code for fp16 test=develop
* fix float16 list error test=develop
5 years ago
qingqing01
df3025c3ee
Polish En doc for some APIs. ( #20418 )
...
* Polish En doc for some APIs
* Update some comments and API.spec
5 years ago
wopeizl
6b612a2807
optimize the english description for APIs test=develop test=document_fix ( #20286 )
...
* optimize the english description for APIs test=develop test=document_fix
5 years ago
pkpk
ac0acc7a92
Fix the English document for 1.6 ( #20338 )
...
* test=document_fix
* Update metrics.py
* test=document_fix
* test=document_fix
* test=document_fix
* test=document_fix
5 years ago
FDInSky
0ac08489a9
udpate en doc test=develop, test=document_fix ( #20459 )
5 years ago
GaoWei8
54647a5490
fix GradientClipByNorm english doc ( #20224 )
...
* fix GradientClipByNorm english doc
test=develop
test=document_fix
5 years ago
Wilber
2893cd1ae0
modify english api ( #20159 )
...
* modify english api test=develop test=document_fix
- leaky_relu
- less_than
- log
- logical_and
- logical_or
- logical_xor
- logical_not
5 years ago
Liufang Sang
86c2c362ae
fix fuse_reduce_op quantization bug ( #20306 )
...
* fix fuse_reduce_op quantization bug test=develop
* close fuse_all_reduce_ops in PaddleSlim, test=develop
5 years ago
zhouwei25
b1218d056b
fix English Doc of API:layers.py_func/sum ( #20329 )
...
* fix English Doc of API:layers.py_func/sum
5 years ago
qingqing01
63194d6e67
Enhance InferShape in deformable_conv and prior_box op ( #20372 )
5 years ago
zhongpu
0b321c8a2f
fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop ( #20142 )
5 years ago
wangchaochaohu
508127b180
fix some en doc ( #20281 )
...
* fix some en doc test=develop test=document_fix
* fix new fluid.data API.spec test=develop test=document_fix
* fix typo test=develop, test=document_fix
* fix typo test=develop test=document_fix
* fix typo test=develop test=document_fix
* fix test=develop test=document_fix
* fix according review test=develop test=document_fix
* fix review test=develop test=document_fix
* fix according review advice test=develop test=document_fix
* fix the doc test=develop test=document_fix
* fix API.spec test=develop test=document_fix
5 years ago
zhouwei25
f18231412f
fix English Doc of API:layers.array_read/array_write/array_length ( #20345 )
...
* fix English Doc of API:layers.py_func/sum, test=document_fix
* fix English Doc of API:layers.array_read/array_write/array_length,test=develop test=document_fix
5 years ago
Yuan Shuai
9f4a32fb8f
Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue ( #20279 )
...
* Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue
* add API.spec
5 years ago
Guanghua Yu
bc4c7a9eb6
Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map ( #20405 )
...
* Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map
5 years ago
silingtong123
9ee288ac87
test=develop, fix the parameter seed failed to work ( #20412 )
5 years ago
juncaipeng
5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer ( #20287 )
...
* modify shuffle, firstn, regularizer, load_vars, save_vars, test=develop, test=document_fix
5 years ago