zhanghuiyao
|
776eb28e6e
|
Add ModelZoo Network: Unet.
|
5 years ago |
zhaoting
|
d421f49e60
|
delete redundant codes
|
5 years ago |
liyong
|
0e306850f2
|
fix mixup comment
|
5 years ago |
xuanyue
|
2ad3eb5024
|
fix memory leaks
|
5 years ago |
mindspore-ci-bot
|
63ae2c3639
|
!6374 LSTM API optimization
Merge pull request !6374 from caojian05/ms_master_lstm_api_optimation
|
5 years ago |
mindspore-ci-bot
|
b759d402af
|
!6416 [MSLITE][Develop] deconv fp16 bug
Merge pull request !6416 from ling/deconv
|
5 years ago |
mindspore-ci-bot
|
efd0fde424
|
!6397 [MSLITE] Fix the bug of int8 matmul weight tensor init
Merge pull request !6397 from zhanyuan/dev
|
5 years ago |
yoni
|
30993000e0
|
add lenet test
|
5 years ago |
wangzhe
|
af174ae3d0
|
internal/model.h add ReduceMode & add operator new and operator delete for internal/MSTensor
|
5 years ago |
linqingke
|
dda3176fca
|
new add sqrt_grad and rsqrt_grad.
|
5 years ago |
gongdaguo
|
1c3cf9f3f7
|
Using the mindspore1.0 Library and add lite test model
|
5 years ago |
wilfChen
|
b6b0f4c68d
|
alexnet dataset seed
|
5 years ago |
mindspore-ci-bot
|
016a656b33
|
!6401 [MSLITE][Develop] add arm32 cpu aware training testcase
Merge pull request !6401 from yangruoqi713/test
|
5 years ago |
wilfChen
|
c267aaefe9
|
alexnet readme
|
5 years ago |
mindspore-ci-bot
|
db0c0caf10
|
!6393 bugfix delete batch_size
Merge pull request !6393 from yoonlee666/master
|
5 years ago |
changzherui
|
4275ecb11b
|
mod quant export mindir bug
|
5 years ago |
ling
|
a31d14aec5
|
[MSLITE][Develop] deconv fp16 bug
|
5 years ago |
Jiaqi
|
4b431f6ace
|
modify api
|
5 years ago |
yangruoqi713
|
0eae700165
|
[MSLITE][Develop] add arm32 cpu aware training testcase
|
5 years ago |
sunsuodong
|
5c97d0fb3d
|
fix reduce relu6
|
5 years ago |
bingyaweng
|
fc7e7c9044
|
modify comments of API in mdp
|
5 years ago |
BowenK
|
607ea81c7b
|
fix static check
|
5 years ago |
lilei
|
6215e30086
|
clear up codedex of C++
|
5 years ago |
mindspore-ci-bot
|
0e60ed8927
|
!6351 [MS][LITE][CPU]fix int8 function call of liboptimize
Merge pull request !6351 from lixian/master
|
5 years ago |
mindspore-ci-bot
|
deb1d2ba96
|
!6403 fix codex clean bug
Merge pull request !6403 from laiyongqiang/codex2
|
5 years ago |
ZPaC
|
58d6406178
|
Add pointer check for PS
|
5 years ago |
mindspore-ci-bot
|
ab75268187
|
!6289 mobilenetv2 debug load_ckpt and move raiseError when create dataset
Merge pull request !6289 from yepei6/master_mobilenetv2_debug
|
5 years ago |
mindspore-ci-bot
|
c5c8b9ae19
|
!6405 fix debug build error
Merge pull request !6405 from zhaozhenlong/lite/issue/inline_remove2
|
5 years ago |
mindspore-ci-bot
|
a217deada9
|
!6345 [MS][LITE]add determination of malloc/new
Merge pull request !6345 from fuzhiye/tmp
|
5 years ago |
zhanyuan
|
3e73f7d887
|
Fix the bug of int8 matmul weight tensor init
|
5 years ago |
liuxiao93
|
9ef76c1aac
|
nn.MatMul support broadcast.
|
5 years ago |
wuxuejian
|
e893368fae
|
add padding grad op
|
5 years ago |
zhaozhenlong
|
e08d56fcb1
|
fix -d build error
|
5 years ago |
zhaojichen
|
d8ceb23e62
|
fix globalbatchnorm bug
|
5 years ago |
mindspore-ci-bot
|
defd74e261
|
!6335 add include_top parameter in googlenet for hub
Merge pull request !6335 from hzf/add_inctop
|
5 years ago |
mindspore-ci-bot
|
0c2e7f5092
|
!6321 codex warning
Merge pull request !6321 from chenweifeng/codex
|
5 years ago |
mindspore-ci-bot
|
f6522ef5bc
|
!6330 GPU fix reviewbot : large function
Merge pull request !6330 from VectorSL/pooling
|
5 years ago |
lichenever
|
6b2a9de09f
|
fix auto parallel mutigrpah bug
|
5 years ago |
mindspore-ci-bot
|
33b4886ca9
|
!6366 add wide&deep test
Merge pull request !6366 from HW_KK/master
|
5 years ago |
mindspore-ci-bot
|
74255d9faf
|
!6356 improve maskrcnn precision and performance
Merge pull request !6356 from gengdongjie/master
|
5 years ago |
chenhaozhe
|
1a8dffe4c6
|
change epoch to integer while print loss
|
5 years ago |
mindspore-ci-bot
|
65c960d3e2
|
!6389 transformer ckpt path
Merge pull request !6389 from TuDouNi/master
|
5 years ago |
mindspore-ci-bot
|
9758be4719
|
!6399 Check if csv file is open
Merge pull request !6399 from jiangzhiwen/fix/ifstream_is_open
|
5 years ago |
mindspore-ci-bot
|
c95ed54fe1
|
!5239 reduce cyclomatic complexity in model zoo
Merge pull request !5239 from zhaoting/master
|
5 years ago |
mindspore-ci-bot
|
6d03fb822d
|
!6363 fix bug of op space_to_depth
Merge pull request !6363 from 陶云浩/space_to_depth
|
5 years ago |
mindspore-ci-bot
|
43770c9fda
|
!6324 [MSLITE][Develop] modify optimize.so to sdot and fp16 so
Merge pull request !6324 from ling/bug
|
5 years ago |
mindspore-ci-bot
|
228a41db1d
|
!6341 fix securec compile options, remove unused libraries from output package
Merge pull request !6341 from yanghaoran/master
|
5 years ago |
mindspore-ci-bot
|
13e912cb95
|
!6376 Add discription about arg of Conv2dBnAct
Merge pull request !6376 from chenfei_mindspore/master
|
5 years ago |
Payne
|
ac8f7734bb
|
debug load_ckpt,rename the network parameters;move the raiseerror of dataset size from dataset.py to train.py, give the control switch to user
|
5 years ago |
mindspore-ci-bot
|
4333ea5338
|
!6394 [MS][LITE][GPU]transpose support NCHW2NHWC, fix:GPU runtime init failed
Merge pull request !6394 from chenzupeng/master-lite
|
5 years ago |