- 28 9月, 2020 37 次提交
-
-
由 whs 提交于
-
由 arlesniak 提交于
* Add support for mkldnn ops types selection with FLAGS in dygraph * use regex to match DNNL verbose * python3 encoding fix
-
由 YUNSHEN XIE 提交于
-
由 mapingshuo 提交于
-
由 Qinghe JING 提交于
* set default value to strategy in distributed_optimizer test=develop
-
由 Wilber 提交于
-
由 cc 提交于
* Change docs of WeightNormParamAttr to dygraph model, test=develop, test=document_fix
-
由 Leo Chen 提交于
* remove inplace argument * fix sample code * fix sample code
-
由 Leo Chen 提交于
* support not passing block * fix NumpyArrayInitializer * add unit test
-
由 Yang Zhang 提交于
functionality provided by `normalize`
-
由 Feiyu Chan 提交于
1. fix a bug that paddle.nn.RNN does not initialize the state for the cell correctly; 2. add unittest for paddle.nn.RNN and paddle.nn.BiRNN
-
由 Li Fuchen 提交于
* modified sample code of add_position_encoding to 2.0, test=document_fix * use core.op in add_position_encoding API. * add test for add_position_encoding in dygraph mode
-
由 Zhang Ting 提交于
* modify doc
-
由 ysh329 提交于
* Fix clip_by_norm_op error message. test=develop * test=develop * test=develop
-
由 yaoxuefeng 提交于
-
由 myq406450149 提交于
* enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop
-
由 Zhang Ting 提交于
-
由 lilong12 提交于
-
由 xiemoyuan 提交于
* iCafe 9009: Optimize the error message of OP. * Optimize the error message of GatherTreeOP.
-
由 Zeyu Chen 提交于
Remove NLTK requirements to avoid dependency security alert from Github Dependabot
-
由 ShenLiang 提交于
* fix the speed&memory of matmul * fix the comment * fix the memory copy * fix the windows ci
-
由 Pei Yang 提交于
* add unittests and op version register for tensorrt_subgraph_pass * rename to test_trt_subgraph_pass.py * fix softmax converter diff when padding dim=1
-
由 123malin 提交于
* test=develop, rm netifaces
-
由 tangwei12 提交于
* fix error * fix error * fix error * merge develop
-
由 wanghuancoder 提交于
* add paddle.fluid._cuda_synchronize, test=develop * fix bug about core_avx core_noavx, test=develop * delete CPUPlace and XPUPlace, test=develop
-
由 Li Fuchen 提交于
-
由 yaoxuefeng 提交于
* enhance error messages of lookup_tale, merge_ids, data_norm * fix * fix error msg in .cu
-
由 whs 提交于
-
由 liym27 提交于
* Support assignment to a Variable in dynamic mode. Note: not deal with backward. * Rewrite VarBase __setitem__ for high-performance. * try to test 3 means to do __setitem__ and test the performance of 3 means. * Retain the means of the highest performance: C++ code and don't trace op.
-
由 lilong12 提交于
* include ncclRecv and ncclSend, test=develop
-
由 lilong12 提交于
* add gloo initializer, test=develop
-
由 Tao Luo 提交于
* update name_scope example code test=document_fix * refine name_scope doc test=document_fix
-
由 WangXi 提交于
-
由 littletomatodonkey 提交于
* fix example code * rename var to tensor * remove static * fix return type
-
由 Aurelius84 提交于
* modify sample code * variable -> tensor * migrate program_guard sample code * refine error message * migrate program_guard * refine comment style * fix indent
-
由 Dong Daxiang 提交于
* add get final strategy for user to print final strategy
-
由 furnace 提交于
-
- 27 9月, 2020 3 次提交
-
-
由 Double_V 提交于
* Error message opt, test=develop * solve comments, test=develop * fix typo, test=develop
-
由 YUNSHEN XIE 提交于
-
由 littletomatodonkey 提交于
* fix api alias * remove cos_sim
-