- 14 10月, 2020 13 次提交
-
-
由 pangyoki 提交于
* fix gpu version paddle Error when have no CUDA device * optimize format and add new unittest * fix coverage problem * fix unittest format * change static mode to dygraph mode * use subprocess in unittest
-
由 AshburnLee 提交于
Made a change in python API to support the GPU version of unique OP working in static graph (#27899) * Made a change to support unique op working in static graph * Correct python format error
-
由 Zhang Ting 提交于
* use exhaustive_search for float16 * tune algo only when dtype is float16
-
由 lilong12 提交于
* update, test=develop
-
由 Yiqun Liu 提交于
-
由 wanghuancoder 提交于
-
由 Chen Weihang 提交于
-
由 YUNSHEN XIE 提交于
-
由 zhulei 提交于
Add api of KaimingUniform & KaimingNormal in paddle.nn.initializer
-
由 hutuxian 提交于
-
由 Huihuang Zheng 提交于
As the title
-
由 Huihuang Zheng 提交于
As the title
-
由 xiaoting 提交于
* add dropout,log_loss, test=kunlun * fix dropout, test=kunlun * polish error message, test=kunlun * change boost::get to BOOST_GET_CONST, test=kunlun * fix copyright, test=kunlun
-
- 13 10月, 2020 27 次提交
-
-
由 WangXi 提交于
-
由 Guanghua Yu 提交于
* support mean,softmax_with_cross_entropy on Baidu Kunlun,test=kunlun * fix unittests error,test=kunlun * delete boost::get,test=kunlun
-
由 Chengmo 提交于
* add xpu sgd & momentum
-
由 Tao Luo 提交于
test=document_fix
-
由 smallv0221 提交于
* Fix en doc for rnn.py. test=document_fix
-
由 Leo Chen 提交于
* add sumary feature * refine printting tensor * add sci_mode * add sample code * fix indent error * fix _format_item * polish code * support item indent * add ut * set place for ut * fix py2 issue * fix ut
-
由 hong19860320 提交于
-
由 joanna.wozna.intel 提交于
-
由 xiaoting 提交于
* add conv for xpu, test=kunlun * polish error_message, test=kunlun * polish error_message, test=kunlun * fix copyrigth, test=kunlun
-
由 huangjun12 提交于
* add local_response_norm in nn.functional and nn.layer, test=develop * update layers to functional api, test=develop * fix ci coverage, test=develop * fix unittests bug, test=develop
-
由 Bai Yifan 提交于
-
由 Huihuang Zheng 提交于
As the title
-
由 Thunderbrook 提交于
* add xpu slice op test=xpu * add slice xpu op test=xpu * code style test=kunlun * style test=kunlun * format test=kunlun
-
由 mapingshuo 提交于
* support gradient merge with recompute, test=develop test=develop
-
由 LoveAn 提交于
-
由 Thunderbrook 提交于
* op error info * style * code format
-
由 QingshuChen 提交于
*test=kunlun
-
由 Wilber 提交于
-
由 wanghuancoder 提交于
* modify test_load_op save path from /tmp to ./, test=develop * trigger kunlun ci, test=kunlun * trigger kunlun ci, test=kunlun
-
由 Chengmo 提交于
* update index sample
-
由 ShenLiang 提交于
* add gather_op xpu, test=develop, test=kunlun * fix ut, test=develop, test=kunlun * fix the ut,test=develop, test=kunlun
-
由 wangxinxin08 提交于
-
由 Chen Weihang 提交于
* polish save load en doc details, test=document_fix * polish details, test=document_fix * remove blank, test=document_fix * fix ascii error, test=document_fix * update fc's input to x, test=document_fix * update fc argument activation, test=document_fix
-
由 Steffy-zxf 提交于
* 1. remove paddle.unique_with_counts api, which counts as unique api 2. add paddle.math.increment(x, value=1.0, name=None) api 3. replace paddle.sums with paddle.add_n api 4. update paddle.metric.accuracy api (add name parameter)
-
由 Zhou Wei 提交于
* fix doc and unittest of 2.0 lr_scheduler * fix doc of 2.0 lr_scheduler * fix unittest * fix english doc of lr_scheduler * fix api name of lr scheduler * fix api name of lr scheduler
-
由 Steffy-zxf 提交于
Update code examples for api2.0
-
由 Feiyu Chan 提交于
-