Peilin Wang
121615e2ed
remove int32 support for TensorScatterUpdate
4 years ago
TinaMengtingZhang
ac05546aeb
fix input check bug in RandomSelectSubpolicy and codex issue
4 years ago
Peilin Wang
2637133242
add float64 support to select
4 years ago
mindspore-ci-bot
1999c22c09
!13261 Fix DatasetCache C++ API
...
From: @lixiachen
Reviewed-by: @nsyca
Signed-off-by:
4 years ago
Eric
82f7c6f2c7
Moving data_helper
...
exposing json
WIP fix for removing templates
Removing templates part 1
replacing core/constants.h
removed template part 2
Changed fake data to filler data
Fixing CI
Fix CI part 2
CI fix part 2
Fix CI 3
Fixed lizard for data_util
Fixed clang
Fixing CI part 4
4 years ago
mindspore-ci-bot
483bb9de60
!13078 dataset UT: Reinstate INFO logging and data verification - part 2
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
654be6216e
!13203 Add const to C++ Sampler IR functions
...
From: @mhmotallebi
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
a0b17ea6c6
!13130 Fix source len is not divisible by batch_size in user defined sampler
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
4d35303265
support string in GPU print
4 years ago
Cathy Wong
95bbaaf9f6
dataset: Reinstate INFO logging and data verification - part 2
...
for image/vision datasets
4 years ago
Lixia Chen
72da42a3a6
Fix converting between optional string and char
4 years ago
chenzupeng
8831296fad
op support N>1
4 years ago
mindspore-ci-bot
8062a544a7
!13230 Replace inputs in order list also when replicated CNode's inputs.
...
From: @zh_qh
Reviewed-by: @hwhewei,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
chenfei
fc335daa30
get all j node and then expand them
4 years ago
lixian
a17eb3b767
fix mirror padding float abortion
4 years ago
mindspore-ci-bot
fd8d767bbe
!12394 add raises description for Adam, Lamb, Momentum, etc. operators
...
From: @wangshuide2020
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
66112f80c2
!13112 add ssd & deeplabv3 310 mindir inference
...
From: @zhangxiaoxiao16
Reviewed-by:
Signed-off-by:
4 years ago
zhouneng
467c230de9
fix word spell mistakes
4 years ago
cjh9368
d9afe41c84
[MS][LITE] support fl bert convert
4 years ago
mindspore-ci-bot
acac944c71
!13237 fix TanhGrad
...
From: @xutianchun
Reviewed-by: @HilbertDavid,@ddwsky
Signed-off-by: @HilbertDavid
4 years ago
mindspore-ci-bot
be17d5c54c
!11678 Reactor pynative
...
From: @zjun3021
Reviewed-by:
Signed-off-by:
4 years ago
Pengyongrong
1177c11705
fix some problems for gpu ops
4 years ago
Xiao Tianci
4a7100c7f9
fix RandomAffine degree error and some examples in docs
4 years ago
wangdongxu
779d60faeb
fix pad/conv2d/winograd bugs
4 years ago
mindspore-ci-bot
3b74db3fad
!12477 [MSLITE] modify train convert name
...
From: @zhengjun10
Reviewed-by: @HilbertDavid
Signed-off-by: @HilbertDavid
4 years ago
mindspore-ci-bot
65c5afd1c8
!13212 profiler: optimized the logging info for device memory profiling
...
From: @zhangyunshu
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
mindspore-ci-bot
f5bbdc992a
!13224 add lenet readme
...
From: @zoloft
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
12f926959e
!13187 [lite]adjust format order
...
From: @xu_anyue
Reviewed-by: @jpc_chenjianping,@hangangqiang
Signed-off-by: @jpc_chenjianping
4 years ago
mindspore-ci-bot
2013e3f370
!13216 If data_format is NCDHW, BatchNorm to BatchNorm3D.
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
yangruoqi713
7e5e0671c8
[MSLITE][Develop] fix bug of cpu arm32 MatVecMul
4 years ago
mindspore-ci-bot
682a8926bd
!13176 fix minddata transform issue
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
0cabffe945
!13083 [MD] [GPU] fix pynative get data timeout
...
From: @liyong126
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c35d2d0899
!13196 [auto-monad] Support multi return points
...
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
Zhang Qinghua
1e64b92470
Output func graph's raw pointer address.
4 years ago
z00512249
6821a4e3e6
add lenet readme.md
4 years ago
mindspore-ci-bot
fa1fbc088c
!13163 modify api detect_overflow name in TrainOneStepWithLossScaleCell
...
From: @wangnan39
Reviewed-by: @kingxian,@hwhewei
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
89969f3502
!13123 fix the output shape of the operator maxPoolGradGrad
...
From: @david-he91
Reviewed-by:
Signed-off-by:
4 years ago
xiaoyisd
3d1ce87d70
cartpolev0-cartpolev1
4 years ago
liuyu
f0e35e6779
move if and while from cops to converter/ops
4 years ago
yyyzzzhao
ebaa454307
update gpu support
4 years ago
Zhenglong Li
6b3df8af51
Fix CsvDataset Operation bug
4 years ago
huanghui
bc8461ccce
fix parse '+' to F.add
4 years ago
mindspore-ci-bot
703aae3bae
!13213 add script
...
From: @zhujingxuan
Reviewed-by: @hangangqiang
Signed-off-by: @wangchengyuan
4 years ago
yujianfeng
b3a2d4bdaa
Not print the tensor python object util it has been initialized
4 years ago
qujianwei
a456bb2829
delete image meta in eval process
4 years ago
mindspore-ci-bot
5d7670b979
!13166 fix onnx deconv PadMode bug
...
From: @lyvette
Reviewed-by: @hangangqiang,@HilbertDavid
Signed-off-by: @hangangqiang
4 years ago
wangshuide2020
28bf0b4fe2
add raises description for Adam, Lamb, Momentum, etc. operators.
4 years ago
xutianchun
3f880ee41e
fix TanhGrad not recognized
4 years ago
yangjie159
725066a104
update example of micro
4 years ago
mindspore-ci-bot
a1c3f55aca
!13197 support item negative index bprop
...
From: @zhangbuxue
Reviewed-by: @ginfung
Signed-off-by:
4 years ago