- 12 8月, 2020 4 次提交
-
-
由 pangyoki 提交于
* fixed imperative module in doc example code * fixed static module * solve conflict
-
由 Kaipeng Deng 提交于
* add IterableDataset support in multiprocess DataLoader. test=develop
-
由 JZ-LIANG 提交于
add lamb to fleet meta optimizer
-
由 Yiqun Liu 提交于
-
- 11 8月, 2020 11 次提交
-
-
由 zhupengyang 提交于
-
由 LutaoChu 提交于
add deprecated decorator, remove alias for cumsum op
-
由 lidanqing 提交于
* Add laxical GRU unit test performance works * Get model accuracy * model and data name to be confirmed test=develop * update model name and output format test=develop * update according to reviews test=develop * add accuracy check * accuracy check between native and analysis test=develop * fix a reading bug, fix gru passes sequence test=develop * fix passes sequence test=develop
-
由 Zhen Wang 提交于
-
由 tianshuo78520a 提交于
* Fix inference bug * fix inference lib
-
由 danleifeng 提交于
-
由 Jacek Czaja 提交于
* - introducing oneDNN 1.6 test=develop * - onednn 1.5 test=develop * - oneDNN 1.5 test=develop * - oneDNN 1.5 bugfix test=develop
-
由 pangyoki 提交于
* Directory migration, test=develop * Change imperative from paddle init to paddle framework, test=develop * Fixed jit bug, test=develop * default static mode, test=develop * fixed format and create parameter belongs to framework, test=develop * Fixed import package, test=develop * fix __init__ format, test=develop * fixed alias problem * fixed paddle.enable_imperative problems, test=develop * Add unittest * delete install_check comment * Fixed unittest timeout * fixed unittest error * move Program default_xx_program to static package * optimize unittest method * fixed framework __init__ format * fixed jit path * delete alias * move jit to paddle * Fixed unittest format * fixed paddle.default_main_program * Fixed save load API in paddle __init__.py * fixed ci paddle.imperative.to_variable
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
由 ShenLiang 提交于
-
- 10 8月, 2020 13 次提交
-
-
由 MRXLT 提交于
* add encrypt for inference lib * fix code;test=develop * fix test; test=develop * bug fix; test=develop * add MakeCipher;test=develop * fix bug;test=develop * move MakeCipher to paddle space; test=develop * fix include dir ;test=develop * add include dir; test=develop * move include; test=develop * move include; test=develop * fix for windows ci * fix cmake; test=develop * fix bug bug fix
-
由 lilong12 提交于
* add the support for multi-node training
-
由 LutaoChu 提交于
update cumsum api and fix up the cumsum op
-
由 Leo Chen 提交于
* fix prelu for compatibility with saved model of old version * reshape alpha
-
由 Adam 提交于
* Add oneDNN relu6 op * Lint fixes
-
由 gongweibao 提交于
* fix merge3 test=develop
-
由 Zhaolong Xing 提交于
test=develop
-
由 Zhou Wei 提交于
* Fixed compile warning about incorrect compile options,fix paddle_build.bat * fix paddle_build.bat to more safe
-
由 tangwei12 提交于
* add paddle.fleet.AsyncOptimizer Co-authored-by: Ndongdaxiang <dongdaxiang@baidu.com>
-
由 Chen Weihang 提交于
* add pin memory control * fix buffered reader init problem * fix unittest error * add unittest for coverage
-
由 Chen Weihang 提交于
* add cuda pinned place branch * add unittest * add skip when not gpu
-
由 zhangchunle 提交于
-
由 danleifeng 提交于
* support multi-ps training mode for fleetrun; test=develop
-
- 08 8月, 2020 5 次提交
-
-
由 gongweibao 提交于
-
由 Feiyu Chan 提交于
1. update document template for unary elementwise layers(a.k.a. activation layer); 2. remove generate_op_noattr and use generate_activation instead; remove redundant function copies; 3. minor update for docstring to fix rst format errors. 4. fix doc for Rsqrt OP 5. add sample code for each activation separately; 6. remove the unused deprecated decorator.
-
由 joanna.wozna.intel 提交于
* Change use_quantizer attribute name and data type * Fix problem with setting attribute * Add changes due to review * Small change in function * Restore use_quantizer attr for compatibility
-
由 Sylwester Fraczek 提交于
* enable check_dygraph for mkldnn activation tests * TestMKLDNNSwishDim4 float32->self.dtype
-
由 Leo Chen 提交于
* refine unsqueeze, test=develop * update unsqueeze, test=develop * refine unsqueeze, test=develop * refine unsqueeze, test=develop * update * remove None, test=develop * follow comments * support bool * update doc * follow comments * merge develop
-
- 07 8月, 2020 7 次提交
-
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
[Dy2Stat-ErrorMessage]Optimize error value to improve readability when error raised in runtime. (#25970) * don't remove op_callstack * [Dy2Stat-ErrorMessage] Optimize error value to improve readability if error raised in run-time. 1. update op_callstack with original information; 2. simplify error value to improve readability if error raised in run-time. * Fix error in Python3.
-
由 tangwei12 提交于
* fix large scale KV * fix single training using async ssa graph
-
由 Leo Chen 提交于
* add flags_call_stack_level * update * refine code
-
由 Thunderbrook 提交于
test=develop
-
由 Chen Weihang 提交于
* add limit support for load_dygraph loading jit.save result * simplify unittest * add unittests for coverage * remove encoding limit of loading extra var info
-
由 liym27 提交于
* [Dy2Stat-ErrorMessage]Enhance original error and create new exception. test=develop * Delete redundant code and change func name to create_and_update_origin_info_map. * optimize loop_transformer. * fix bug in print_transformer. * Modify code according to the comments.
-