- 24 11月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* polish dataloader doc detail, test=decument_fix * fix commnet error * fix word error
-
- 23 11月, 2020 11 次提交
-
-
由 lilong12 提交于
* update, test=develop
-
由 lijianshe02 提交于
* fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=document_fix
-
由 Thunderbrook 提交于
* ps gpu transpile * ps gpu * remove op * gps trainer * local ps * add macro * HeterBox * def cuda * tab * code style * style Co-authored-by: Thunderbrook <a754913769#163.com>
-
由 Chen Weihang 提交于
-
由 Chen Weihang 提交于
-
由 furnace 提交于
* refactor momentum op to combine weight_decay (scale op and sum op)
-
由 YUNSHEN XIE 提交于
fix error for Can not find test to add properties to:test_parallel_dygraph_transformer,test_parallel_dygraph_sparse_embedding (#28968)
-
由 Zhang Ting 提交于
-
由 Zhang Ting 提交于
-
由 yaoxuefeng 提交于
-
由 Kaipeng Deng 提交于
* fix conv_transpose unittest. test=develop
-
- 20 11月, 2020 12 次提交
-
-
由 gongweibao 提交于
-
由 Kaipeng Deng 提交于
* fix dataloader. test=develop
-
由 Chen Weihang 提交于
* fix param base trainable set failed * add unittest * fix typo * polish comment
-
由 Aurelius84 提交于
-
由 joejiong 提交于
Adding uint8 support for squeeze operator.
-
由 Bai Yifan 提交于
* fix code example, test=document_fix
-
由 joanna.wozna.intel 提交于
* Add bf16 matmul, fc, elementwise add and mul * Correct unit test
-
由 Zhou Wei 提交于
-
由 Aurelius84 提交于
* Fix wrong out dtype from helper.input_dtype * add unittest * remove disable_static in op_test * fix param name typo
-
由 taixiurong 提交于
* 1.add xpu slice op 2. add xpu top_k op 3.modify xpu cast to new api * 1.add xpu slice op 2. add xpu top_k op 3.modify xpu cast to new api
-
由 Jack Zhou 提交于
* add lstm, simple rnn op kernel * fix the test_lstm for the rnn op * change func name * fix forward postprocess bug * add gru forward, backward code * remove unittest.skipIf; use a big rnn op instead of combination op * fix input doesn't have gradient bug * add eigen lstm forward, backward Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com>
-
由 QingshuChen 提交于
* adjust kunlun header file *test=kunlun * update kunlun unittest *test=kunlun * update xpu unitest * test = kunlun * update xpu unittest * test=kunlun * update xpu unitest * test=kunlun
-
- 19 11月, 2020 12 次提交
-
-
由 Wilber 提交于
-
由 liym27 提交于
-
由 liym27 提交于
[Dynamic-to-Static] Fix bug in loop_transformer: loop vars should contain the var from ancestor-for-node (#28735)
-
由 Wojciech Uss 提交于
* Add multi_gru op and tests * removed redundant disable_dygraph()
-
由 Wilber 提交于
-
由 YUNSHEN XIE 提交于
* modfied the timeout value for 5 ut * modified timeout value for test_resnet
-
由 liym27 提交于
[Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713) * Support dy2stat error message when call jit.save; * Polish dy2stat error message: (1) the original dygraph code is marked with (* user code *) ; (2) "In user code:" -> "In transformed code:"
-
由 joejiong 提交于
Add new operator log10
-
由 TeslaZhao 提交于
* Fix two english api documents, transpose and strided_slice * delete nouse comments
-
由 furnace 提交于
add alias for fluid.initializer.set_global_initializer, alias is nn.initializer.set_global_initializer (#28690)
-
由 Chen Weihang 提交于
-
由 Huihuang Zheng 提交于
Fix convert_callmMay be called multiple times in Dy2stat. Also strip some strings to make sure no influence from blank spaces.
-
- 18 11月, 2020 4 次提交
-
-
由 wawltor 提交于
faster the compare ops dygraph model speed
-
由 JZ-LIANG 提交于
* add lars to fleet meta optimizer * add lamb to proto * add lamb to fleet meta optimizer * fixed syntax bug * fixed syntax bug * fixed syntax error in lamb, add config setter of lamb in distributed_strategy * trigger unitest to rerun * add new unitest func for lamb * revise unitest for lars and lamb * revise dgc meta unitest * revise lars document in distribute_strategy * revise lars lamb document in distributed_strategy.py * revise lars lamb document in distributed_strategy.py * add weight decay exclude logic to lars * restore optimzier.py * restore optimizer.py as develop except lars * add epsilon and exclude fn to distributed_sttrategy * add lars epsilon * revise unitest for fleet lars and lamb * revise lars lamb unitest for CI coverage * revise lars argument api * revise lars argument api * revise lars argument api * revise api doc of lars * fix op role * add sharding save and add_sync_comm_for_test function * add comm_analyse to utlis * revise sharding_utils * add sharding saving unittest * revise sharding utils for unittest
-
由 xiaoting 提交于
* update interpolate, test=develop * fix coverage, test=develop
-
由 YUNSHEN XIE 提交于
-