- 15 8月, 2020 4 次提交
-
-
由 liu zhengxi 提交于
-
由 Leo Chen 提交于
* show deprecation warning once * add some notes * remove unused module
-
由 123malin 提交于
* test=develop, bug fix for test_dist_fleet_ctr
-
由 Bai Yifan 提交于
* add paddle.nn.functional.mse_loss * add name * fix conflict
-
- 14 8月, 2020 13 次提交
-
-
由 tianshuo78520a 提交于
-
由 Zhou Wei 提交于
-
由 Wilber 提交于
-
由 Yang Zhang 提交于
test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording tanh -> tan
-
由 Yang Zhang 提交于
test=develop,test=document_fix explain input/out put range and out of boundary behavior
-
由 MRXLT 提交于
-
由 Yang Zhang 提交于
* Upgrade `no_grad` decorator test=develop - match torch decorator usage (i.e., with parenthesis) - handle generator functions - add `paddle.no_grad` alias * Switch from `functools` to `decorator` preserves signature * Reword decorator usage note
-
由 zhupengyang 提交于
-
由 vslyu 提交于
* add unittest for paddlerolemaker with gloo
-
由 wangchaochaohu 提交于
-
- 13 8月, 2020 11 次提交
-
-
由 Yibing Liu 提交于
-
由 ShenLiang 提交于
* fix the doc of inverse, dot, cholesky
-
由 pangyoki 提交于
* fixed static module * solve conflict * remove original name for alias API
-
由 wawltor 提交于
Update the code for the min,max, test=develop
-
由 wawltor 提交于
add the api and doc for the margin_ranking_loss and MarginRankingLoss
-
由 Dong Daxiang 提交于
* move paddle.fleet to paddle.distributed.fleet
-
由 Leo Chen 提交于
* add unchaged infershape function * add broadcast infershape function * fix bug * rename infershape functions * add UnaryOpUnchangedInferShapeCheckAxis * add error message * add test for common infer shape functions * dont update existed ops * dont update op_desc.h * add more test * add error check, refine error message
-
由 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 12 次提交
-
-
由 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
-