- 12 10月, 2019 12 次提交
-
-
由 guofei 提交于
-
由 liuwei1031 提交于
* update data feeder API sample, fluid.layers.data => fluid.data * update API.spec
-
由 liuwei1031 提交于
* fix doc of default_main_program, multiprocess_reader * update API.spec * fix comment
-
由 Yiqun Liu 提交于
* 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
-
由 lanxianghit 提交于
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.
-
由 zhaoyuchen2018 提交于
* 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
-
由 hong19860320 提交于
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
-
由 Guo Sheng 提交于
-
由 silingtong123 提交于
-
由 silingtong123 提交于
-
由 LielinJiang 提交于
* fix_norm_model_average_bug * test=develop * refine comment test=develop * refine comment test=develop
-
由 hong19860320 提交于
* 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
-
- 11 10月, 2019 28 次提交
-
-
由 zhupengyang 提交于
* 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
-
由 liuwei1031 提交于
* improve data feeder related API
-
由 zhaoyuchen2018 提交于
* Refine topk stack squeeze api en doc test=develop test=document_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine api en doc test=develop test=decument_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * refine api.spec and returns test=develop test=document_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 chengduo 提交于
test=document_fix
-
由 Guo Sheng 提交于
* 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
-
由 zhupengyang 提交于
* fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort test=develop test=document_fix
-
由 GaoWei8 提交于
* fix API:cos, exp, ceil, elu, brelu English doc test=develop test=document_fix
-
由 ruri 提交于
* refine 13 en doc
-
由 lijianshe02 提交于
* fix Print, is_empty, read_file test=document_fix
-
由 wopeizl 提交于
* fix the precise roi poop op test=develop add roi backward implementation, fix the output-channel
-
由 Yiqun Liu 提交于
* 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.
-
由 qingqing01 提交于
* Polish En doc for some APIs * Update some comments and API.spec
-
由 wopeizl 提交于
* optimize the english description for APIs test=develop test=document_fix
-
由 FDInSky 提交于
-
由 GaoWei8 提交于
* fix GradientClipByNorm english doc test=develop test=document_fix
-
由 Wilber 提交于
* modify english api test=develop test=document_fix - leaky_relu - less_than - log - logical_and - logical_or - logical_xor - logical_not
-
由 zhouwei25 提交于
* fix English Doc of API:layers.py_func/sum
-
由 zhongpu 提交于
fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop (#20142)
-
由 wangchaochaohu 提交于
* 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
-
由 zhouwei25 提交于
* 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
-
由 Yuan Shuai 提交于
* Fix ErrorClipByValue, GradientClipByGlobalNorm, GradientClipByValue * add API.spec
-
由 Guanghua Yu 提交于
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
-
由 juncaipeng 提交于
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
-
由 zhongpu 提交于
* fix Embedding API for dygraph, test=develop, test=document_fix * fix dtype, test=develop, test=document_fix
-
由 liu zhengxi 提交于
* update the api en doc of BuildStrategy and its setting, test=develop, test=document_fix * update api.spec, test=develop, test=document_fix * update the en doc of fuse_relu_depthwise_conv, test=develop, test=document_fix
-
由 tangwei12 提交于
* doc fix, test=develop, test=document_fix
-
由 huzhiqiang 提交于
* modify compose en * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop,test=document_fix * test=develop,test=document_fix
-
由 huzhiqiang 提交于
fix reorder_lod_tensor_by_rank doc en
-