- 24 11月, 2020 5 次提交
-
-
由 Leo Chen 提交于
* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with '''
-
由 liym27 提交于
[Dynamic-to-Static] Fix bug of convert_logical_and/convert_logical_or: the operands are executed sequentially(#28993) 1) The operands are executed sequentially according to the running logic of Python. 2) If the left hand operand is True(for convert_logical_or)/False(for convert_logical_and), the right hand operand should be executed.
-
由 Huihuang Zheng 提交于
The PR description is long. See details in the PR link.
-
由 wanghuancoder 提交于
* fix eng doc, test=develop * add import deprecated for layers, test=develop * add block line for doc generate, test=develop * remove todo for create_variable, test=develop * add blank line for doc generate, test=develop * add blank line for doc generate, test=develop
-
由 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.
-