- 13 8月, 2020 4 次提交
-
-
由 Leo Chen 提交于
* add auto_cast, test=develop * add loss scaler, test=develop * add comments, test=develop * refine code, test=develop * refine code, test=develop * do not set flags automatically, test=develop * fix custom op bug, test=develop * add more test, test=develop * refine enable logic, test=develop * enable amp test with GPU, test=develop * add unittest * add test for found_inf * follow comments * follow comments * remove global variable, use singleton * add some notes * update comments * update comments * update comments * add use_dynamic_loss_scaling argument * refine found_inf * refine found_inf
-
由 Chen Weihang 提交于
* fix loaded var suffix repeat error * use new dygraph name for loaded param
-
由 Zhen Wang 提交于
-
由 Zhong Hui 提交于
change api name eps to epsilon for the pair_distance
-
- 12 8月, 2020 14 次提交
-
-
由 Jack Zhou 提交于
* add nll loss API, update demo code of the comment
-
由 liym27 提交于
[Dy2Stat] Removes temporary files created during the transformation of dygraph to static graph. (#26150)
-
由 Zhong Hui 提交于
add pairewise distance for the paddlepaddle api 2.0
-
由 LutaoChu 提交于
fix paddle.nn.loss.L1Loss OP, add paddle.nn.functional.l1_loss OP for API2.0
-
由 zhupengyang 提交于
-
由 iducn 提交于
-
由 Leo Chen 提交于
* use alias name instead of original name for alias API * refine log message
-
由 Wilber 提交于
-
由 zhangchunle 提交于
-
由 wawltor 提交于
* Add the max, min, maximum, minimum api for the API 2.0, test=develop
-
由 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 11 次提交
-
-
由 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
-