- 23 11月, 2020 5 次提交
-
-
由 LielinJiang 提交于
* optimize conv performance
-
由 LielinJiang 提交于
* add lr scheduler
-
由 yaoxuefeng 提交于
-
由 Kaipeng Deng 提交于
* fix conv_transpose unittest. test=develop
-
由 Chen Weihang 提交于
-
- 21 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 20 11月, 2020 19 次提交
-
-
由 gongweibao 提交于
-
由 Kaipeng Deng 提交于
* fix dataloader. test=develop
-
由 Chen Weihang 提交于
* fix param base trainable set failed * add unittest * fix typo * polish comment
-
由 Chen Weihang 提交于
-
由 Aurelius84 提交于
-
由 joejiong 提交于
Adding uint8 support for squeeze operator.
-
由 123malin 提交于
* test=develop, bug fix for embeddings padding * fix raise Value for Embedding Change-Id: I6d343fceee369a5796ad59cca5c91fdd15429125 Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
由 Bai Yifan 提交于
* fix code example, test=document_fix
-
由 wangchaochaohu 提交于
-
由 joanna.wozna.intel 提交于
* Add bf16 matmul, fc, elementwise add and mul * Correct unit test
-
由 Wojciech Uss 提交于
-
由 Zhou Wei 提交于
-
由 Aurelius84 提交于
* Fix wrong out dtype from helper.input_dtype * add unittest * remove disable_static in op_test * fix param name typo
-
由 yaoxuefeng 提交于
-
由 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
-
由 Chen Long 提交于
-
由 Zhang Ting 提交于
-
- 19 11月, 2020 15 次提交
-
-
由 wangguanzhong 提交于
-
由 Zhou Wei 提交于
-
由 Double_V 提交于
* fix pool exclusive and delete disable_static, test=develop * fix pool1d exclusive, test=develop * fix pool APIs en doc, test=document_fix
-
由 yaoxuefeng 提交于
-
由 Wilber 提交于
-
由 liym27 提交于
-
由 danleifeng 提交于
-
由 liym27 提交于
[Dynamic-to-Static] Fix bug in loop_transformer: loop vars should contain the var from ancestor-for-node (#28735)
-
由 Wilber 提交于
-
由 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
-
由 wanghuancoder 提交于
* use forward declarations for framework.pb.h, test=develop * use forward declarations for framework.pb.h, test=develop
-
由 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:"
-
由 iducn 提交于
-