ZPaC
fc8a16a149
Add test case for cross-silo lenet
2021-07-24 13:52:03 +08:00
i-robot
21e090062e
!18674 deserializer 1st part - vision operations
...
Merge pull request !18674 from zetongzhao/deserialize
2021-07-23 19:25:36 +00:00
i-robot
1e1d7d5739
!20443 Add numpy-native ut/st
...
Merge pull request !20443 from 杨林枫/add_numpy_ut
2021-07-23 11:24:39 +00:00
i-robot
0f8a21693b
!18266 [assistant][ops]New operator implementation, include SoftShrink and SoftShrinkGrad
...
Merge pull request !18266 from 张璇/softshrink
2021-07-23 06:40:47 +00:00
i-robot
69a7ef8632
!20707 [AutoParallel]AutoParallel support control flow
...
Merge pull request !20707 from lichen/auto_parallel_support_control_flow
2021-07-23 06:22:12 +00:00
i-robot
bcb49f10b4
!20702 Fix NumpySlicesDataset not accept NumPy as data
...
Merge pull request !20702 from xiaotianci/fix_numpy_slices
2021-07-23 03:31:29 +00:00
i-robot
7666b6e388
!20708 fix exception type to TypeError
...
Merge pull request !20708 from xychow/fix-exception-type
2021-07-23 02:48:49 +00:00
i-robot
e8448f972b
!20725 Support the tensor of string dtype.
...
Merge pull request !20725 from 张清华/opt
2021-07-23 02:12:48 +00:00
i-robot
75fc1b174e
!20611 Add MS_DIAGNOSTIC_DATA_PATH support to configure dump path
...
Merge pull request !20611 from TinaMengtingZhang/diagnostic_path
2021-07-23 01:55:44 +00:00
i-robot
2ece9824a5
!20726 test transformer
...
Merge pull request !20726 from huchunmei/code_docs_test1
2021-07-23 01:42:50 +00:00
TinaMengtingZhang
5b8e846fe9
Support MS_DIAGNOSTIC_DATA_PATH in configuring dump path
2021-07-22 13:34:59 -04:00
i-robot
26027b89fe
!19806 add graph kernel erf, erfc, floor, floordiv, mod, floormod, div
...
Merge pull request !19806 from 杨林枫/basic_graph_kernels
2021-07-22 12:57:55 +00:00
i-robot
c53cdd5349
!20555 Fixes decorators in CPU tests
...
Merge pull request !20555 from huangbo/test_decorators_cpu
2021-07-22 11:46:24 +00:00
i-robot
66f4756555
!20476 Adding 9 object-detection operators in CPU
...
Merge pull request !20476 from huangbo/object_detection_2
2021-07-22 11:43:18 +00:00
i-robot
1ae69fd48e
!20478 Node id is configured through environment variables
...
Merge pull request !20478 from anancds/node
2021-07-22 11:18:23 +00:00
Zhang Qinghua
f91c697efc
Support the tensor of string dtype.
2021-07-22 19:05:37 +08:00
huchunmei
786776ef43
clould
2021-07-22 17:52:13 +08:00
lichenever
3c7cfb7c08
auto_parallel_support_control_flow
2021-07-22 17:31:31 +08:00
Xiao Tianci
53c01c437d
fix NumpySlicesDataset not accept numpy
2021-07-22 15:46:37 +08:00
wangrao124
463ca2434c
add numpy-native ut/st test files
2021-07-22 14:47:00 +08:00
zhousiyi
9319eff958
change the error type from RuntimeError to TypeError
2021-07-22 06:38:12 +00:00
yanglf1121
c30b1e6d06
add graph kernel div, floordiv, mod, floormod, floor
2021-07-22 14:16:56 +08:00
i-robot
e1e7d491d9
!20687 ssd_mobilenet st bug fix
...
Merge pull request !20687 from 张晓晓/master
2021-07-22 06:09:47 +00:00
zhangxiaoxiao
f4e02bfe1f
ssd_mobilenet st bug fix
...
modified: tests/st/model_zoo_tests/ssd_mobilenet_fpn/test_ssd_modelnet_fpn.py
2021-07-22 11:58:24 +08:00
i-robot
7d2a07a2bd
!20480 Add LiteGraph for graphkernel
...
Merge pull request !20480 from DeshiChen/0618_litegraph
2021-07-22 01:31:45 +00:00
zetongzhao
8693fd730a
deserialize and tests
2021-07-21 08:32:00 -04:00
huangbo77
b7ad898ce2
fixed decorators in cpu tests
2021-07-21 20:26:21 +08:00
huangbo77
7926769fc9
adding 9 object detection operators
2021-07-21 10:49:17 +08:00
dayschan
137608b518
Add LiteGraph for graphkernel
...
Add a subdirectory "model" in the "backend/optimizer/graph_kernel" for litegraph.
Implement two interfaces "AnfGraph2LiteGraph" and "LiteGraph2AnfGraph".
The litegraph will be the base data structure when we migrate the GraphKernel code
from python("mindspore/_extends/graph_kernel") to c++.
2021-07-21 10:21:11 +08:00
wangrao124
7cddde47b0
!215 add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
...
* add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
2021-07-21 10:01:17 +08:00
wsq3
5a268a5345
add argminwithvalue oparetor arithmetric
2021-07-20 20:01:18 +08:00
Lizxxy
5d00d482e4
[feat][assistant][I3PYDC] add new Ascend operator SoftShrinkGrad
2021-07-20 17:55:02 +08:00
zx
be26e62080
[feat][assistant][I3PYDB] add new Ascend operator SoftShrink
2021-07-20 17:52:46 +08:00
i-robot
a7d40fc220
!20520 [AutoParallel]Add op AllToAllv
...
Merge pull request !20520 from lichen/add_op_AllToAllv
2021-07-20 07:57:03 +00:00
chendongsheng
94a20f3ba5
node_id is configurable
2021-07-20 15:27:45 +08:00
i-robot
ed4c9682b5
!20505 limit the scope of lift free variable
...
Merge pull request !20505 from xychow/limit-lift-scope
2021-07-20 06:10:17 +00:00
lichenever
8c1998fd6b
add_op_AllToAllv
2021-07-20 10:49:28 +08:00
i-robot
c9d3c1d346
!20411 enable optimizer parallel for inference
...
Merge pull request !20411 from gziyan/enable_opt_shard_predict
2021-07-20 01:37:06 +00:00
i-robot
6061194083
!20490 update check strategy for conv2d
...
Merge pull request !20490 from yangzhenzhang/update-check-strategy-for-conv2d
2021-07-20 01:23:08 +00:00
i-robot
71e8af3800
!18540 Gpu kernel for TensorScatterMax/Min/Mul/Div and their grad operators
...
Merge pull request !18540 from Peilin/tensor-scatter-mul/div/max/min-gpu-kernel
2021-07-20 01:17:09 +00:00
i-robot
a1d952b249
!19300 [GraphKernel] add ops sin, cos, asin, acos, sign, squared_difference
...
Merge pull request !19300 from chenlei_autodiff/add_sin
2021-07-20 01:07:06 +00:00
zhousiyi
597f29ea7d
limit the lambda lift scope to the func_graph passed
2021-07-20 00:37:21 +00:00
chenlei_autodiff
7d55cef106
[GraphKernel] add sponge ops.
2021-07-19 19:34:23 +08:00
zhousiyi
b590f6d929
don't replace u with fprop_u in primal_graph and bprop_fg
2021-07-19 08:14:40 +00:00
i-robot
fd72de08d9
!20174 Send compilation attrs to akg
...
Merge pull request !20174 from DeshiChen/0708_compilewithjson
2021-07-19 08:13:36 +00:00
yangzhenzhang
b31cd27a08
update check strategy for conv2d
2021-07-19 15:03:26 +08:00
i-robot
2b0de5af92
!20339 The certificate can be configured through the configuration file
...
Merge pull request !20339 from anancds/cert
2021-07-17 08:38:32 +00:00
i-robot
3ccf3a9305
!20386 Add a st for a kind of loss-grad usage
...
Merge pull request !20386 from jxlang910/master
2021-07-17 07:16:31 +00:00
chendongsheng
dc3d6dc915
added cert
2021-07-17 10:14:28 +08:00
Peilin Wang
0824f13ea6
initial commit: change of requirements, no more div/mul, need sub
2021-07-16 20:04:00 -04:00