- 11 10月, 2019 2 次提交
-
-
由 Yibing Liu 提交于
* Fix several api docs test=develop, test=document_fix
-
由 Pei Yang 提交于
refine en api doc of [shape, scale, split, selu, soft_relu, scatter], test=develop, test=document_fix (#20264)
-
- 10 10月, 2019 38 次提交
-
-
由 wangchaochaohu 提交于
* fix the reduce api en doc test=document_fix test=develop * fix the fluid.data test=develop test=document_fix * fix the API.spec test=develop test=document_fix * fix according the review test=develop test=document_fix * fix the confilict test=develop test=document_fix
-
由 xujiaqi01 提交于
* fix en doc train_from_dataset and infer_from_datatset
-
由 DuYao 提交于
* update English document, test=document_fix * update api.spec, test=document_fix * update api.spec, test=document_fix * update, test=document_fix
-
由 liu zhengxi 提交于
* update the api en_doc of has_inf, has_nan, cumsum, double_buffer and mul, test=document_fix * update the API.spec for apis, test=document_fix
-
由 Zeng Jinle 提交于
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, refine en_doc for Variable and Program * test=document_fix, fix English doc for Variable and Program * test=document_fix, refine astype code block style * test=document_fix, add example code for Variable properties * test=document_fix, fix BackwardStrategy English Doc * test=document_fix, fix syntax * test=document_fix, refresh API.spec * test=document_fix, refine api spec * test=document_fix, refine api spec
-
由 wangchaochaohu 提交于
* fix expand bug test=develop * fix style test=develop * fix style test=develop * fix style test=develop * fix style test=develop
-
由 huzhiqiang 提交于
* modify WeightNormParamAttr English doc test=develop
-
由 huzhiqiang 提交于
* modify map_reader en test=develop
-
由 chengduo 提交于
* fix fluid.data test=document_fix * fix doc batch dim test=document_fix
-
由 xujiaqi01 提交于
Fix parse content in CreatePreLoadReaders. Before this fix, if you use dataset.set_parse_content and dataset.preload, parse content didn't work.
-
由 Youwei Song 提交于
* polish en doc, test=document_fix, test=develop * update sample code, test=document_fix, test=develop * fix sample typo, test=document_fix, test=develop
-
由 Tao Luo 提交于
* refine name_scope document test=develop test=document_fix * update name_scope API.spec test=develop test=document_fix
-
由 Feiyu Chan 提交于
-
由 Michał Gallus 提交于
* Leave fake quantization around mul * Replace Fake with Real Quantized Mul * Gather all scales from fake_quantize_ops * Enable uint8 in conv_relu tensors * Disable int8 mul and restore fake mul * Fix buf for running QAT on VGG16 and 19
-
由 SunGaofeng 提交于
* modify document of 11 APIs test=develop test=document_fix * fix dtype to data type and description of name parameter
-
由 Zeng Jinle 提交于
-
由 Pei Yang 提交于
-
由 zhongpu 提交于
-
由 zhongpu 提交于
* update norm op, test=develop, test=document_fix * fix norm api, test=develop, test=document_fix
-
由 Kaipeng Deng 提交于
* refine en doc. test=develop. test=document_fix
-
由 Zhang Ting 提交于
-
由 zhaoyuchen2018 提交于
* Refine StaticRNN api-doc-en * refine static rnn doc * refine api doc of fluid.data * refine api doc from commends * refine api.spec * Refine grammer
-
由 FlyingQianMM 提交于
Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. (#20250) * test=document_fix test=develop Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. * test=document_fix test=develop remove Notice: this OP supports CPU mode only in english doc api of retinanet_target_assign and retinanet_detection_output * test=document_fix test=develop fix API Difference for retinanet_target_assign and retinanet_detection_output * fix API.spec conflicts in english doc api of retinanet_target_assign, sigmoid_focal_loss, retinanet_detection_output test=develop test=document_fix * fix API.spec conflicts in english doc api of retinanet_target_assign, sigmoid_focal_loss, retinanet_detection_output test=develop test=document_fix
-
由 Pei Yang 提交于
-
由 gongweibao 提交于
-
由 wangchaochaohu 提交于
-
由 Tao Luo 提交于
* refine profiler document test=develop test=document_fix * update profiler document test=develop test=document_fix
-
由 wawltor 提交于
* test=document_fix Fix english doc api, invloves the op of greater_equal,greater_than,less_equal,not_equal, rank,rsqrt,diag,linspace,reduce_all,reduce_any,sign,where,zeros_like,unique_with_counts. * Fix some format problem in the op of sign and greather_than. test=develop test=document_fix * Fix the example of zeros_like, and update api.spec test=develop test=document_fix
-
由 huangjun12 提交于
-
由 hong 提交于
* add new save load interface; test=develop * add new save interface; test=develop * add save load interface ; * fix save load error; * fix dygraph set dict bug; * add save load unit test; test=develop * fix test_imperative_optimizer bug; test=develop * fix unitest optimizer bug; test=develop * fix code coverage; test=develop * fix converage; test=develop * add document for apis; test=develop * fix unitest error; test=develop * fix save load unit test error; test=develop * fix error message; test=develop * change set_parameter set_optimizer to save_dygraph; test=develop * add load_graph check; test=develop * fix api spec; test=develop
-
由 FDInSky 提交于
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, refine en_doc for Variable and Program * test=document_fix, fix English doc for Variable and Program * test=document_fix, refine astype code block style * test=document_fix, add example code for Variable properties
-
由 xiaoting 提交于
* polish en api,test=develop,test=document_fix * modified api.spec, test=develop,test=document_fix * modified ops for arc,test=develop,test=document_fix * update for 1.6, test=develop,test=document_fix * update API.spec * Update API.spec test=develop,test=document_fix * Update API.spec test=develop,test=document_fix
-
由 LielinJiang 提交于
* refine Normal Uniform documnet
-
由 Leo Chen 提交于
* Polish en doc of LoDTensorArray, test=develop, test=document_fix * follow comments, test=develop, test=document_dix
-
由 chengjuntao 提交于
* fix fluid.data code example, test=develop, test=document_preview, test=document_fix
-
由 liym27 提交于
-