- 15 10月, 2019 5 次提交
-
-
由 liym27 提交于
-
由 123malin 提交于
* bug fix: invalid learning rate decay in pserver async mode
-
由 WangXi 提交于
-
由 石晓伟 提交于
* 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
-
由 mapingshuo 提交于
* special case: strategy is None
-
- 14 10月, 2019 8 次提交
-
-
由 翟飞跃 提交于
-
由 zhupengyang 提交于
* 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
-
由 Youwei Song 提交于
* fix api fluid.cuda_pinned_places, test=develop * fix api fluid.cuda_pinned_places, test=develop
-
由 gongweibao 提交于
Add detail logs on resnet unit test
-
由 chengduo 提交于
* fix recurrent bug test=develop
-
由 zhupengyang 提交于
test=develop
-
由 JesseyXujin 提交于
* 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
-
由 Zeng Jinle 提交于
* refine py_reader exit, test=develop * fix multiprocess_reader exception unittest, test=develop * increase code coverage for legacy fluid.layers.py_reader, test=develop
-
- 13 10月, 2019 5 次提交
-
-
由 Guo Sheng 提交于
* 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
-
由 Yuan Shuai 提交于
* Refine error message of transpose. * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
-
由 hong19860320 提交于
* fix the error message of zeros op test=develop * Fix unittest of zeros op test=develop
-
由 liym27 提交于
2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like 3. fix bug in ExpandGradOp. test=develop
-
由 Zhang Ting 提交于
* 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
-
- 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 6 次提交
-
-
由 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 提交于
-