Commit Graph

30833 Commits

Author SHA1 Message Date
Isaac17555 53fc99b914 [feat][assistant][I3T96B]add new data operator LFilter 2021-09-11 02:05:43 -07:00
i-robot 6b0e8fef6b !23242 Fix wrong device target bug when multi-target scene.
Merge pull request !23242 from liangzelang/opt_loadinputs
2021-09-11 08:31:03 +00:00
i-robot 671ca97280 !23277 Fix wrong context bug
Merge pull request !23277 from liangzelang/fix_wrong_context_bug_in_cxx_api
2021-09-11 08:30:20 +00:00
i-robot 3c8b0c7812 !23228 refactor kernels on workspace and iterator
Merge pull request !23228 from zhujingxuan/update_with_iter
2021-09-11 07:51:12 +00:00
i-robot 0071667155 !23039 [Fallback] Fix previous block parameters problem and add test cases.
Merge pull request !23039 from 张清华/opt_fallback
2021-09-11 07:39:02 +00:00
i-robot 5861e44825 !23230 Update GetRealPath for compiler
Merge pull request !23230 from huanghui/update-getrealpath
2021-09-11 07:33:09 +00:00
i-robot efa05038f4 !23237 Not stop train when an error happens in Draw
Merge pull request !23237 from huanghui/fix-stop-when-draw-fail
2021-09-11 07:32:05 +00:00
i-robot 6908386a8e !21715 metric_learn
Merge pull request !21715 from gitsYu/master
2021-09-11 07:07:25 +00:00
i-robot 94f7cba97c !23219 remove profiling parameters in set_context function
Merge pull request !23219 from yanghaitao/yht_remove_set_context_from_profiling_3
2021-09-11 07:02:00 +00:00
i-robot 7c88502ef5 !23272 enhance realpath format for minddata
Merge pull request !23272 from guozhijian/enhance_realpath_format
2021-09-11 06:48:05 +00:00
i-robot a61c2c5cfe !17885 [assistant][ops]Add new operator EqualizerBiquad
Merge pull request !17885 from YJfuel123/EqualizerBiquad
2021-09-11 06:40:29 +00:00
i-robot 134f2630d7 !23216 dataset: add warmup dataset in init function
Merge pull request !23216 from ms_yan/warmup_dataset
2021-09-11 06:27:54 +00:00
i-robot 73db02cf0f !23270 fix tf model parser
Merge pull request !23270 from zhaodezan/master
2021-09-11 06:16:50 +00:00
i-robot e722b08c62 !23280 update readme of modelzoo
Merge pull request !23280 from chenhaozhe/code_docs_update_modelzoo_readme
2021-09-11 06:10:33 +00:00
i-robot 32163232ac !23248 [MSLITE] Fix bug of tf model‘s output names.
Merge pull request !23248 from wangshaocong/convert_master
2021-09-11 06:09:33 +00:00
i-robot 41a5c0ae26 !23206 Remove side_effect_mem mark for random operator
Merge pull request !23206 from Margaret_wangrui/random_op_2
2021-09-11 06:06:06 +00:00
i-robot 9b7a966174 !21262 [assistant][ops]New operator implementation, include SparseApplyRMSPropD
Merge pull request !21262 from 梁秀波/SparseApplyRMSPropD
2021-09-11 06:01:29 +00:00
i-robot 245ffa43c1 !23258 Heterogeneous cpu proformance in GPU
Merge pull request !23258 from 张毅辉/Heterogeneous_cpu_performance_in_GPU
2021-09-11 03:52:42 +00:00
i-robot 76fac95591 !23069 Modify error content
Merge pull request !23069 from huchunmei/master
2021-09-11 03:50:52 +00:00
i-robot dc7296ba1e !23134 fix graph output not update
Merge pull request !23134 from zhaosida/heter_update
2021-09-11 03:47:18 +00:00
i-robot b058167d54 !23201 Fix toolkit path searching order in offline dbg async dump conversion tool
Merge pull request !23201 from TinaMengtingZhang/convert_async_bug_master
2021-09-11 03:38:54 +00:00
i-robot 8548d211be !22972 WideResNet 310
Merge pull request !22972 from yangwm/master
2021-09-11 03:27:49 +00:00
chenhaozhe 1ccbee1fe2 update readme of model_zoo 2021-09-11 11:21:12 +08:00
i-robot 333352669a !23229 Fix batch log error
Merge pull request !23229 from huangxinjing/fix_bs_error
2021-09-11 03:16:02 +00:00
i-robot 92fa257aeb !23130 Update the operator in order to let users better understand the reason for the error of the operator part: loss and others
Merge pull request !23130 from dinglinhe/dlh_code_ms_I43QY0_loss
2021-09-11 03:06:40 +00:00
i-robot 165e750455 !23236 [MS][LITE] modify unified example to unified api
Merge pull request !23236 from zhengjun10/issue_fix
2021-09-11 02:59:09 +00:00
i-robot e2950f4814 !23254 Fix multinomial cpu kernel with two-dimension input
Merge pull request !23254 from chengang/fix_cpu_multinomial
2021-09-11 02:44:51 +00:00
i-robot 8f4b54c819 !23211 Fix security problems and code-check problems for federated's secure aggregation
Merge pull request !23211 from jxlang910/master
2021-09-11 02:43:21 +00:00
liangzelang de51b44049 fix wrong context bug in cxx_api 2021-09-11 10:42:37 +08:00
YJfuel123 16150d394f [feat][assistant][I3ALd1] add new operator EqualizerBiquad 2021-09-11 10:36:20 +08:00
zhaodezan 31674c47fc fix tf model parser 2021-09-11 10:30:08 +08:00
jonyguo 8f8882701d enhance: format realpath 2021-09-11 10:25:29 +08:00
i-robot ea632bf0be !23267 ode_docs_communication_api_note_fix
Merge pull request !23267 from yao_yf/code_docs_communication_api_note_fix2
2021-09-11 02:14:03 +00:00
huanghui 423d0d112c Not stop train when an error happens in Draw 2021-09-11 10:11:18 +08:00
yao_yf 43598738b4 communication api fix 2021-09-11 09:52:28 +08:00
i-robot cc7a2b74ac !23235 Remove mmcv
Merge pull request !23235 from zhuyuxiao/master
2021-09-11 01:21:33 +00:00
i-robot f18b986860 !23245 Rectify the error trustlist
Merge pull request !23245 from hwjiaorui/error-trustlist
2021-09-11 01:12:30 +00:00
huanghui dd71e349ca Update GetRealPath for compiler 2021-09-11 09:09:22 +08:00
i-robot e454e4d3e4 !23197 Print error message from ErrorManager when run graph fail
Merge pull request !23197 from tanghuikang/rungraph_report_error
2021-09-11 01:05:19 +00:00
i-robot cdde54a146 !23202 codedex and pclint warning fix
Merge pull request !23202 from zetongzhao/warn_fix
2021-09-10 20:01:22 +00:00
TinaMengtingZhang a2d0f0d98e Comments addressed 2021-09-10 12:22:34 -04:00
i-robot 7b4f361ca7 !23232 Fix multiprocessing attr error
Merge pull request !23232 from xiefangqi/md_fix_map_pool_issue
2021-09-10 14:59:40 +00:00
i-robot 6d709c7254 !19624 [assistant][ops] Add new dataset operator DIV2K.
Merge pull request !19624 from Rainfor/div2k
2021-09-10 14:59:21 +00:00
i-robot b14297bd06 !18598 [assistant][MulLawDecoding]
Merge pull request !18598 from QingfengLi/mulawdecoding
2021-09-10 14:58:05 +00:00
zhangyihui e121fb2e8c Heterogeneous cpu performance in GPU 2021-09-10 20:11:42 +08:00
cristoval 344b9c39d4 Fix multinomial cpu kernel with two-dimension input 2021-09-10 18:48:01 +08:00
cristoval 88737b2205 Fix multinomial cpu kernel with two-dimension input 2021-09-10 18:43:32 +08:00
liangzelang beb110a476 fix ctx device name different with real device name bug. 2021-09-10 18:10:31 +08:00
xiefangqi 66c5f937dd fix attr failed problem 2021-09-10 18:01:04 +08:00
dinglinhe bed4762573 the api others and loss rectification for easy to use 2021-09-10 18:00:14 +08:00