lihongkang
|
670820aaba
|
fix bugs
|
5 years ago |
mindspore-ci-bot
|
d3e48afb06
|
!7644 modify target and unique api
Merge pull request !7644 from lijiaqi/target_api
|
5 years ago |
mindspore-ci-bot
|
3fcc9683f9
|
!7659 Add stop gradient into Categorical Sampling, fix log_prob calculation
Merge pull request !7659 from XunDeng/pp_issue_branch
|
5 years ago |
mindspore-ci-bot
|
1795840436
|
!7581 Extension interface for dense
Merge pull request !7581 from lilei/modify_bug
|
5 years ago |
Jiaqi
|
b8a6c88323
|
api
|
5 years ago |
mindspore-ci-bot
|
8defa06a5d
|
!7583 [ME] change some format code.
Merge pull request !7583 from chenzhongming/zomi_master
|
5 years ago |
Xun Deng
|
ee684cc750
|
fix squeeze dimension issue and gradient issue in sampling
|
5 years ago |
chenzomi
|
c498e175b2
|
[ME] format code
|
5 years ago |
lilei
|
127f70ce40
|
Extension interface for dense
|
5 years ago |
mindspore-ci-bot
|
22bde4bd9b
|
!7390 Add nonzero and moments
Merge pull request !7390 from jiangzhenguang/add_nonzero_and_moments
|
5 years ago |
mindspore-ci-bot
|
0a176d3508
|
!7602 Modify BCELoss comments
Merge pull request !7602 from wanyiming/Mod_BCELoss_Comment
|
5 years ago |
jzg
|
374e9e199d
|
add moment and nonzero.
|
5 years ago |
wanyiming
|
1fa62dce3d
|
mod BCELoss comments
|
5 years ago |
mindspore-ci-bot
|
1fccb01688
|
!7585 fix api comment error in MSSSIM
Merge pull request !7585 from caozhou/fix_api_comment_error
|
5 years ago |
mindspore-ci-bot
|
20cd47b4d8
|
!7416 Support Gumbel Distribution
Merge pull request !7416 from XunDeng/gumbel
|
5 years ago |
mindspore-ci-bot
|
2a6dc3ee3a
|
!7574 Modifiy nn.Matmul
Merge pull request !7574 from wanyiming/Mod_Matmul
|
5 years ago |
caozhou
|
86ca6b64eb
|
fix api comment error in MSSSIM
|
5 years ago |
mindspore-ci-bot
|
ef3d05475f
|
!7576 modify ftrl and proximal primivite target
Merge pull request !7576 from lijiaqi/ftrl
|
5 years ago |
mindspore-ci-bot
|
1777f75268
|
!7554 [ME] change some format code.
Merge pull request !7554 from chenzhongming/zomi_master
|
5 years ago |
Jiaqi
|
17d6433d27
|
primivte_target
|
5 years ago |
wanyiming
|
a3458a2fdf
|
mod_matmul
|
5 years ago |
Jiaqi
|
319ecedb24
|
primivte_target
|
5 years ago |
chenzomi
|
ca85fcef40
|
[ME] change some format code.
|
5 years ago |
Xun Deng
|
ce170b2241
|
added Gumbel distribution
|
5 years ago |
mindspore-ci-bot
|
620d8b99b6
|
!6760 sparse optimizer
Merge pull request !6760 from lijiaqi/sparse_optimizer
|
5 years ago |
Jiaqi
|
a30ccea62c
|
sparse optimizer
|
5 years ago |
mindspore-ci-bot
|
eb6cdd5ac0
|
!7422 [quant] add QuantConfig & modify quant cells
Merge pull request !7422 from yuchaojie/quant3
|
5 years ago |
mindspore-ci-bot
|
c1285335e2
|
!7413 Solve the problem with input of Nan in logrithm calculation
Merge pull request !7413 from peixu_ren/custom_bijector
|
5 years ago |
mindspore-ci-bot
|
0a92ef2b98
|
!7173 make matmul support 1d*Nd and Nd*1d
Merge pull request !7173 from wanyiming/support_1d_matmul
|
5 years ago |
yuchaojie
|
a84affffd7
|
add QuantConfig & modify quant cells
|
5 years ago |
peixu_ren
|
3df62c759c
|
Solve the problem with input of Nan in logrithm calculation
|
5 years ago |
mindspore-ci-bot
|
c7e217a6ab
|
!7364 fix bugs of op Slice, ROIAlign, PReLU, Transpose, SSIM and ResizeBilinear etc.
Merge pull request !7364 from lihongkang/v2_master
|
5 years ago |
mindspore-ci-bot
|
2b58af0e9d
|
!7372 [quant] add QuantDtype and Observer
Merge pull request !7372 from yuchaojie/quant2
|
5 years ago |
chenzomi
|
acadb694aa
|
[ME] delete reduant function in check_parameter
|
5 years ago |
yuchaojie
|
025ea2f392
|
add QuantDtype and Observer
|
5 years ago |
lihongkang
|
0bf0862112
|
fix bugs
|
5 years ago |
chenzomi
|
5b769dfb20
|
[ME] Bug fix
|
5 years ago |
mindspore-ci-bot
|
c967bf6846
|
!7339 fix for se-resnet50 accurancy
Merge pull request !7339 from qujianwei/master
|
5 years ago |
mindspore-ci-bot
|
311a4b0dd1
|
!7298 refactor seed interfaces
Merge pull request !7298 from yihuaijie/master
|
5 years ago |
mindspore-ci-bot
|
d93c7c0b12
|
!7313 Fix MatrixSetDiag, Select, Conv2D op annotation problem.
Merge pull request !7313 from liangchenghui/fix_MatrixSetDiag
|
5 years ago |
Yi Huaijie
|
b28a6ff88e
|
refactor seed interfaces
|
5 years ago |
mindspore-ci-bot
|
fc14f2f785
|
!7268 Support Invert and GumbelCDF Bijectors
Merge pull request !7268 from XunDeng/gumbel_cdf
|
5 years ago |
liangchenghui
|
8eedd68b8e
|
Fix MatrixSetDiag, Select, Conv2D op annotation problem.
|
5 years ago |
mindspore-ci-bot
|
044a511726
|
!7254 [ME] reused `check_type` function
Merge pull request !7254 from chenzhongming/zomi_master
|
5 years ago |
chenzomi
|
90de7be0fa
|
[ME] reused `check_type` function
|
5 years ago |
Ziyan
|
adc92496e8
|
disable comm fusion in parallel optimizer temp
|
5 years ago |
mindspore-ci-bot
|
80472a44f9
|
!7204 refactor get_seed() interface
Merge pull request !7204 from yihuaijie/master
|
5 years ago |
Yi Huaijie
|
c5f7700992
|
refactor get_seed() interface
|
5 years ago |
Xun Deng
|
f2e8e143be
|
added gumbel_cdf and invert bijectors
|
5 years ago |
lihongkang
|
6deefb0a32
|
fix bugs
|
5 years ago |