Commit Graph

320 Commits

Author SHA1 Message Date
zhangzhaoju c5b2996b3f Resuse ConvertData of GenerateArgumentsKey 2021-12-29 10:30:17 +08:00
i-robot e470f532fc !28113 support remove compile cache
Merge pull request !28113 from liubuyu/bug_fix
2021-12-29 01:41:06 +00:00
i-robot 9f19c0bd16 !27910 GPU支持NeighborExchangeV2
Merge pull request !27910 from Cononlly/master
2021-12-29 01:34:06 +00:00
i-robot 211fc21340 !28292 Fix api doc for sparse and numpy
Merge pull request !28292 from 杨林枫/code_docs_np_sparse
2021-12-29 00:48:12 +00:00
i-robot 00feddf25d !28279 Get the entry script from sys.argv when enable compile cache
Merge pull request !28279 from YuJianfeng/compile_cache
2021-12-28 12:52:26 +00:00
i-robot 4ea8455b61 !28095 [Dataset][multiprocessing] python的multiprocessing.pool 被kill -9或kill -15之后,子进程会被重新拉起
Merge pull request !28095 from xiefangqi/md_fix_batch_pool_reraise_problem
2021-12-28 12:24:19 +00:00
i-robot 11a16d9fb5 !26757 replace variable_memory_max_size with max_device_memory
Merge pull request !26757 from laiyongqiang/max_dvice_memory
2021-12-28 11:49:30 +00:00
i-robot 0ac56b68c4 !28296 modify VmDataType class
Merge pull request !28296 from 朱家兴/master
2021-12-28 11:41:50 +00:00
i-robot 99717c6fb5 !28046 Add data type check of tensor input
Merge pull request !28046 from zhangzhaoju/master_tensor_bool_check
2021-12-28 09:24:57 +00:00
cononlly 5277d8f959 Add GPU NeighborExchange V2 pass 2021-12-28 17:16:49 +08:00
i-robot 67e843ec7f !27487 [assistant] [ops][SpectralCentroid]
Merge pull request !27487 from 杨旭华/SpectralCentroidOp
2021-12-28 09:10:32 +00:00
i-robot af0b9bb119 !28311 Add description of enum class
Merge pull request !28311 from shenwei41/code_docs_api
2021-12-28 09:08:51 +00:00
yujianfeng 98a9fd2d41 Remove the directory path of execution script from sys.path when getting the dependent files 2021-12-28 16:54:07 +08:00
i-robot d1c4edb935 !28198 Fix ONNX Export Bug And Error Information
Merge pull request !28198 from liuyang/ms_onnx
2021-12-28 08:44:40 +00:00
i-robot b05f8357b6 !28276 code check clean
Merge pull request !28276 from liutongtong9/fileneedclean
2021-12-28 08:39:31 +00:00
lby 99cf796eea support remove kernel_meta 2021-12-28 16:33:22 +08:00
shenwei41 3c4eb453af Add description of enum class 2021-12-28 15:47:04 +08:00
i-robot 40550e16d4 !28275 modify API error info
Merge pull request !28275 from lilei/modify_parallel_API_note
2021-12-28 07:41:08 +00:00
i-robot 419b0c8072 !28299 Fix the import path for the default config
Merge pull request !28299 from huangxinjing/fx_imports
2021-12-28 06:58:04 +00:00
xiefangqi 7acba2f8be fix batch pool relaunch subprocess problem 2021-12-28 14:18:40 +08:00
i-robot edfe89c2d4 !28269 eigenvalues support int(cast to float), refine test cases
Merge pull request !28269 from wuwenbing/master
2021-12-28 06:12:57 +00:00
i-robot 976f0cd864 !28126 fixed some landscape warning
Merge pull request !28126 from Songyuanwei/landscape
2021-12-28 04:03:28 +00:00
i-robot 76eeef2640 !28249 add check for lu _factor's input which requires square matrix
Merge pull request !28249 from zhuzhongrui/pub_master
2021-12-28 03:42:38 +00:00
huangxinjing d42e2be07e fx import default config 2021-12-28 11:41:23 +08:00
i-robot bf4ddb304a !28257 fix doc string
Merge pull request !28257 from zhujingxuan/code_docs_scipy
2021-12-28 03:32:37 +00:00
i-robot 7faf774063 !22310 [assistant][ops] Add new loader SemeionDataset
Merge pull request !22310 from 杨旭华/SemeionDataset
2021-12-28 03:13:02 +00:00
z30020733 ed786fb36b modify class VmDataType
map vm data type to midspore data type
2021-12-28 11:11:25 +08:00
LaiYongqiang d6ea4523f7 replace variable_memory_max_size with max_device_memory 2021-12-28 11:04:26 +08:00
i-robot bff8d6ae01 !28247 Fix Python Vocab validation
Merge pull request !28247 from luoyang/vocab
2021-12-28 02:58:25 +00:00
yanglf1121 2937539702 fix doc 2021-12-28 10:28:06 +08:00
i-robot 15619e1843 !28098 [杭州电子科技大学][高校贡献][Mindspore][PSROIPOOLING算子]
Merge pull request !28098 from 诺哲/master
2021-12-28 02:20:44 +00:00
i-robot 3f126a8035 !28077 support dynamci batch size for mindir
Merge pull request !28077 from fangzehua/dynamic_batch_mindir
2021-12-28 02:09:16 +00:00
i-robot 348f8d8fd7 !28243 [ME] Fix magic numbers; Add tensor type check with np.str_.
Merge pull request !28243 from Margaret_wangrui/tensor
2021-12-28 01:37:41 +00:00
zhangzhaoju 9c046a8ec7 [Fix:I493BQ] Add Warning message for outmost network while input Tensor(bool) args 2021-12-28 09:02:37 +08:00
i-robot eb432deea5 !28232 Fix Transformer Imports
Merge pull request !28232 from huangxinjing/code_docs_fix_imports
2021-12-28 00:59:48 +00:00
lilei 7eb17cdc5f modify API error info 2021-12-27 21:35:46 +08:00
i-robot 54526c4b0a !25302 [feat] [assistant] [I48OD7] [I48O9K] add dynamic shape for Asinh and AsinhGrad operator
Merge pull request !25302 from 路雄博/asinh
2021-12-27 13:16:10 +00:00
i-robot 73af2d1b2d !25316 [feat] [assistant] [I48OB1] add dynamic shape for Xlogy operator
Merge pull request !25316 from 路雄博/xlogy
2021-12-27 13:01:46 +00:00
liutongtong ed24ba6745 fix code check warning 2021-12-27 20:57:02 +08:00
诺哲 0ae1e6c2e0 psroipooling 2021-12-27 20:42:54 +08:00
wenbean d2230bf2d1 Support Int matrix in eigh 2021-12-27 20:34:39 +08:00
Margaret_wangrui 7ed49078dc [ME] Fix magic numbers; Add tensor type check with np.str_ 2021-12-27 20:06:52 +08:00
luqilin 896f10d6d5 [feat][assistant][I40GYK] add new dataset loading operator SemeionDataset 2021-12-27 19:49:06 +08:00
zhujingxuan 995fcb3fbc fix doc string 2021-12-27 19:13:40 +08:00
liuyang_655 e6c2cf7b73 modify onnx export 2021-12-27 05:43:55 -05:00
z00512249 935b398194 add check for lu _factor's input which requires square matrix 2021-12-27 17:53:05 +08:00
tongyue 9a1dcd60fc [fix] [assistant] [I40GXI] fix bug in the infer function of the operator SpectralCentroid 2021-12-27 01:41:31 -08:00
i-robot 69a6c7db98 !23380 [assistant][ops] Add new loader AmazonReview
Merge pull request !23380 from 杨旭华/AmazonReview
2021-12-27 09:36:32 +00:00
luoyang ca3de66559 Fix Python Vocab validation 2021-12-27 17:12:07 +08:00
i-robot 649cedf20f !28195 Add image for imshow_det_bbox
Merge pull request !28195 from luoyang/code_docs_chinese
2021-12-27 08:58:27 +00:00