zhaoyuchen2018
32c95f1752
Add StaticRNN.output code example ( #18251 )
...
refine StaticRNN api doc
test=develop
test=document_preview
6 years ago
xiaoting
2f0d68261c
fix yolo_box example,test=develop ( #18247 )
6 years ago
Shuai Yuan
9a32dad811
[DOC] Fix comment code of API create_py_reader_by_data ( #18193 )
...
* [DOC] Fix comment code of API create_py_reader_by_data. test=develop, test=document_preview
* Fix code style of API comment. test=develop,test=document_preview
Fix code style of API comment. test=develop,test=document_preview
* update api spec of api create_py_reader_by_data
* remove default config code. test=develop
* remove useless code. test=develop
* update create_py_reader_by_data api. test=develop
6 years ago
lijianshe02
ff4279e3b2
fix paddle.fluid.layers.io.open_files api doc bug test=develop ( #18203 )
...
* fix paddle.fluid.layers.io.open_files api doc bug test=develop
6 years ago
wangchaochaohu
a9dc534f48
fix API example ( #18153 )
...
* API.spec test=develop
* update
* update test=develop
* update test=develop
* update
* update test=develop
* update test=develop
* update test=develop
* update test=develop
* update test=develop
* test=develop
* update
* update test=develop
* update test=develop
* fix test=develop
6 years ago
翟飞跃
802ea50956
fix spelling errors ( #17941 )
...
* fix spelling errors; test=develop
* Update API.spec
update md5
* Update API.spec
* change the order of api;test=develop
6 years ago
zhoukunsheng
0569ff78fa
Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag ( #18167 )
...
* test=develop
fix greater_than, greater_equal, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag doc example
* test=develop
fix API.spec conflict
6 years ago
Huihuang Zheng
bbc292920c
Fix API example code ( #18176 )
...
The fixed APIs:
6 Methods in paddle.fluid.io.PyReader
paddle.fluid.layers.Preprocessor
paddle.fluid.layers.py_reader
paddle.fluid.io.save_params
paddle.fluid.io.save_persistables
test=develop
test=document_preview
6 years ago
lvmengsi
d658f1133b
Fix doc for transpose, conv3d and batch_norm. ( #18035 )
...
* update some op doc, test=develop
6 years ago
FlyingQianMM
ff83655f7e
add detection output operator for supporting retinanet ( #17896 )
...
* test=develop
add detection output for supporting retinanet
* test=develop
add test_layers.py
* test=develop
add API.spec
* test=develop
alter test_retinanet_detection_output.py
* test=develop
alter round 2
* test=develop
alter retinanet_detection_output
* test=develop
alter paddle/fluid/API.spec
* test=devlop
alter detection.py
* test=develop
alter retinanet_detection_output
* test=develop
alter paddle/fluid/API.spec
* test=develop
alter detection.py
* test=develop
alter API.spec
* test=develop
alter retinanet_detection_output
* test=develop
alter paddle/fluid/API.spec
* test=develop
alter python/paddle/fluid/tests/unittests/test_retinanet_detection_output.py
* test=develop
alter python/paddle/fluid/tests/unittests/test_retinanet_detection_output.py
* test=develop
fix grammer error
* test=develop
fix grammer error
* test=develop
fix grammer error
* test=develop
alter python/paddle/fluid/tests/unittests/test_layers.py
* test=develop
alter paddle/fluid/API.spec
6 years ago
FlyingQianMM
0aee1f0074
add sigmoid focal loss operator for supporting retinanet ( #17895 )
...
* test=develop
add sigmoid_focal_loss for supporting retinanet
* test=develop
add test_layers
* test=develop
add API.spc
* test=develop
alter sigmoid_focal_loss_op.cc
* test=develop
alter detection.py
* test=develop
alter API.spec
* test=develop
alter round 1
* test=develop
alter simooid_focal_loss
* test=develop
alter sigmoid_focal_loss_op.cc
* test=develop
alter test_layers.py
* test=develop
alter paddle/fluid/API.spec
* test=develop
alter sigmoid_focal_loss_op.cu
* test=develop
alter paddle/fluid/operators/detection/sigmoid_focal_loss_op.cc
6 years ago
FDInSky
9e4b9d9798
Update generate_proposal_labels_op to support CascadeRCNN. ( #17200 )
...
* Update generate_proposal_labels_op to support CascadeRCNN.
6 years ago
FlyingQianMM
9ed2f936f1
add target assign operator for supporting retinanet ( #17893 )
...
* test=develop add target assign for retinanet
* test=develop
run ci
* test=developp
add test_layers
* test=develop
add APi.spec
* test=develop
alter round 1
* test=develop
alter rpn_target_assign_op.cc
* test=develop
alter test_rpn_target_assign_op.py
* test=develop
alter rpn_target_assign_op.cc
* test=develop
alter API.spec
* test=develop
alter paddle/fluid/operators/detection/rpn_target_assign_op.cc
* test=develop
alter rpn_target_assign_op.cc
* test=develop
alter python/paddle/fluid/layers/detection.py
* test=develop
alter paddle/fluid/API.spec
6 years ago
chengduo
24e988a471
Fix bug of scope_buffered_ssa_graph_executor ( #18100 )
...
* fix code bug
test=develop
6 years ago
qingqing01
e81756f1ba
Hidden paddle.fluid.layers.detection_map. ( #18033 )
...
* Remove layers.detection_map API
* Since uers can use fluid.metrics.DetectionMAP to calculate mAP of current-batch and cumulative-batch. layers.detection_map only can calculate cur-batch mAP.
6 years ago
Guo Sheng
a06b316b94
Fix GetExpectedKernelType of add_position_encoding_op ( #17935 )
...
* Fix the GetExpectedKernelType of add_position_encoding_op.
test=develop
* Fix the doc of lstm_unit outputs in nn.py.
test=develop
6 years ago
wawltor
8eb134c3c1
Fix scatter and gather op when has duplicate index ( #17952 )
...
* test=develop
The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
* test=develop
Fix some code format problem, and the same time add the test case in gather and scatter op
6 years ago
ruri
9d6640ff44
Fix edit distance doc ( #17947 )
...
* fix im2sequence padding bug, test=develop
* fix edit_distance, test=develop
* add API.spec,test=develop
6 years ago
Zeng Jinle
a1bdf25ecb
Add shape not match doc to data layer ( #17936 )
...
* add shape not match doc to data layer, test=develop
* fix API.spec md5
test=develop
6 years ago
cjt222
871af28d6c
add deformable psroi pooling ( #17827 )
...
* add deformable psroi pooling
* test=develop
* test=develop
* test=develop
modify format
* fix bug
* test=develop run ci
* test=develop
add API.spec
* add test_layers.py
* run ci again
* test=develop
run ci again
* run ci again
* test=develop
run ci again
* test=develop
run ci again
* test=develop
run ci again
* add space between two lines
* test=develop
add space between two lines
* test=develop
add space between lines
* test=develop
modify comment in nn.py
* test=develop
add space between two lines
* test=develop
add space between two lines
* update API.spec
* run ci again
* test=develop
run ci again
* rerun ci
* test=develop
rerun ci
* change input shape
* run ci
* test=develop
run ci
* modify format of nn.py
* test=develop
* test=develop
* test=develop
update API.spec
* test=develop
fix API doc
* modify API comment
* modift API comment
* test=develop
update API.spec
* test=develop
modify comment
* test=develop
modift comment
* test=develop
modift comment
* test=develop
update API.spec
* test=develop
modify comment
* test=develop
add inference in nn.py
* test=develop
update API.spec
* test=develop
resolve confict
* test=develop
update API.spec
6 years ago
SunGaofeng
40885c225b
add unfold op (new op),test=develop ( #17944 )
...
* add unfold op
test=develop
* fix divide bug in python3 when calculating output width and height
test=develop
* add name=None in python api, move redundant code into inline function
* try to trigger ci for this code
test=develop
6 years ago
SunGaofeng
3559e5a3fa
fix bug when iterate in locals_var.items() in python3 ( #17948 )
...
test=develop
6 years ago
zhaoyuchen2018
3847d9fc2c
refine sum stack api doc ( #17923 )
...
test=develop
6 years ago
Yibing Liu
33d1e56506
Enable seq_pool op to accept len 0 input ( #17284 )
...
* Enable seq_pool op to accept len 0 input
test=develop
* Update sequence_pool's api
test=develop
* Add more unittest cases for seq_pool op
test=develop
* Remove legacy comments
test=develop
* Don't use template in op maker
test=develop
6 years ago
Hongyu Liu
b888a4c57c
fix regularizer lod bug ( #17848 )
...
* fix regularizer lod bug; test=develop
* fix exception bug and one_hot expand; test=develop
6 years ago
Hongyu Liu
8062bd510c
Reshape support tensor attribute ( #17781 )
...
* add reshape support tensor; test=develop
* fix reshape bug; test=develop
* change reshape attribute default value; test=develop
* fix reshape input name; test=develop
* fix reshape unitest; test=develop
* check dim tensor shape; test=develop
6 years ago
jerrywgz
5e4f99dd74
refine doc for prelu ( #17810 )
...
* refine doc for prelu
6 years ago
tensor-tang
557452e778
update and polish hash op doc ( #17809 )
...
* update and polish hash op doc
test=develop
* update api spec
test=develop
6 years ago
jerrywgz
92d9bdfce2
fix api doc in slice op, test=develop ( #17804 )
6 years ago
Hongyu Liu
dfec676270
expand op supprt tensor attribute ( #17773 )
...
* expand support tensor attribute; test=develop
* fix bug ; test=develop
* fix uni test bug; test=develop
* fix copy bug; test=develop
* refine expand_times default value; test=develop
6 years ago
Hongyu Liu
82358bfdc1
ont hot support tensor depth ( #16972 )
...
* support some input tensor remain on cpu; test=develop
* fix input = none; test=develop
* fix unfound bug; test=develop
* fix proto None case; test=develop
* fix bug; test=develop
* fix proto null bug; test=develop
* remove conv check; test=develop
* fix test bug; test=develop
* move fill constant; test=develop
* no change in proto; test=develop
* fix bug; test=develop
* change attr detph name; test=develop
* remove remain cpu; test=develop
* fix bug; test=develop
* merge develop; test=develop
* fix one_hot bug; test=develop
* fix bug; test=develop
* fix bug; test=develop
* fix bug; test=develop
* fix python api bug; test=develop
6 years ago
Huihuang Zheng
931698a54a
Modify doc of program_guard, py_reader, data, and clone ( #17727 )
...
Note the append_batch_size variable is doing prepend. We should
change the name, but due to backward compatibility, I suggest to
change at v2.0. Not now.
test=develop
6 years ago
hong19860320
68dcb1bd7b
fix API examples of assign, reverse and array_write, etc. ( #17287 )
...
* fix API examples of assign, reverse and array_write
test=develop
* update API.spec
test=develop
* update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros
* update API.spec for assign, reverse and array_write, etc.(#17287 )
* test=develop
6 years ago
Bai Yifan
bba57cdd82
Add deformable conv v2 op,test=develop ( #17145 )
...
* unit commits, test=develop
* update API.spec, test=develop
6 years ago
Hongyu Liu
aca53535e0
fix bug; test=develop ( #17733 )
6 years ago
wangchaochaohu
bd48950c7e
fix paddlepaddle API examples ( #17306 )
...
* API.spec test=develop
* update
* update test=develop
* update test=develop
* update
* update test=develop
* update test=develop
* update test=develop
* update test=develop
* update test=develop
* test=develop
* update
* update test=develop
* update test=develop
6 years ago
Zhaolong Xing
a9a531fa5f
Refine python api code example note: ( #17369 )
...
* fix:
1. infernce multi card occupy
2. facebox model inference occupy too much
test=develop
* refine python api comments: shuffle, while, scale, sampled_softmax_with_cross_entropy, scatter,
round, sin, sqrt, shape, split, soft_relu, slice, selu, ifelse, switch.
test=develodp
* fix conflict error.
test=develop
6 years ago
ruri
1735ed324e
fix im2sequence padding bug, test=develop ( #17660 )
...
fix im2sequence padding bug
6 years ago
石晓伟
acbb4bf38d
update python API examples ( #17351 )
...
* update python APIs
test=document_preview test=develop
* update API.spec
test=document_preview
test=develop
* update merge_selected_rows
* update API.spec
test=document_preview
test=develop
* update API.spec
test=document_preview
test=develop
* fix the comment of less_than
test=develop
test=document_preview
* update API.spec
test=develop
test=document_preview
* update API.spec
test=develop
test=document_preview
* update API.spec
test=develop
test=document_preview
* update API.spec
test=develop
* update API
test=develop
6 years ago
Shuai Yuan
41f1186c6b
[DOC][PYTHON] Fix api docs, test=develop, test=document_preview ( #17629 )
...
* [DOC] Fix api docs, test=develop, test=document_preview
* [DOC] Fix api annotation: fluid.layers.tensor_array_to_tensor. test=develop, test=document_preview
* test=develop, test=document_preview
update MD5 of tensor_array_to_tensor
6 years ago
wopeizl
058f1f1e1b
fix the api example for create_global_var, create_parameter, SGDOptim… ( #17371 )
...
* fix the api example for create_global_var, create_parameter, SGDOptimizer, RMSPropOptimizer, MomentumOptimizer, LarsMomentumOptimizer, FtrlOptimizer
test=develop
* add example for adamoptimizer
fix API.spec
test=develop
* test=develop
* test=develop
6 years ago
Bai Yifan
bbd6e438fc
fix conflicts,test=develop ( #17186 )
6 years ago
bdzhuxiaoning
9f85afb7b6
test=develop ( #17643 )
6 years ago
Zeng Jinle
887a39f050
Fix dygraph unique name bug ( #17592 )
...
* fix unique_name growth bug in dygraph mode,test=develop
* change generate_tmp to generate_with_ignorable_key,test=develop
6 years ago
Hongyu Liu
cbaf9e5344
Fix api example [ lstm, sequence_enumerate, sequence_expand,sequence_expand_as ] ( #17210 )
...
* fix example; test=develop
* fix api spec; test=develop
* fix api spec; test=develop
* add doc check
test=develop
test=document_preview
* test=develop,test=document_preview
add blank line to fix format, add one more "import"
* fix bug; test=develop
* fix bug; test=develop
6 years ago
Guo Sheng
2a7b321110
Fix the example code in some Python API. ( #17343 )
...
* Fix the example code in some Python API.
test=develop
* Fix the example code in some Python API by adding import.
test=develop
6 years ago
chengduo
b5f4d5ed0e
Add broadcast operators ( #17503 )
...
* This PR adds broadcast for multi-process. And it could be used in dynamic graph to broadcast parameters.
6 years ago
flame
2280f185d7
BuildStrategy api comment ( #17348 )
...
Python examples of fluid.layers.io.double_buffer and some BuildStrategy's methods.
6 years ago
Kaipeng Deng
cf60e5a2db
fix API python example ( #17226 )
...
* fix api example. test=develop
* fix API.spec. test=develop
* fix spectral_norm format. test=develpp
* merge develop
* add import. test=develop
* fix indent. test=develop
* fix indent. test=develop
* add import fluid. test=develop
6 years ago
zhang wenhui
9bb6a421e3
fix bpr_loss data_norm teacher_student_sigmoid_loss api & fix continuous_value_model ( #17331 )
...
* fix bpr data_norm teacher_student_sigmoid , test=develop test=document_preview
修复了bpr_loss data_norm teacher_student_sigmoid_loss三个api, 同时修复了continuous_value_model文档英文拼写错误
6 years ago
lijianshe02
300bd7504d
fix api-doc related bugs test=develop test=document_preview ( #17360 )
...
* fix api doc according to the reviewer's comment test=develop
6 years ago
Yiqun Liu
cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN ( #17308 )
...
* Fix examples of fluid.layers.sums.
test=document_preview
* Correct the example of DynamicRNN and its functions.
test=develop
* Add 'import paddle.fluid as fluid' to examples.
test=develop
* Update API.spec.
test=develop
* Add space lines.
test=develop
* Update the API.spec.
test=develop
6 years ago
zhaoyuchen2018
dfdcd91869
Add api doc code examples ( #17285 )
...
* Add api doc code examples
add or fix topk, squeeze, stack, StaticRNN,
StaticRNN memory in doc
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Add squeeze md5.
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Add import package
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
Zeng Jinle
9eb19df266
fix uniform_random op,test=develop ( #17492 )
6 years ago
JesseyXujin
829fcc98fb
Fix some APIs' example
...
* test=develop
* test=develop
* test=develop
6 years ago
jerrywgz
1c6d064627
add collect fpn proposals op,test=develop ( #16074 )
...
* add collect fpn proposals op,test=develop
6 years ago
zhoukunsheng
2ff7ea3337
Expose sign op ( #17117 )
...
* test=develop
add sign op
* Update nn.py
test=develop
delete stop_gradient assignment
6 years ago
qingqing01
1d0ba5e815
Fix the example code in some Python API ( #17333 )
...
* Fix the example code in some Python API
* Update paddle/fluid/API.spec
* Fix some examples format
6 years ago
zhoukunsheng
d4b67e1692
Add Where Op( #16793 )
6 years ago
zhoukunsheng
1bfff02047
Add Diag Op( #17027 )
6 years ago
SunGaofeng
ddb24d48c5
test=develop ( #17322 )
6 years ago
xiaoting
50ad9046c9
add import, test=develop ( #17229 )
6 years ago
zhoukunsheng
4292bd8687
Mod floordiv ( #17251 )
...
* test=develop
add elementwise_mod and elementwise_floordiv, fix equation problem in elementwise_mod
6 years ago
xiaoting
9ed4aaada4
modified formula for Lrn ( #17281 )
...
* modified formula for lrn
test=develop
* modified api.spec
test=develop
6 years ago
lvmengsi
dab71e8d97
Fix api example ( #17231 )
...
* fix API examples, test=develop
6 years ago
Huihuang Zheng
648320bb6c
Fix some data and reader related API code ( #17202 )
...
* Fix data and reader related api doc
* Fix data and reader related api doc
Review and fix the example code in some reader related API doc.
These APIs are:
Fix existing API example codes:
paddle.fluid.io.PyReader
paddle.fluid.layers.batch
paddle.fluid.layers.data
paddle.fluid.layers.Preprocessor
paddle.fluid.layers.py_reader
paddle.fluid.program_guard
Add new example codes:
paddle.fluid.io.PyReader.decorate_batch_generator
paddle.fluid.io.PyReader.decorate_sample_generator
paddle.fluid.io.PyReader.decorate_sample_list_generator
paddle.fluid.io.PyReader.reset
paddle.fluid.io.PyReader.start
test=develop
* Add changes to API.spec after changing doc.
test=develop
* Add blanks after python example code
test=develop
* Add blank line at py_reader example code
test=develop
* Merge API.spec
test=develop
* Modify reader.py based on reviewer's comment
test=develop
* Modify API.spec after changing doc
test=develop
* Change reader.py based on reviewer's comment
* Modify example code of decorate_sample_generator
test=develop
* Fix example code of PyReader based on reviewer
test=develop
6 years ago
Tao Luo
8b62f53719
fix nn.py lack of `import warnings` ( #17249 )
...
test=develop
6 years ago
tensor-tang
71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations ( #17235 )
...
* fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations funcs with no attrs
test=develop
* refine doc example code
test=develop
* remove >>> in doc example
test=develop
* refine python code block
test=develop
* update API spec
test=develop
6 years ago
Kaipeng Deng
a71d8fdb87
Softmax_cross_entropy op add axis ( #16806 )
...
* add attr axis infershape. test=develop
* add CUDA kernel. test=develop
* fix unittest. test=develop
* fix unittest for soft_label. test=develop
* fix fp16 unittest. test=develop
* remove comment code. test=develop
* refine test for axis. test=develop
* add python api. test=develop
* fix doc. test=develop
* fix fp16 unittest. test=develop
* fix ngraph test. test=develop
* fix ENFORCE for test_imperative_transformer. test=develop
* fit for ngraph test. test=develop
* fix after rebase develop. test=develop
* fix doc. test=develop
* fix API.spec. test=develop
* fix test_layers. test=develop
* fix format. test=develop
6 years ago
Tao Luo
16922e0093
fix api_example of tree_conv ( #17239 )
...
test=develop
6 years ago
jerrywgz
ef66baedc0
Refine api doc ( #17230 )
...
* refine api comment, test=develop
6 years ago
Yibing Liu
6b0f27e802
Fix some APIs' example ( #17214 )
6 years ago
ruri
5817077c99
Fix unexecutable API examples ( #17218 )
...
* fix unexecutable API comments, test=develop
* add API.spec,test=develop
6 years ago
jerrywgz
cc95a7516c
fix distribute fpn proposals, test=develop ( #16152 )
...
* fix distribute fpn proposals, test=develop
6 years ago
Lfc1993
aa5307ce5b
fix python3 run_time_error in ops. test=develop ( #17170 )
...
fix python3 run_time_error in layers.ops caused by locals()
6 years ago
Lfc1993
626922d3cd
fix run_time_error in uniform_random. test=develop ( #17152 )
...
fix runtimeerror : dictionary changed size during iteration when calling uniform_random in python3+
6 years ago
Zeng Jinle
28d69d710a
Refine dropout gpu memory ( #17095 )
...
* refine_dropout_mem,test=develop
* # This is a combination of 14 commits.
# The first commit's message is:
remove ut test_dist_word2vec in mac ci, will fix it in private, test=develop (#17066 )
# This is the 2nd commit message:
Fleet unify distributed training (#16791 )
* implement distributed transpiler with fleet
# This is the 3rd commit message:
ParallelDyGraph with GPU collective mode (#16827 )
implement dygraph.parallel.DataParallel to hook reduce op.
# This is the 4th commit message:
Init mixed precision training interface (#16856 )
* Init mixed precision training interface
* Add fp16 test script
test=develop
* All initializers support float16
test=develop
* Code cleanup & add more code annotations
test=develop
* Update API spec
test=develop
* Add usage example in doc
test=develop
# This is the 5th commit message:
fix reference_count_pass,test=develop (#17060 )
test=develop
# This is the 6th commit message:
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090 )
* Cache the information of linear interpolation in forward and use it in backward.
test=develop
* Fix cuda kernel.
test=develop
# This is the 7th commit message:
remove unnecessary prepare_data (#17080 )
test=develop
# This is the 8th commit message:
fix interpolate cu. test=develop (#17101 )
# This is the 9th commit message:
test=develop, double backward leaky_relu (#17067 )
backward of backward: leaky_relu
# This is the 10th commit message:
fix fuse optimizer ops (#17102 )
test=develop
# This is the 11th commit message:
truncated_gaussian_random supported in distributed training, test=develop (#17091 )
# This is the 12th commit message:
Detailed coordinate description for yolov3 loss (#17007 )
* Detailed coordinate description for yolov3 loss
test=develop
* modified api.spec
test=develop
* modified loss name
* fix api.spec
test=develop
* polish description
test=develop
* modified api.spec
test=develop
# This is the 13th commit message:
fix test_weight_decay (#17109 )
test=develop
# This is the 14th commit message:
Path flag (#17105 )
* fix python/paddle/fluid/__init__.py detecting problems
6 years ago
xiaoting
7da7881c0e
Detailed coordinate description for yolov3 loss ( #17007 )
...
* Detailed coordinate description for yolov3 loss
test=develop
* modified api.spec
test=develop
* modified loss name
* fix api.spec
test=develop
* polish description
test=develop
* modified api.spec
test=develop
6 years ago
whs
55ce36e981
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward ( #17090 )
...
* Cache the information of linear interpolation in forward and use it in backward.
test=develop
* Fix cuda kernel.
test=develop
6 years ago
Yan Xu
0b07eef118
ParallelDyGraph with GPU collective mode ( #16827 )
...
implement dygraph.parallel.DataParallel to hook reduce op.
6 years ago
tink2123
5e216fcf1a
fix split
...
test=develop
6 years ago
Zeng Jinle
24923f7604
fix py_reader demo ( #16997 )
...
test=develop
6 years ago
Yibing Liu
36c05d36ab
Check some shapes only in runtime ( #16919 )
...
* Check some shapes only in runtime
test=develop
* Follow review comments
test=develop
* Update API spec
6 years ago
Kaipeng Deng
5d45eb06f9
Merge pull request #16858 from heavengate/fix_yolo_param
...
Fix yolo param
6 years ago
xiaoting
ccc3bd70c1
polish doc for uniform_random and multi_box_head ( #16864 )
6 years ago
Hongyu Liu
0701c2db47
Merge pull request #16518 from zhoukunsheng/rsqrt
...
Rsqrt
6 years ago
Hongyu Liu
bbcfa8ffb2
Merge pull request #16493 from zhoukunsheng/zeros_like
...
Zeros like
6 years ago
zhoukunsheng
f9223c5fa9
Logical compare ( #16513 )
...
* test=develop
update API.spec with hash, resolve conflict
* remove unused parameter
6 years ago
wopeizl
0114f1d65a
give the output value to keep consistant with document test=develop ( #16740 )
6 years ago
liuwei1031
072db0938b
optimize lstmp and sample_logits op, test=develop ( #16845 )
...
* optimize lstmp and sample_logits op, test=develop
* update op_use_default_grad_op_maker.spec, test=develop
* delete useless file,test=develop
* append 0 to dim variable to avoid memory reusage, test=develop
6 years ago
Jiabin Yang
84b7a7291e
test=develop, fix hsigmoid dereference nullptr ( #16769 )
...
* test=develop, fix hsigmoid dereference nullptr
* test=develop, refine condition
* test=develop, refine comments
6 years ago
colourful-tree
434caab21b
Merge pull request #16741 from colourful-tree/dev
...
add continuous value model op
6 years ago
dengkaipeng
7b1702d9a1
fix unittest and API.spec. test=develop
6 years ago
dengkaipeng
b20b27f0f7
fix yolov3_loss param name. test=develop
6 years ago
heqiaozhi
aab9ea6ccb
out && commit id
...
test=develop
6 years ago
chengduo
c62674f475
Refine StaticRnn ( #16707 )
...
* enable recurrent op test=develop
6 years ago
heqiaozhi
759940786e
Merge remote-tracking branch 'upstream/develop' into dev
...
test=develop
6 years ago
zhoukunsheng
380df8281f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
heqiaozhi
85a0746e9d
fix doc
...
test=develop
6 years ago
heqiaozhi
271532eb5e
fix doc
...
test=develop
6 years ago
heqiaozhi
bc7b3a6147
fix doc
...
test=develop
6 years ago
zhoukunsheng
2b2b4ca21e
Merge branch 'develop' into rsqrt
6 years ago
Hongyu Liu
e2897ba13a
Merge pull request #16432 from zhoukunsheng/linspace
...
add linspace op
6 years ago
Hongyu Liu
283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
...
Rank
6 years ago
Hongyu Liu
afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
...
add reduce_all, reduce_any op
6 years ago
ruri
39d6a985bc
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle ( #16763 )
...
* fix some comments, include cosine_decay,l2_normalize,pixel_shuffle
* Add api.spec, test=develop
* update api.spec, test=develop
* add api.spec,test=develop
* test=develop
* test=develop
* fix conflict,test=develop
6 years ago
Wu Yi
8b58732013
remove append_LARS not used api test=develop ( #16703 )
6 years ago
lujun
9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
...
Move dygraph api to root
6 years ago
Kaipeng Deng
ed97156461
Merge pull request #16439 from heavengate/resize_scale
...
add attr scale. test=develop
6 years ago
heqiaozhi
54dddee37e
add continuous value model op
...
test=develop
6 years ago
lujun
14db0680c0
merge conflict, test=develop
6 years ago
lujun
92c8ac8a74
merge conflict, test=develop
6 years ago
minqiyang
2e0b871320
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
ruri
229dc93277
Add Pixel shuffle OP ( #15782 )
...
* add pixel_shuffle op
* add pixel_shuffle op, test=develop
* rewrite code, test=develop
* delete useless comment, test=develop
* Refine pixel_shuffle_op and unit testing
* refine code,test=develop
* refine .cu,test=develop
* fix unittest,test=develop
* Fix unit testing
test=develop
* resolve conflict, test=develop
* fix test, test=develop
* fix API, test=develop
* fix test datatype bug,test=develop
* polish comments,test=develop
* add API,test=develop
* test=develop
* Add Pixel_Shuffle OP,test=develop
* support python3,test=develop
* add include memory to travis CI bug,test=develop
6 years ago
lujun
01f4f2d7e4
merge confict, test=develop
6 years ago
minqiyang
e377d75977
Add UT for most layers without params
...
test=develop
6 years ago
dengkaipeng
c7876e8c46
fix format. test=develop
6 years ago
dengkaipeng
be3eedcc4a
fix out_h/out_w calc when out_shape is Variable. test=develop
6 years ago
zhoukunsheng
5edf4fb4fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
47a5eec87d
improve comment
6 years ago
zhoukunsheng
68f887aab3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng
b2cdadd700
improve comment
6 years ago
zhoukunsheng
315176c65b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
6 years ago
dengkaipeng
8b76e005f2
fix doc out_shape. test=develop
6 years ago
Qiyang Min
d8d73ff3db
Merge pull request #15584 from velconia/imperative_lr_scheduler
...
Support imperative learning rate scheduler
6 years ago
qingqing01
1ebd7434d5
Add linear learning warmup method in learning rate scheduler. ( #16563 )
...
* Add linear learning warmup method
This warmup lr can be combinated with other learning rate strategies.
For example:
decayed_lr = fluid.layers.linear_lr_warmup(
fluid.layers.piecewise_decay(boundaries, lr_steps),
warmup_steps, start_lr, end_lr)
6 years ago
zhaoyuchen2018
0b0abdbcd4
Merge pull request #16041 from zhaoyuchen2018/docrefine
...
Fix document array_read code error
6 years ago
Kaipeng Deng
3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
...
KL div loss: add kldiv_loss op
6 years ago
Kaipeng Deng
54474637ae
Merge pull request #16057 from heavengate/softmax_axis
...
Add attr 'axis' for softmax
6 years ago
Kaipeng Deng
63ac947e2f
Merge pull request #16135 from heavengate/shift
...
Add temporal_shift op for TSM model
6 years ago
dengkaipeng
737ea825ac
fix doc. test=develop
6 years ago
minqiyang
64b0929417
Polish code
...
test=develop
6 years ago
zhoukunsheng
5284213942
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
minqiyang
fb7c787d34
Fix conflicts
...
test=develop
6 years ago
minqiyang
3e57981294
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
zhoukunsheng
3c4f5f0368
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
f32c125e81
clarify comment
6 years ago
lujun
d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
...
refine multiplex-doc
6 years ago
zhoukunsheng
b06e9b773d
test=develop
...
add rank op
6 years ago
lujun
1c9aaeebe0
move imperative to dygraph, test=develop
6 years ago
zhoukunsheng
2f9e562100
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
082822d417
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
zhoukunsheng
c47f3cc7fe
test=develop
...
add rsqrt op
6 years ago
dengkaipeng
8160a66193
fix doc priority. test=develop
6 years ago
dengkaipeng
193185b840
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
6 years ago
minqiyang
48f3cbdf55
Polish code
...
test=develop
6 years ago
minqiyang
35c89f38c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
Jiabin Yang
e41d581304
test=develop, fix space_to_depth_doc ( #16293 )
...
* test=develop, fix space_to_depth_doc
* test=develop, refine indent
* test=develop, refine code
* test=develop, add api spec
6 years ago
zhoukunsheng
874b5d8362
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
263ff731eb
add more comment
6 years ago
zhoukunsheng
83c7bca13f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
e3f1556e4d
fix comment format error
6 years ago
zhoukunsheng
a55111b869
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng
848ec97ab3
test=develop
...
add zeros_like op
6 years ago
chengduo
999365149d
Add from six.moves import reduce ( #16435 )
...
test=develop
6 years ago
minqiyang
99128a5c72
Implement Cosine and Noam Decay
...
test=develop
6 years ago
minqiyang
ec9c0874bc
Implement Expotential NatureExp Inversetime and Polynomal Decay
6 years ago
dengkaipeng
eb2123e12d
fix doc and jit. test=develop
6 years ago
lujun
3f8b2f5ff5
fix multiplex doc, test=develop
6 years ago
minqiyang
b5bbb13ac1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
6 years ago
dengkaipeng
243584cfbb
fix test_layers. test=develop
6 years ago
Jiabin Yang
f735102eab
add layer norm to Layers, add transformer test in imperative mode ( #16092 )
...
* add layer norm to Layers, add transformer prepare encoding
* little change
* finish encoder part
* add decoder part
* finish model part
* add test case and part of data feed
* add transformer test
* add to_parameter, add remove in set_attr
* test=develop, fix pos encoding bug, create_parameter with stantard name
* test=develop, rm dropout test in imperative
* test=develop, fix cpu error
* test=develop, fix minize bug
* test=develop, fix one hot not stop gradient
* test=develop, fix one hot not stop gradient
* test=develop, refine parameter name
* test=develop, fix transformer test in imperative mode
* test=develop, fix transformer test in imperative mode
* test=develop, fix boost and mkl download error
* test=develop, fix boost and mkl download error
* test=develop, fix ci and refine code
* test=develop, fix ci and refine code
6 years ago
zhaoyuchen2018
cdb315e9d8
Merge branch 'develop' into docrefine
6 years ago
dengkaipeng
cfef382a85
fix format. test=develop
6 years ago
Zeng Jinle
4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
...
Try to decouple reader with program_desc
6 years ago
whs
e9bec9369b
[slim] Add quantization strategy and distillation strategy. ( #16408 )
...
* Add fsp operator.
1 Add unitest.
2. Add python API.
3. Add layer test.
* Add quantization strategy.
1. Add API.
2. Add unitest.
* Add distillatoin strategy.
* Add unitest config file for quantization
* Fix Copyright
test=develop
* Fix setup.py
* Fix document of layers.py.
test=develop
* Fix unitest in python3.
test=develop
* Fix documents.
test=develop
* 1. refine fsp op by batched gemm
2. remove unused import
test=develop
* Fix test_dist_se_resnext.
1. disable test distillation.
2. reset framework.py
test=develop
* Enable unitest of distillation after fixing Block._clone_variable
test=develop
* Fix cdn issue.
test=develop
6 years ago
zhoukunsheng
d3d31a5894
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
43060084a4
test=develop
...
add linspace, modify interface comments in tensor.py, merge with develop branch
6 years ago
zhoukunsheng
8e9ebebcef
test=develop
...
add linspace op
6 years ago
dengkaipeng
cfda1fdea7
add attr scale. test=develop
6 years ago
sneaxiy
2f54d9f995
Merge develop
...
test=develop
6 years ago
whs
18779b5b8f
[Operator] Add range op. ( #15431 )
...
* Add range op.
test=develop
* Add more unitests.
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
6 years ago
qingqing01
5d6737b5cb
Fix bug in affine_channel API ( #16373 )
6 years ago
phlrain
686b8935fe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_floordiv_and_mod
6 years ago
Hongyu Liu
8c81d9949e
Merge pull request #16347 from phlrain/fix_matmul_check
...
fix matmul shape check
6 years ago
qingqing01
d2b938ef5a
Refine gradient proto maker and python API for affine_channel_op ( #16340 )
...
* Rewrite gradient ProtoMaker for affine_channel_op to remove the Output as the input.
* Add act in Python API to make the act can be in-place by layer_help.py
6 years ago
phlrain
0e40298949
fix matmul shape check; test=develop
6 years ago
phlrain
56c2d384c7
add elementwise floordiv, mod; test=develop
6 years ago
ruri
09e05a110b
Merge pull request #16217 from ceci3/doc
...
fix formula in dropout
6 years ago
zhoukunsheng
2c3e4c1888
test=develop
...
add reduce_all, reduce_any op
6 years ago
Wu Yi
6382b62f6b
Collective ops ( #15572 )
...
* wip allreduce in op
* wip
* wip
* wip
* wip adding test
* wip for conflict with mp mode
* fix tests test=develop
* fix cpu build test=develop
* fix travis clang format test=develop
* fix cpu build test=develop
* update api.spec test=develop
* delete comment test=develop
* fix cpplint test=develop
* fix test=develop
* follow comment test=develop
* add file test=develop
* fix build test=develop
* update test=develop
* to be compatible with sync_bn, and fix mp mode in develop test=develop
6 years ago
whs
18911b6eea
[enhence] Make step_input of dynamic_rnn support custom lod level. ( #15972 )
...
* Make step_input support custom lod level.
test=develop
* Fix API.spec
test=develop
* Fix API.spec.
test=develop
* Fix API.spec
test=develop
* Add default value in document of step_input.
test=develop
* Fix document.
test=develop
* Fix API.spec
test=develop
6 years ago
ceci3
27f7a72641
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
6 years ago
ceci3
3f5f5ed361
fix dropout doc
6 years ago
sneaxiy
3a09693f5c
change API name
...
test=develop
6 years ago
dengkaipeng
8b88960dce
fix doc. test=develop
6 years ago
dengkaipeng
2ddd23dac8
fix format. test=develop
6 years ago
dengkaipeng
217db27337
add mkldnn support. test=develop
6 years ago
sneaxiy
161b8ddcaa
Merge develop
6 years ago
Xin Pan
3e9319f3ab
add more imperative layer tests.
...
test=develop
6 years ago
Xin Pan
7458114b5b
Merge pull request #16228 from panyx0718/imperative
...
graph neural network for imperative mode
6 years ago
dengkaipeng
a6daf6fe5f
add doc param name. test=develop
6 years ago
Tao Luo
38898c2808
Merge pull request #16212 from Aurelius84/develop
...
improve layers.fc api doc
6 years ago
Xin Pan
50ff898378
graph neural network for imperative mode
...
test=develop
6 years ago
Kaipeng Deng
74037cc1c8
Merge branch 'develop' into yolo_box
6 years ago
Xin Pan
92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
...
Yolov3 loss: add mixup score and label smooth
6 years ago
Aurelius84
6cfd20dea8
fix words spell error test=develop
6 years ago
ceci3
cd82e2b03b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
6 years ago
ceci3
ede33c6260
fix formula in dropout
6 years ago
qingqing01
8ad672a287
Support sync batch norm. ( #16121 )
...
* Support Sync Batch Norm.
* Note, do not enable it in one device.
Usage:
build_strategy = fluid.BuildStrategy()
build_strategy.sync_batch_norm = True
binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
loss_name=loss_mean.name,
build_strategy=build_strategy)
6 years ago
Aurelius84
a59b7d47a8
improve layers.fc api doc test=develop
6 years ago
sneaxiy
3e03695629
fix numeric error
...
test=develop
6 years ago
sneaxiy
5a92e4c097
revert revert 16144
...
test=develop
6 years ago
Zeng Jinle
a91964c8fe
Revert "PaddingRNN model memory optimize"
...
test=develop
6 years ago
Zeng Jinle
0b49e43d3a
Merge pull request #16144 from sneaxiy/rnn_mem_opt
...
PaddingRNN model memory optimize
6 years ago
sneaxiy
ac0e0f5181
merge develop
...
test=develop
6 years ago
Kaipeng Deng
1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
...
Add the inverse trigonometric function
6 years ago
dengkaipeng
2c0abba0c3
fix test_detection. test=develop
6 years ago
dengkaipeng
e4e3764060
use memory Copy. test=develop
6 years ago
dengkaipeng
d31693afec
no use _gt_score. test=develop
6 years ago
dengkaipeng
aad62eeca0
add doc for param default. test=develop
6 years ago
dengkaipeng
afdf3c3f84
fix doc.test=develop
6 years ago
dengkaipeng
0d1a9996ac
fix unittest for yolov3_loss. test=develop
6 years ago
dengkaipeng
626fb859d9
add param default doc. test=develop
6 years ago
dengkaipeng
abb5a9c726
fix doc statement. test=develop
6 years ago
dengkaipeng
deec3ac1e9
fix infer error.
6 years ago
dengkaipeng
452373decb
resize box in input image scale. test=develop
6 years ago
dengkaipeng
3896d955c7
add yolo_box_op CPU kernel
6 years ago
minqiyang
feb39028c6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
6 years ago
sneaxiy
b80d76f784
merge develop
6 years ago
sneaxiy
aa2335c218
add py_reader doc
6 years ago
ceci3
24fbe6d610
test=develop, replace sce
6 years ago
sneaxiy
d7407c90aa
refine cross_entropy mem
...
test=develop
6 years ago
tink2123
837ad7f86f
Add the inverse trigonometric function
...
test=develop
6 years ago
ceci3
0af00a0541
test=develop
6 years ago
dengkaipeng
82d4f90325
fix format. test=develop
6 years ago
ceci3
d3656ff304
test=develop
...
test=develop
6 years ago
ceci3
5f343b0e3a
test=develop
6 years ago
ceci3
a80555a3a5
test=develop, change import
6 years ago
ceci3
60bfcb8b30
test=develop, change import
6 years ago
dengkaipeng
5c1920b731
add Attr shift_ratio. test=develop
6 years ago
ceci3
8b86c12e46
test=develop, update API.spec
6 years ago
ceci3
c8610739c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
ceci3
23a9035b21
test=develop, update doc
6 years ago
jerrywgz
b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
...
add distribute fpn proposals op, test=develop
6 years ago
dengkaipeng
6a62b9d8a0
add temporal_shift_op. test=develop
6 years ago
tensor-tang
2e7fea2b7f
polish the cast op doc ( #16078 )
...
* polish the cast op doc
test=develop
* follow comments
test=develop
* fix api.spec
test=develop
6 years ago
tensor-tang
9be825a982
polish the cast op doc ( #16078 )
...
* polish the cast op doc
test=develop
* follow comments
test=develop
* fix api.spec
test=develop
6 years ago
jerrywgz
847bb6a279
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
6 years ago
jerrywgz
e5759d6c38
refine doc, test=develop
6 years ago
jerrywgz
2b41743791
fix doc, test=develop
6 years ago
jerrywgz
c2eda2325b
refine code, test=develop
6 years ago
jerrywgz
a2e83d1d7b
add box_coder_and_assign, test=develop
6 years ago
jerrywgz
893789a0d1
Merge pull request #16050 from jerrywgz/add_box_decoder_and_assign
...
Add box decoder and assign
6 years ago
chengduo
84e3adbe60
Fix reshape bug ( #16069 )
...
* In some case, the input may have one than one negative value.
test=develop
* fix matmul bug
test=develop
6 years ago
wopeizl
eb367f990c
remove the ignored from is_empty and less_than test=develop ( #15971 )
...
* remove the ignored from is_empty and less_than test=develop
* fix api spec test=develop
* fix the api spec test=develop
* test=develop
6 years ago
dengkaipeng
dbb8d07886
fix doc statement. test=develop
6 years ago
dengkaipeng
eeeebdd006
refine doc. test=develop
6 years ago
dengkaipeng
12416a24d2
add doc and test_layers. test=develop
6 years ago
dengkaipeng
63d322f07c
fix attr dim calc. test=develop
6 years ago
chengduo
c67afb0f76
Fix reshape bug ( #16069 )
...
* In some case, the input may have one than one negative value.
test=develop
* fix matmul bug
test=develop
6 years ago
wopeizl
7fbf52daa3
remove the ignored from is_empty and less_than test=develop ( #15971 )
...
* remove the ignored from is_empty and less_than test=develop
* fix api spec test=develop
* fix the api spec test=develop
* test=develop
6 years ago
dengkaipeng
40405d132c
add doc and API.spec. test=develop
6 years ago
jerrywgz
f0177a1ed1
refine doc, test=develop
6 years ago
jerrywgz
072eca348a
refine doc, test=develop
6 years ago
jerrywgz
b4f5180299
fix doc, test=develop
6 years ago
jerrywgz
21e0d35ce3
fix formula, test=develop
6 years ago
jerrywgz
d1901f27bc
refine doc
6 years ago
jerrywgz
a1ef7df865
refine code, test=develop
6 years ago
jerrywgz
d497bd9079
resolve conflict, test=develop
6 years ago
jerrywgz
41471d28ac
add box_coder_and_assign, test=develop
6 years ago
dengkaipeng
54bbbfa71f
fix doc statement. test=develop
6 years ago
dengkaipeng
c1a69e3ea0
refine doc. test=develop
6 years ago
dengkaipeng
2ea5843cbf
add doc and test_layers. test=develop
6 years ago
dengkaipeng
037855f42d
fix attr dim calc. test=develop
6 years ago
zhaoyuchen
032ea9ceda
Fix array_read code error.
...
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
ceci3
3b96aa0839
conflict fix
6 years ago
Tink_Y
8949a94691
refine image_resize annotation ( #15976 )
...
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
6 years ago
shippingwang
639118260c
fixed typo, test=develop
6 years ago
jerrywgz
4f43e981c1
add comment for revise, test=develop
6 years ago
shippingwang
13e891516b
add cosine decay op, test=develop
6 years ago
jerrywgz
b2ce832021
change default option related to softmax, test=develop
6 years ago
Tink_Y
31d830de9f
refine image_resize annotation ( #15976 )
...
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
6 years ago
ceci3
f6d186782a
test=develop
6 years ago
jerrywgz
a9c0968b79
refine api doc, test=develop
6 years ago
ruri
72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
...
add cosine decay op, test=develop
6 years ago
jerrywgz
b92ef45fe9
Merge pull request #15678 from jerrywgz/refine_softmax_with_cross_entropy
...
change default option related to softmax, test=develop
6 years ago
shippingwang
733da7b2fc
fixed typo, test=develop
6 years ago
jerrywgz
0f652f304c
add distribute fpn proposals op, test=develop
6 years ago
ceci3
4b7bf06e1f
test=develop
6 years ago
colourful-tree
7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
...
remove mkldnn & fix commit
6 years ago
jerrywgz
b53fdbed2c
add comment for revise, test=develop
6 years ago
sneaxiy
2e67f8ae88
add doc
...
test=develop
6 years ago
sneaxiy
c545f1ed8f
unify API
...
test=develop
6 years ago
sneaxiy
a8c4324d3c
fix hang bug
6 years ago
sneaxiy
b17541a9c1
fix hang bug
6 years ago
qingqing01
d8128930ef
Refine doc of uniform_random and fix dtype ( #15873 )
...
* Refine doc of uniform_random and fix dtype
* Update defaule value in the arguments
6 years ago
colourful-tree
f2d6473ef8
Merge branch 'develop' into new_develop
6 years ago
heqiaozhi
04f876f5bc
remove mkl & fix commit
6 years ago
dengkaipeng
de50854e2d
add python example. test=develop
6 years ago
dengkaipeng
60305196b8
fix spell mistakes. test=develop
6 years ago
dengkaipeng
26825d991d
use comment in pool3d. test=develop
6 years ago
dengkaipeng
aecc9741c0
fix pool3d doc. test=develop
6 years ago
xuezhong
a5acb37e4a
use soft label for sampled softmax
...
test=develop
6 years ago
xuezhong
1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
...
add sample_logits and sampled_softmax_with_cross_entropy op
6 years ago
Kaipeng Deng
9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
...
fix adaptive pool doc.test=develop
6 years ago
shippingwang
eb932f717a
add cosine decay op, test=develop
6 years ago
dengkaipeng
144016fcfc
fix adaptive_pool and yolov3_loss. test=develop
6 years ago
dengkaipeng
19292ac6a1
fix adaptive pool doc.test=develop
6 years ago
xuezhong
6b83845c41
update for backward compatibility
...
test=develop
6 years ago