- 14 10月, 2020 4 次提交
-
-
由 liuyuhui 提交于
* update assign/cast/linspace/addcmul op doc for 2.0 api,test=document_fix * fix bug about cast doc for 2.0 api,test=document_fix
-
由 MRXLT 提交于
-
由 zhang wenhui 提交于
* fix norm api doc, test=develop * fix error message, test=develop * fix api norm, test=develop * add adagrad, test=develop * fix bug, test=develop * fix bug, test=develop * add spetral_norm, test=develop * fix adagrad, test=develop * merge , test=develop
-
由 Yiqun Liu 提交于
-
- 13 10月, 2020 2 次提交
-
-
由 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)
-
由 Steffy-zxf 提交于
Update code examples for api2.0
-
- 12 10月, 2020 3 次提交
-
-
由 Huihuang Zheng 提交于
As the title
-
由 MRXLT 提交于
* refine parameters order && doc * update rmsprop doc * refine adam/transpose/unstack/stride_slice * fix bug && doc * fix doc * bug fix * bug fix * fix doc * fix doc * fix doc * fix doc * depercate old strided_slice * update doc * set default value for name * update doc
-
由 GaoWei8 提交于
* add flattern weight of lstm
-
- 10 10月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 Li Fuchen 提交于
-
- 09 10月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
-
- 08 10月, 2020 1 次提交
-
-
由 huangjun12 提交于
* fix huber_loss ans npair_loss doc and example code, test=document_fix * remove disable_static in example code, test=document_fix * remove huber_loss and refine npair_loss example code, test=document_fix * remove huber_loss in functional/__init__.py, test=document_fix
-
- 30 9月, 2020 7 次提交
-
-
由 ysh329 提交于
* Fix ErrorClipByValue api and demo code of clip_by_value. test=develop Co-authored-by: Ntianshuo78520a <707759223@qq.com>
-
由 Wilber 提交于
-
由 LielinJiang 提交于
* refine grid_sample and temporal_shift
-
由 lijianshe02 提交于
* update 2.0 API for dice_loss and log_loss test=document_fix
-
由 Qi Li 提交于
-
由 ShenLiang 提交于
* fix the scatternd/scatterndadd * fix the doc of scatter * replace rank with ndim
-
由 Bai Yifan 提交于
* migrate code example and doc
-
- 29 9月, 2020 3 次提交
-
-
由 yaoxuefeng 提交于
-
由 Huihuang Zheng 提交于
This PR fixed two bugs when converting LSTM in dy2stat: is_unsupported has a condition can trigger Python syntax error LSTM API's implementation in _rnn_static_graph doesn't include parameter initialization, which can cause dy2stat error.
-
由 danleifeng 提交于
* fix is_empty api and code example; test=develop
-
- 28 9月, 2020 4 次提交
-
-
由 Leo Chen 提交于
* remove inplace argument * fix sample code * fix sample code
-
由 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
-
由 littletomatodonkey 提交于
* fix example code * rename var to tensor * remove static * fix return type
-
- 27 9月, 2020 3 次提交
-
-
由 Li Fuchen 提交于
* add float64 input to ctc_loss * modified error message of warpctc * update repo and tag of warpctc * add test for warpctc with float64 input * modified warpctc.cmake to make sure build always * resolved sample code bug of warpctc * add core.ops in warpctc dygraph * fix a bug of test
-
由 liym27 提交于
* Fix example code of api `fluid.layers.switch_case` to use api2.0 * delete `paddle.nn.switch_case` alias and add `paddle.static.nn.switch_case`
-
由 liym27 提交于
* Fix example code of api fluid.layers.case * delete paddle.nn.case alias and add paddle.static.nn.case
-
- 25 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add static check on data() * follow comments * fix ut
-
- 23 9月, 2020 2 次提交
-
-
由 Zhou Wei 提交于
* Makes the Bind Method more intelligent * Makes the Bind Method more intelligent * fix unittest * fix unittest * fix conflict
-
由 wangchaochaohu 提交于
-
- 22 9月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 21 9月, 2020 2 次提交
- 17 9月, 2020 1 次提交
-
-
由 furnace 提交于
and optimize the c++ implmentation of empty op as PR#26659 reviews, and add bool for shape op.
-
- 14 9月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 11 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 10 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-