- 12 10月, 2019 8 次提交
-
-
由 Guo Sheng 提交于
* Fix the assign data check. test=develop * Fix test_assign_op.py. test=develop
-
由 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.
-
由 Guo Sheng 提交于
-
由 silingtong123 提交于
* test=develop, add unittest of seed failed work * test=develop, add unittest of seed failed work
-
由 liym27 提交于
-
由 Double_V 提交于
* support reshape doubel grad, test=develop * fix reshape double grad, pass converage, test=develop * fix review, test=develop
-
由 Aurelius84 提交于
* 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
-
由 hong19860320 提交于
* 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
-
- 11 10月, 2019 8 次提交
-
-
由 zhupengyang 提交于
* add input type and dtype check, enhance shape error message for concat_op test=develop * enhance shape check test=develop * improve coverage test=develop
-
由 JesseyXujin 提交于
* 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
-
由 lijianshe02 提交于
* enhance mul_op input error message test=develop
-
由 wawltor 提交于
fix sign op input error check test=develop
-
由 wopeizl 提交于
* fix the precise roi poop op test=develop add roi backward implementation, fix the output-channel
-
由 Aurelius84 提交于
* 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
-
由 qingqing01 提交于
-
由 Zhaolong Xing 提交于
test=develop
-
- 10 10月, 2019 8 次提交
-
-
由 wangchaochaohu 提交于
* fix expand bug test=develop * fix style test=develop * fix style test=develop * fix style test=develop * fix style test=develop
-
由 Zhang Ting 提交于
-
由 wangchaochaohu 提交于
-
由 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 提交于
-
由 danleifeng 提交于
-
由 liym27 提交于
enhance shape error messages for reshape op. test=develop
-
由 Aurelius84 提交于
* add api check in fc test=develop * enforce shape error info of sum op test=develop * fix spelling test=develop * print x_dims info test=develop * enhance shape error info test=develop
-
- 09 10月, 2019 12 次提交
-
-
由 Yibing Liu 提交于
* Add detailed error messages for nce layer test=develop * Fix some problems test=develop * Fix unit test coverage test=develop
-
由 Tao Luo 提交于
test=develop
-
由 gongweibao 提交于
-
由 GaoWei8 提交于
* elu input check test=develop * test=develop
-
由 mapingshuo 提交于
* rm unused ckpt and sort ckpt * use max op idx to sort, test=develop * remove unsed code,test=develop * add testcase, test_develop * modify test case, test=develop
-
由 Huihuang Zheng 提交于
Refine error message for new data API
-
由 Huihuang Zheng 提交于
-
由 wopeizl 提交于
* add more checks to create_parameter test=develop
-
由 zhaoyuchen2018 提交于
* Add input check and refine error message * Refine test case and comments test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 chengduo 提交于
test=develop
-
由 wawltor 提交于
* test=develop Add input type and dtype check for sign_op. * test=develop Fix the api text format in sign op. * test=develop Fix the api examples in sign op add update the api.spec.
-
由 liym27 提交于
-
- 07 10月, 2019 4 次提交
-
-
由 Zhang Ting 提交于
-
由 tangwei12 提交于
add executor.FetchHandler for train/infer from the dataset
-
由 lvmengsi 提交于
* add error log
-
由 Yibing Liu 提交于
* Update crf_decoding api & example test=develop * Update api spec test=develop * Fix linear chain crf api test=develop * Avoid sharing data pointer with input test=develop * Simplify the logic in linear_chain_crf_decoding * Add unittest for crf_decoding when label & path both are set test=develop * Update API spec test=develop * Add unittest for layers && correct infer_shape in chunk_eval test=develop
-