jiangjinsheng
|
a1e148cb4d
|
vm for LRN and LRNGrad
|
5 years ago |
zhousiyi
|
b2ec296f99
|
add opt pass for tuple_getitem with constant input
|
5 years ago |
mindspore-ci-bot
|
5b14292f69
|
!2140 Implementation of mindspore debugger
Merge pull request !2140 from ShidaHe/debugger_dev
|
5 years ago |
mindspore-ci-bot
|
edeba61c05
|
!2494 fixed StridedSliceGrad
Merge pull request !2494 from jiangjinsheng/issue_fix4
|
5 years ago |
chenzomi
|
8873f9dc7e
|
add fake quant test case for gpu
|
5 years ago |
jiangjinsheng
|
6c9d32d446
|
fix StridedSliceGrad
|
5 years ago |
mindspore-ci-bot
|
c454e1045f
|
!2475 fix the summary operator is not work in constant folding scene
Merge pull request !2475 from ougongchang/master
|
5 years ago |
mindspore-ci-bot
|
ebf30051ff
|
!2452 Change the dataset attribute in SummaryCollector
Merge pull request !2452 from ougongchang/fix_dataset_bug
|
5 years ago |
mindspore-ci-bot
|
69d1b4c07d
|
!2468 Update Ref Eliminate and TileEliminate to Pattern Matcher
Merge pull request !2468 from Giancarlo/optimizer_update
|
5 years ago |
chenfei
|
82599adc3f
|
check depend mode of control depend
|
5 years ago |
mindspore-ci-bot
|
32f3a65705
|
!2432 make notes more clear and accurate
Merge pull request !2432 from liangzelang/dev1
|
5 years ago |
mindspore-ci-bot
|
64f8bc5278
|
!2457 GPU layernorm momentum support fp16
Merge pull request !2457 from VectorSL/gpu-type-expand
|
5 years ago |
mindspore-ci-bot
|
a2cd05339f
|
!2180 Gpu Gelu kernel support fp16
Merge pull request !2180 from chenweifeng/gelu-fp16
|
5 years ago |
yujianfeng
|
304427cd93
|
Add an output to apply_proximal_adagrad op register
|
5 years ago |
mindspore-ci-bot
|
002bddecfd
|
!2482 fix a bug :serialization.export parameter "file_name" doesn't work
Merge pull request !2482 from lilei/sparse_proximal_ada_grad
|
5 years ago |
caojian05
|
6a7b974346
|
change lstm import pacakge location
|
5 years ago |
mindspore-ci-bot
|
a3396f8af9
|
!2479 add bert inference example in serving
Merge pull request !2479 from dinghao/master
|
5 years ago |
Ziyan
|
41ddc153a6
|
modify lars interface
|
5 years ago |
mindspore-ci-bot
|
c8f26f799b
|
!2436 fix nn.PReLU example
Merge pull request !2436 from jiangjinsheng/issue_fix4
|
5 years ago |
mindspore-ci-bot
|
fe620f2195
|
!2434 fix atomic addr clean
Merge pull request !2434 from jjfeing/master
|
5 years ago |
mindspore-ci-bot
|
ac78ac9700
|
!2297 add vm support for operators include MatrixDiag, MatrixDiagPart etc
Merge pull request !2297 from jiangjinsheng/vm_matrixdiag
|
5 years ago |
jiangjinsheng
|
157ee1ca16
|
fix nn.PReLU example
|
5 years ago |
mindspore-ci-bot
|
d1f107c89a
|
!2459 modify dataset.py
Merge pull request !2459 from wukesong/mkdify_alexnet
|
5 years ago |
mindspore-ci-bot
|
8e5d8a1cf7
|
!2305 Enhance callback module and strongly check if callbacks is list or not
Merge pull request !2305 from 李鸿章/callback
|
5 years ago |
mindspore-ci-bot
|
10195c0d9c
|
!2466 delete ENABLE_GE
Merge pull request !2466 from mindspore_ding/backend
|
5 years ago |
mindspore-ci-bot
|
14868eb2b0
|
!2465 GCN rectification
Merge pull request !2465 from chentingting/gcn_rectification
|
5 years ago |
lilei
|
285be316c2
|
fix a bug for save file
|
5 years ago |
mindspore-ci-bot
|
106f798092
|
!2451 fix perchannel num_channels not set bug and adjust quant.py params order
Merge pull request !2451 from 王东旭/master
|
5 years ago |
chentingting
|
a733102db9
|
gcn_rectification
|
5 years ago |
dinghao
|
c1a518ce24
|
add bert example
|
5 years ago |
liangzelang
|
8ac582ab0d
|
make notes more clear and accurate
|
5 years ago |
ougongchang
|
3c4f621d75
|
fix the summary operator is not work in constant folding scene
The summary operator will be optimized when it return the origin value
in constant folding scene. So I return a None value to avoid this.
|
5 years ago |
mindspore-ci-bot
|
4c269d0702
|
!2474 [CT][ME] L2-norm runs failed in RP-search mode
Merge pull request !2474 from Chong/zc
|
5 years ago |
Shida He
|
4c056855e0
|
Implementation for mindspore debugger
|
5 years ago |
hongxing
|
8e20d4d84e
|
fix l2normalize/prelu/softmax cost
|
5 years ago |
Giancarlo Colmenares
|
3277ca567d
|
Updated RefEliminate passes to use PatternMatcher
|
5 years ago |
mindspore-ci-bot
|
73f440a54d
|
!2418 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
Merge pull request !2418 from caojian05/ms_master_dev
|
5 years ago |
jinyaohui
|
5a6a55c5e7
|
delete ENABLE_GE
|
5 years ago |
mindspore-ci-bot
|
7c358ca464
|
!2460 optimize cpu reduce gradient
Merge pull request !2460 from kisnwang/optimize-cpu-reduce-gradient
|
5 years ago |
mindspore-ci-bot
|
f975963a58
|
!2376 [CT][ME][parallel] fixed One-hot runs failed in RP-search mode.
Merge pull request !2376 from Chong/zc
|
5 years ago |
VectorSL
|
da71a9148e
|
gpu momentum layernorm layernormgrad support fp16
|
5 years ago |
kswang
|
b867d6d60a
|
parallel reduce sparse gradient
|
5 years ago |
jiangjinsheng
|
017ff492af
|
vm for MatrixDiag,MatrixDiagPart.MatrixSetDiag
|
5 years ago |
wukesong
|
3ee56661b2
|
modify dataset.py
|
5 years ago |
mindspore-ci-bot
|
817d1ae2e6
|
!2403 Session code review
Merge pull request !2403 from JoyLvliang/session-code-review
|
5 years ago |
mindspore-ci-bot
|
fa2166970a
|
!2446 Fix BackendCommonOptimization order
Merge pull request !2446 from zhoufeng/xiu-ba-ge
|
5 years ago |
mindspore-ci-bot
|
4f3ea8015e
|
!2443 Update sqlite copyright and add libtiff copyright to Third_Party_Open_Source_Software_Notice
Merge pull request !2443 from xiefangqi/xfq_fix_notice
|
5 years ago |
mindspore-ci-bot
|
b91d32708b
|
!2401 fix code review
Merge pull request !2401 from lianliguang/fix-code-review
|
5 years ago |
Li Hongzhang
|
4c0d12fd63
|
enhance callback module and strongly check callbacks is list or not
|
5 years ago |
wangdongxu
|
02584fe2c7
|
fix perchannel num_channels not set bug and adjust quant.py params order
|
5 years ago |