mindspore-ci-bot
3708624a25
!11559 [MD] Change the default spill location of cache server
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
2021-01-27 03:12:24 +08:00
ougongchang
c6e4b0c85f
Add more log when collect graph and use summary operators
...
Fix can not collect input data when batch size is 1 and total step
number is 1
Fixed spelling errors
2021-01-26 11:24:16 +08:00
Lixia Chen
be6d310946
Default to memory-only cache server
2021-01-25 18:38:24 -05:00
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
...
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2021-01-23 17:24:17 +08:00
mindspore-ci-bot
f8f6421459
!10968 Add dynamic shape support for the operator Concat
...
From: @david-he91
Reviewed-by:
Signed-off-by:
2021-01-23 16:58:40 +08:00
xiefangqi
3f76abcdee
minddata err msg add file path
2021-01-22 16:38:46 +08:00
mindspore-ci-bot
fd6dc1b060
!11177 modify Tensor
...
From: @Somnus2020
Reviewed-by:
Signed-off-by:
2021-01-22 11:37:11 +08:00
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
2021-01-22 10:31:31 +08:00
mindspore-ci-bot
2beb916bf5
!11427 TextOp decoupling
...
From: @alexyuyue
Reviewed-by:
Signed-off-by:
2021-01-22 09:09:41 +08:00
mindspore-ci-bot
fcc4a4eaea
!11397 add GetDatasetSize to concat_node
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
2021-01-22 08:08:41 +08:00
mohammad
b5e91139e2
add GetDatasetSize to concat node
2021-01-21 16:25:48 -05:00
mindspore-ci-bot
6394ba3974
!11499 delete useless params in pipeline parallel
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
2021-01-21 21:35:43 +08:00
hedongdong
8241dfa443
Add dynamic shape support for the operator Concat
2021-01-21 20:36:29 +08:00
mindspore-ci-bot
0c5b6107a7
!11475 support dict for isinstance
...
From: @zhangbuxue
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @ginfung
2021-01-21 19:31:13 +08:00
yangzhenzhang
cbca482e59
delete useless parameter in pipeline parallel
2021-01-21 19:05:40 +08:00
lilei
7d9f5f6dba
modify Tensor
2021-01-21 17:46:34 +08:00
buxue
2ea8b9e738
add dict for isinstance
2021-01-21 17:30:35 +08:00
yangzhenzhang
7303c3d3b8
add group ckpt
2021-01-21 14:41:05 +08:00
alex-yuyue
a8675f8227
TextOp decoupling
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-01-20 21:52:45 -05:00
mindspore-ci-bot
55594db01c
!11348 add check for outermost net inputs type and support isinstance first arg is an empty list
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-01-20 19:00:08 +08:00
buxue
e8cd572bc2
add check for outermost net inputs type and support isinstance first arg an empty list
2021-01-20 14:48:06 +08:00
mindspore-ci-bot
775d71f9c1
!11408 Update PP example
...
From: @zichun_ye
Reviewed-by: @wang_zi_dong,@sunnybeike
Signed-off-by:
2021-01-20 09:17:23 +08:00
Zichun Ye
ca316f4422
update doc example in probability
...
fix typo in probability module
fix pylint in msp
2021-01-19 11:51:43 -05:00
mindspore-ci-bot
60feffad20
!11332 update Pooling's attr kernel_size, pad_mode
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
2021-01-19 16:17:45 +08:00
Lixia Chen
273865a72b
Rename SamplerObj::Build() to SamplerBuild()
2021-01-18 15:42:34 -05:00
mindspore-ci-bot
91842af2ad
!11245 Pushing down pipeline json serializer logic to C++ IR - PART II
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
2021-01-19 04:31:32 +08:00
buxue
15593dc98f
improve isinstance function in graph mode
2021-01-18 19:18:48 +08:00
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
2021-01-18 12:10:20 +08:00
mindspore-ci-bot
e214c69bc2
!11195 develop dice loss
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-01-18 12:00:41 +08:00
buxue
69d9a33ddb
show line of code when parse or resolve phase exception
2021-01-16 16:31:04 +08:00
Jiaqi
87ecd44f67
develop dice loss
2021-01-16 15:54:06 +08:00
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
2021-01-15 18:03:37 -05:00
mindspore-ci-bot
eacc8bac89
!10755 [Numpy-Native] Add new numpy-native interfaces to mindspore.numpy
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
2021-01-15 10:04:17 +08:00
mindspore-ci-bot
a2d9c5914a
!10944 Tensor op decoupling stage 2
...
From: @alexyuyue
Reviewed-by:
Signed-off-by:
2021-01-15 05:28:50 +08:00
alex-yuyue
b54e01bfb4
Tensor op decoupling stage 2
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2021-01-14 11:51:16 -05:00
buxue
7eaf84d07a
remove attr support_non_tensor_input of cell
2021-01-14 16:19:23 +08:00
yanglf1121
72903c11c8
add array_ops, math_ops and tensor ops
2021-01-14 15:32:36 +08:00
mindspore-ci-bot
44507b4a64
!11200 support non tensor inputs for ms_function and grad of net
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-01-14 14:41:08 +08:00
mindspore-ci-bot
151c0e2977
!11132 modify batchnormal and fusedbatchnormal
...
From: @Somnus2020
Reviewed-by:
Signed-off-by:
2021-01-14 10:57:10 +08:00
buxue
acec35d4d4
support non tensor inputs
2021-01-14 09:21:01 +08:00
lilei
9a45c4419c
modify batch_normal
2021-01-13 20:59:46 +08:00
mindspore-ci-bot
1dd600d416
!11114 add perplexity metric
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-01-13 14:58:59 +08:00
TinaMengtingZhang
4812fece80
[Part I] Push down json save logic to IR and add getter to each IR node
2021-01-12 11:17:45 -05:00
Jiaqi
d6f4421a1d
perplexity
2021-01-12 20:26:26 +08:00
Nat Sutyanyong
686772cce7
Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
...
with comments from the peer view addressed
2021-01-11 12:20:40 -05:00
mindspore-ci-bot
fb97aa327c
!10881 add the tensor collection feature when record summary
...
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
2021-01-11 20:59:07 +08:00
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
2021-01-11 12:39:36 +08:00
liuxiao93
aacad990c3
Add grad of sort.
2021-01-11 09:07:46 +08:00
mindspore-ci-bot
7957a3b6f5
!10988 Tensor op decoupling stage 1
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
2021-01-09 05:12:10 +08:00
Eric
be46ccf721
Started vision decoupling
...
map validate params
Changing bindings
Change behavior of vision.cc
Added signature and changed Cmake
Compiling
Need to fix compile
Added compiling random transforms
python changes for decoupling
two failed test case remaining
Compiling random choice
passes all ut
Changed assert
review comments
Added validate params
add back return value
Fix lint
py lint fix
pylint 2
Addressing comments
2021-01-08 09:42:20 -05:00
mindspore-ci-bot
b355f5402b
!10309 Port over getter pass and tensor fusion pass to IR
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
2021-01-08 21:37:51 +08:00
Zirui Wu
0e68575e77
port over getter pass
...
port over tensor_op_fusion pass
add fusion support for prebuildOpeartion (TensorOpeartion)
2021-01-07 10:52:49 -05:00
Jiaqi
f6de97fc27
bleu_score
2021-01-07 21:24:38 +08:00
mindspore-ci-bot
62888f23b8
!10400 roc and auc
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-01-07 21:19:41 +08:00
mindspore-ci-bot
274e0aa750
!10885 add nll_loss operation
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-01-07 14:15:22 +08:00
mindspore-ci-bot
1276715c11
!10939 surface distance
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-01-07 11:02:15 +08:00
Jiaqi
ef3f6d62db
auc_roc
2021-01-07 10:55:16 +08:00
mindspore-ci-bot
09848d7ef3
!9083 add dice and hausdroff
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-01-07 10:31:42 +08:00
mindspore-ci-bot
67296c08c7
!9502 add hausdroff distance
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
2021-01-07 10:31:32 +08:00
mindspore-ci-bot
1c942ce49f
!10221 support grad accumulation for auto parallel
...
From: @yangzhenzhang
Reviewed-by:
Signed-off-by:
2021-01-06 15:27:34 +08:00
mindspore-ci-bot
1f06cd63f3
!10436 Support to control whether to throw runtime exceptions in SummaryRecord
...
From: @ouwenchang
Reviewed-by:
Signed-off-by:
2021-01-06 14:21:21 +08:00
mindspore-ci-bot
1d1f6841b9
!10937 keep consistent in Graph mode and PyNative mode for 'isinstance'
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-01-06 10:29:49 +08:00
ougongchang
06be546b52
Support to control whether raise RuntimeError exception in SummaryRecord
...
1. Support explainer raise an RuntimeError exception
2. fix the ut of SummaryRecord
2021-01-06 10:07:47 +08:00
yangzhenzhang
9da3f9bec9
mini step grad accumulation
2021-01-06 09:25:06 +08:00
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
2021-01-06 09:11:35 +08:00
mindspore-ci-bot
03e655f14a
!10070 Fixing GetDatasetSize issue with chained samplers
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
2021-01-06 05:11:51 +08:00
buxue
6d395c1d3f
keep consistent in Graph mode and PyNative mode for 'isinstance'
2021-01-05 21:36:10 +08:00
mindspore-ci-bot
a531628dd5
!10325 modify MetaTensor and Tensor
...
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
2021-01-05 17:50:34 +08:00
Jiaqi
29cd33a542
3d
2021-01-05 17:25:41 +08:00
Jiaqi
9a5b9525de
hausdorff_distance
2021-01-05 17:20:57 +08:00
Jiaqi
ed7cf87d0b
surface distance
2021-01-05 17:13:12 +08:00
lilei
b858097ae4
modify MetaTensor and Tensor
2021-01-04 20:58:34 +08:00
Payne
b12ca2165c
add bool expand dims and wait to test
2020-12-31 14:55:13 +08:00
mindspore-ci-bot
37a4cbfb3b
!10772 Prevent the multiprocess.pool from capturing KeyboardInterrupt,
...
From: @ouwenchang
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
2020-12-30 10:02:25 +08:00
ougongchang
e5529230bf
Prevent the multiprocess from capturing KeyboardInterrupt
2020-12-29 17:46:42 +08:00
mindspore-ci-bot
998483e0c3
!10610 add batchnorm3d and check in conv3d
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2020-12-29 16:56:22 +08:00
jiangzhenguang
9f950fb16c
add batchnorm3d
2020-12-29 09:37:35 +08:00
mindspore-ci-bot
2e684df5b1
!10686 fix infer rank list typo and add testcase
...
From: @gong_zi_yan
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
2020-12-28 21:20:19 +08:00
Ziyan
2c3b99ce91
fix infer rank list typo
2020-12-28 18:46:01 +08:00
mindspore-ci-bot
0d04de8db2
!10455 Expand J for innermost graph first when the graph also contains J primitive
...
From: @ginfung
Reviewed-by: @zhunaipan
Signed-off-by:
2020-12-28 14:42:07 +08:00
mindspore-ci-bot
b67aaf6773
!9832 expose_allgather_fusion_to_users
...
From: @gong_zi_yan
Reviewed-by:
Signed-off-by:
2020-12-28 09:54:57 +08:00
yujianfeng
728fac6c9f
Expand J for innermost graph first when the graph also contains J primitive
2020-12-28 09:37:23 +08:00
Ziyan
bbf8ec82b9
expose allgather fusion interface to users
2020-12-27 17:44:45 +08:00
buxue
1a7c161e73
support len of a Tensor
2020-12-26 17:02:25 +08:00
mindspore-ci-bot
4df0baa6c7
!10392 getitem fix bug
...
From: @yepei6
Reviewed-by: @zhunaipan,@kingxian,@zhunaipan
Signed-off-by: @kingxian
2020-12-24 20:49:17 +08:00
mindspore-ci-bot
221d5b67d2
!10442 change code in modelzoo to import dataset APIs from mindspore.dataset rather than mindspore.dataset.engine
...
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-24 19:56:39 +08:00
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
2020-12-24 17:30:02 +08:00
mindspore-ci-bot
261bb736de
!10063 Modify profiler directory structure to fit the new Run Package
...
From: @gzhcv
Reviewed-by:
Signed-off-by:
2020-12-24 16:53:13 +08:00
mindspore-ci-bot
1343c9cca2
!10255 using do_copy option to choose Tensor.from_numpy to do Tensor convert
...
From: @ms_yan
Reviewed-by:
Signed-off-by:
2020-12-24 14:53:18 +08:00
mindspore-ci-bot
e1248a7246
!10389 Fix the Backward of the AllSwap Operation
...
From: @huangxinjing
Reviewed-by: @stsuteng,@stsuteng,@zhunaipan
Signed-off-by: @stsuteng,@stsuteng
2020-12-24 09:38:29 +08:00
Payne
4f78ee0077
fix getitem bug
2020-12-23 22:02:23 +08:00
ms_yan
deb1e6e965
use from_numpy and add do_copy option
2020-12-23 21:38:05 +08:00
mindspore-ci-bot
70dc40551a
!10020 Improve fancy index from 1st dimension to arbitrarily dimension
...
From: @yepei6
Reviewed-by:
Signed-off-by:
2020-12-23 21:23:36 +08:00
mindspore-ci-bot
20df37e428
!10287 Add ut for dataset to_number
...
From: @luoyang42
Reviewed-by: @heleiwang
Signed-off-by:
2020-12-23 21:14:42 +08:00
huangxinjing
565ce81b29
Fix allsawp
2020-12-23 17:17:03 +08:00
Zirui Wu
a1355a827c
introduce a master switch to turn on and off profiler
2020-12-22 16:48:01 -05:00
mindspore-ci-bot
176ea4676c
!10261 change the int32 restrict to int restric
...
From: @yepei6
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
2020-12-22 20:39:29 +08:00
Payne
5c9982729d
fancy index getitem
2020-12-22 18:13:16 +08:00
mindspore-ci-bot
9b3226c2b6
!10289 Ignore the graphs with defer_inline flag when specializing on graph arguments
...
From: @ginfung
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
2020-12-22 17:41:20 +08:00
Payne
236bfb75e3
change the int32 restrict to int
2020-12-22 17:35:02 +08:00
yujianfeng
e1aa34a030
Ignore the graphs with defer_inline flag when specializing on graph arguments
2020-12-22 14:32:44 +08:00
mindspore-ci-bot
00611b1c41
!10175 Add tensor.ndim and rename tensor.size() to tensor.size
...
From: @yanglf1121
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
2020-12-22 14:13:10 +08:00
YangLuo
da6de519ae
Add ut for dataset to_number
2020-12-21 20:09:03 +08:00
mindspore-ci-bot
f8e5bffe4d
!10286 fix Wrong TypeError in numpy_native
...
From: @wangrao124
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
2020-12-21 19:30:08 +08:00
mindspore-ci-bot
441e283e21
!10197 Add input check for the embedding
...
From: @huangxinjing
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
2020-12-21 19:12:09 +08:00
wangrao
2fb3f0ef4f
fix Wrong TypeError in numpy_native
2020-12-21 16:33:36 +08:00
Ziyan
c5c905fdf5
add restriction for opt shard
2020-12-19 17:43:55 +08:00
mindspore-ci-bot
5ff6de83eb
!10173 Fix Strategy Check for UnsortedSegments
...
From: @huangxinjing
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
2020-12-19 14:24:58 +08:00
mindspore-ci-bot
d99189f681
!10207 Fix some minor doc, typo related to AutoNumWorker
...
From: @ziruiwu
Reviewed-by: @mikef
Signed-off-by:
2020-12-19 06:35:59 +08:00
Zirui Wu
4ae7102fd3
address 2 tickets
2020-12-18 15:03:32 -05:00
huangxinjing
dd0da1542d
Add input check
2020-12-18 19:54:49 +08:00
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
2020-12-18 17:15:42 +08:00
huangxinjing
a8446af1ab
Fix condition check
2020-12-18 16:43:43 +08:00
gzhcv
bad8c0e422
Modify profiling dir structure to fit the new Run Package
2020-12-18 11:04:07 +08:00
mindspore-ci-bot
893d59afd7
!10097 Fix bugs for np.mean, np.asarray, np.concatenate, np.linspace
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
2020-12-18 09:10:51 +08:00
Mahdi
98ea8fa6ea
Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers
2020-12-17 13:26:42 -05:00
mindspore-ci-bot
fc11b7dd68
!10074 Fix a testcase error when shuffle is above cache
...
From: @lixiachen
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei,@liucunwei
2020-12-17 19:56:26 +08:00
mindspore-ci-bot
691e3baab6
!10109 [MD] Fix Decode doc & RandomNode log
...
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-17 19:50:19 +08:00
mindspore-ci-bot
6035823c4b
!10044 fix get num classes of concat
...
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang,@liucunwei
Signed-off-by: @liucunwei,@liucunwei
2020-12-17 19:30:50 +08:00
yanglf1121
760cd1870a
corner cases check for np.asarray, np.mean, np.concatenate
2020-12-17 18:33:10 +08:00
luoyang
595b7a782f
[MD] Fix Decode doc & RandomNode log
2020-12-17 17:04:31 +08:00
mindspore-ci-bot
734f50f36e
!10083 support non tensor inputs in model predict
...
From: @zhangbuxue
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
2020-12-17 16:33:52 +08:00
buxue
f90f77c16e
support non tensor inputs in model predict
2020-12-17 14:17:41 +08:00
buxue
aeeef7607a
remove the 'raise' in construct of Cell
2020-12-17 10:54:42 +08:00
Lixia Chen
a7f0e13234
Remove special treatment for cache above repeat
2020-12-16 21:13:04 -05:00
YangLuo
df9f4f41e8
fix get num classes of concat
2020-12-16 14:58:32 +08:00
mindspore-ci-bot
26ff566f90
!10002 fix get dataset size in distributed scenario
...
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-16 14:25:39 +08:00
Xiao Tianci
633f97bb48
fix get dataset size in distributed scenario
2020-12-15 20:41:45 +08:00
yanglf1121
9072283395
fix mindpsore.numpy packaging issue and format API comments
2020-12-15 18:06:55 +08:00
mindspore-ci-bot
c4f284b928
!9910 [MD][Perf] MindData add NormalizePad for GPU performance
...
From: @xiefangqi
Reviewed-by:
Signed-off-by:
2020-12-15 16:51:22 +08:00
mindspore-ci-bot
b8faa8293b
!9920 python eager add decode
...
From: @luoyang42
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
2020-12-15 16:37:39 +08:00
mindspore-ci-bot
dd134d7554
!9926 optimize list setitem in bprop
...
From: @zhangbuxue
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
2020-12-15 16:20:07 +08:00
buxue
2530943a7f
optimize list getitem in bprop
2020-12-15 15:00:49 +08:00
xiefangqi
3c6cc3c58c
Add NormalizePadOp
2020-12-15 11:45:41 +08:00
YangLuo
18e61a627a
python eager add decode
2020-12-15 10:00:59 +08:00
mindspore-ci-bot
a9f2de8307
!9737 complete fancy index getitem
...
From: @yepei6
Reviewed-by:
Signed-off-by:
2020-12-15 09:44:52 +08:00
Payne
4c8f0914d0
complete fancy index getitem
2020-12-14 22:18:38 +08:00
mindspore-ci-bot
ca4225a4f3
!9717 amend some script
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
2020-12-14 19:39:15 +08:00
mindspore-ci-bot
3a803b3c18
!9862 Fix the bug of ImageNetToMR
...
From: @shenwei41
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
2020-12-14 15:53:14 +08:00
jiangzhenguang
9cf856dd25
amend some script
2020-12-14 11:08:20 +08:00
mindspore-ci-bot
ad6507d88a
!9825 [MD] fix pad, normalize in c_trasnform
...
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-14 10:48:10 +08:00
mindspore-ci-bot
e10dbb4a7f
!9723 add ir passes to unify mindir
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
2020-12-14 10:14:47 +08:00
jjfeing
1984cf8e20
unify mindir
2020-12-12 17:55:16 +08:00
buxue
70d12aae26
add detailed and accurate description for support non tensor inputs for outermost net.
2020-12-12 16:54:08 +08:00
shenwei41
547f96717b
Fix Bug
2020-12-12 11:35:34 +08:00
mindspore-ci-bot
d5db8872fd
!9834 Fix wrong input argument of Reshape for multi field embedding
...
From: @huangxinjing
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
2020-12-11 21:31:48 +08:00
huangxinjing
996ee72c50
Fix embedding layer
...
Fix input check
2020-12-11 19:13:09 +08:00
mindspore-ci-bot
5e35bec957
!9799 change_last_nodes_strategy_in_auto_parallel_when_eval_and_predict
...
From: @yao_yf
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
2020-12-11 17:51:32 +08:00
luoyang
1cc147df1d
fix pad, normalize in c_trasnform
2020-12-11 17:46:29 +08:00
mindspore-ci-bot
10d326ee62
!9798 hide arange
...
From: @bairongz
Reviewed-by: @zh_qh,@zhunaipan
Signed-off-by: @zh_qh
2020-12-11 15:29:33 +08:00
yao_yf
19fe28cb9b
hange strategys of last nodes in eval/predict at auto parallel mode
2020-12-11 11:11:28 +08:00
Zirui Wu
77521e78d2
staging
2020-12-10 14:45:04 -05:00
Bairong
8cf43e59e0
hide arange, delete related test case and improve the doc string of nn.Range
2020-12-10 21:42:59 +08:00
mindspore-ci-bot
8c0d066bf9
!9763 Change name from interpolate to resizeBilinear
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh,@zhunaipan
Signed-off-by: @zh_qh
2020-12-10 17:41:14 +08:00
Xiaoda Zhang
e78228603b
move parallel-related black-list to core/ir, and fix the cloneCNode bug
2020-12-10 15:57:01 +08:00
l00591931
130c61cfc0
change name from interpolate to resizeBilinear
2020-12-10 11:46:40 +08:00
mindspore-ci-bot
9ecf062581
!9552 change the import level of dynamic_lr
...
From: @wangnan39
Reviewed-by: @kingxian,@zh_qh,@kingxian
Signed-off-by: @kingxian,@kingxian
2020-12-10 11:15:08 +08:00
mindspore-ci-bot
78fba32865
!9752 Fix potential hang in RandomData and incorrectly named functions
...
From: @ziruiwu
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
2020-12-10 10:51:01 +08:00
mindspore-ci-bot
3f82405d17
!9639 Add Numpy Native to Mindspore
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
2020-12-10 09:45:16 +08:00
Zirui Wu
91a6b2b0ca
Add checks to RandomData and LookUp
2020-12-09 17:09:34 -05:00
yanglf1121
59e5afd2bb
Add mindnumpy to mindspore
2020-12-09 21:35:16 +08:00
wangnan39@huawei.com
0fe9e2e4cb
support import dynamic_lr from nn
2020-12-09 17:47:52 +08:00
mindspore-ci-bot
a2aea8cba5
!9578 add_conv3d_transpose_object
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui
2020-12-09 16:41:48 +08:00
mindspore-ci-bot
6d34bacc17
!9470 support arange in functional.py
...
From: @bairongz
Reviewed-by: @ginfung
Signed-off-by:
2020-12-09 14:39:36 +08:00
jiangzhenguang
5060565920
add conv3d_transpose.
2020-12-09 13:48:23 +08:00
mindspore-ci-bot
317a97e6b9
!9336 auto num_parallel_workers setup
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
2020-12-09 08:32:55 +08:00
mindspore-ci-bot
a2c80435ce
!9685 Fix a core dump in TreeConsumer::Terminate() plus minor cache fixes
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
2020-12-09 08:21:22 +08:00
Zirui Wu
d6df1b0832
Implemented AutoNumWorker Pass which sets num_workers of selected parallel ops automatically if enabled
2020-12-08 17:49:05 -05:00
Lixia Chen
32b82c2737
Fix a core dump in TreeConsumer::Terminate()
...
and other minor cache changes
2020-12-08 15:38:40 -05:00
mindspore-ci-bot
934005f390
!9636 Remove batch_map multi-process test case
...
From: @hfarahat
Reviewed-by: @nsyca,@mikef
Signed-off-by: @mikef
2020-12-08 23:24:56 +08:00
mindspore-ci-bot
231fccf66c
!9600 Add Adagrad Optimizer
...
From: @zyx5256
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui
2020-12-08 18:29:18 +08:00
hesham
ff65f6feb8
Remove batch_map multiprocess test case
2020-12-08 00:36:02 -05:00
mindspore-ci-bot
f6a22cb455
!9591 Assignment enables negative index
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2020-12-08 11:03:48 +08:00
mindspore-ci-bot
ec3983b77d
!9577 support distributed predict
...
From: @gong_zi_yan
Reviewed-by: @caozhou_huawei,@yao_yf,@stsuteng,@zh_qh
Signed-off-by: @stsuteng
2020-12-08 10:28:30 +08:00
zhuyuxiao
37bebc751b
add adagrad optim
2020-12-08 09:38:15 +08:00
mindspore-ci-bot
e6ec9be6c2
!9386 l1_regularizer开发
...
From: @dangjiaqi1
Reviewed-by:
Signed-off-by:
2020-12-07 21:58:58 +08:00
“dangjiaqi1”
39948670dd
new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
2020-12-07 20:08:35 +08:00
l00591931
3189868a15
Assignment enable index smaller than 0
2020-12-07 17:09:03 +08:00
Bairong
2eeaec7512
support arange in functional.py
2020-12-07 16:22:55 +08:00
Ziyan
e7e9dae54d
support distributed predict
2020-12-07 16:12:45 +08:00
mindspore-ci-bot
186f5394ba
!9155 add_conv3d_object
...
From: @jiangzg001
Reviewed-by:
Signed-off-by:
2020-12-07 11:48:06 +08:00
mindspore-ci-bot
5d1a8b09db
!9097 Primitive Shape support return range of dynamic shape
...
From: @M20211031
Reviewed-by: @ginfung
Signed-off-by:
2020-12-07 10:30:02 +08:00
mindspore-ci-bot
3c4a585143
!9545 Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2020-12-05 18:26:34 +08:00
mindspore-ci-bot
aa5d4e08a9
!9544 Fix a possible seg fault in GenerateCRC caused by std::regex
...
From: @lixiachen
Reviewed-by: @jonyguo,@heleiwang
Signed-off-by: @heleiwang
2020-12-05 15:31:40 +08:00
liuxiao93
712ad98a92
Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
2020-12-05 14:53:14 +08:00
mindspore-ci-bot
3b7acc57c9
!9508 [Auto parallel] Set CNODE's fullname when cloning
...
From: @xiaoda_zh
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
2020-12-05 13:56:13 +08:00
Lixia Chen
27579fe858
Fix a seg fault caused by std::regex
2020-12-04 20:58:11 -05:00
Nat Sutyanyong
4cb78f2e03
Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
2020-12-04 17:37:07 -05:00
mindspore-ci-bot
3280474d71
!9533 dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
...
From: @cathwong
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
2020-12-05 06:01:13 +08:00
Jesse Lee
0c8dfc68ec
Fix hang on RequestFreeTag
2020-12-04 14:54:30 -05:00
Cathy Wong
69b269c6cf
dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
2020-12-04 14:39:52 -05:00
jiangzhenguang
c45eee9b94
add conv3d object
2020-12-04 20:13:29 +08:00
Xiaoda Zhang
9a9e3a751e
set cnode's fullname when cloning
2020-12-04 15:59:44 +08:00
mindspore-ci-bot
4f607e9c26
!9335 Add multiprocessing support to per_batch_map
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
2020-12-04 15:13:46 +08:00
mindspore-ci-bot
a6b716003f
!9469 Fix minor issues in distribution classes
...
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
2020-12-04 09:41:49 +08:00
Xun Deng
4ef9e9e57f
fix minor issues in distribution classes
2020-12-03 14:47:08 -05:00
Nat Sutyanyong
d69a29a44e
Migrate 3 pre passes to IR optimizer, namely, cache_error_pass, epoch_injection, and removal_pass
2020-12-03 14:40:03 -05:00
mindspore-ci-bot
73c91e05b1
!9398 Change Build to return status
...
From: @alex-yuyue
Reviewed-by: @mikef
Signed-off-by:
2020-12-03 23:43:08 +08:00
mindspore-ci-bot
4bb7303463
!9424 [PipelineSplit]Fix Shared Parameter bug
...
From: @lichen666
Reviewed-by: @zh_qh
Signed-off-by:
2020-12-03 20:43:31 +08:00
lichenever
818e920f02
fix_pipeline_split_param_shared_bug
2020-12-03 19:30:29 +08:00