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
5 years ago
Payne
b12ca2165c
add bool expand dims and wait to test
5 years ago
mindspore-ci-bot
37a4cbfb3b
!10772 Prevent the multiprocess.pool from capturing KeyboardInterrupt,
From: @ouwenchang
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
ougongchang
e5529230bf
Prevent the multiprocess from capturing KeyboardInterrupt
5 years ago
mindspore-ci-bot
998483e0c3
!10610 add batchnorm3d and check in conv3d
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
9f950fb16c
add batchnorm3d
5 years ago
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
5 years ago
Ziyan
2c3b99ce91
fix infer rank list typo
5 years ago
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:
5 years ago
mindspore-ci-bot
b67aaf6773
!9832 expose_allgather_fusion_to_users
From: @gong_zi_yan
Reviewed-by:
Signed-off-by:
5 years ago
yujianfeng
728fac6c9f
Expand J for innermost graph first when the graph also contains J primitive
5 years ago
Ziyan
bbf8ec82b9
expose allgather fusion interface to users
5 years ago
buxue
1a7c161e73
support len of a Tensor
5 years ago
mindspore-ci-bot
4df0baa6c7
!10392 getitem fix bug
From: @yepei6
Reviewed-by: @zhunaipan,@kingxian,@zhunaipan
Signed-off-by: @kingxian
5 years ago
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
5 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
5 years ago
mindspore-ci-bot
261bb736de
!10063 Modify profiler directory structure to fit the new Run Package
From: @gzhcv
Reviewed-by:
Signed-off-by:
5 years ago
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:
5 years ago
mindspore-ci-bot
e1248a7246
!10389 Fix the Backward of the AllSwap Operation
From: @huangxinjing
Reviewed-by: @stsuteng,@stsuteng,@zhunaipan
Signed-off-by: @stsuteng,@stsuteng
5 years ago
Payne
4f78ee0077
fix getitem bug
5 years ago
ms_yan
deb1e6e965
use from_numpy and add do_copy option
5 years ago
mindspore-ci-bot
70dc40551a
!10020 Improve fancy index from 1st dimension to arbitrarily dimension
From: @yepei6
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
20df37e428
!10287 Add ut for dataset to_number
From: @luoyang42
Reviewed-by: @heleiwang
Signed-off-by:
5 years ago
huangxinjing
565ce81b29
Fix allsawp
5 years ago
Zirui Wu
a1355a827c
introduce a master switch to turn on and off profiler
5 years ago
mindspore-ci-bot
176ea4676c
!10261 change the int32 restrict to int restric
From: @yepei6
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
5 years ago
Payne
5c9982729d
fancy index getitem
5 years ago
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
5 years ago
Payne
236bfb75e3
change the int32 restrict to int
5 years ago
yujianfeng
e1aa34a030
Ignore the graphs with defer_inline flag when specializing on graph arguments
5 years ago
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
5 years ago
YangLuo
da6de519ae
Add ut for dataset to_number
5 years ago
mindspore-ci-bot
f8e5bffe4d
!10286 fix Wrong TypeError in numpy_native
From: @wangrao124
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
441e283e21
!10197 Add input check for the embedding
From: @huangxinjing
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
5 years ago
wangrao
2fb3f0ef4f
fix Wrong TypeError in numpy_native
5 years ago
Ziyan
c5c905fdf5
add restriction for opt shard
5 years ago
mindspore-ci-bot
5ff6de83eb
!10173 Fix Strategy Check for UnsortedSegments
From: @huangxinjing
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
5 years ago
mindspore-ci-bot
d99189f681
!10207 Fix some minor doc, typo related to AutoNumWorker
From: @ziruiwu
Reviewed-by: @mikef
Signed-off-by:
5 years ago
Zirui Wu
4ae7102fd3
address 2 tickets
5 years ago
huangxinjing
dd0da1542d
Add input check
5 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
5 years ago
huangxinjing
a8446af1ab
Fix condition check
5 years ago
gzhcv
bad8c0e422
Modify profiling dir structure to fit the new Run Package
5 years ago
mindspore-ci-bot
893d59afd7
!10097 Fix bugs for np.mean, np.asarray, np.concatenate, np.linspace
From: @yanglf1121
Reviewed-by:
Signed-off-by:
5 years ago
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
5 years ago
mindspore-ci-bot
691e3baab6
!10109 [MD] Fix Decode doc & RandomNode log
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
5 years ago
mindspore-ci-bot
6035823c4b
!10044 fix get num classes of concat
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang,@liucunwei
Signed-off-by: @liucunwei,@liucunwei
5 years ago
yanglf1121
760cd1870a
corner cases check for np.asarray, np.mean, np.concatenate
5 years ago
luoyang
595b7a782f
[MD] Fix Decode doc & RandomNode log
5 years ago
mindspore-ci-bot
734f50f36e
!10083 support non tensor inputs in model predict
From: @zhangbuxue
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
5 years ago