luoyang
|
4f98ecb433
|
Fix bugs in c-api: rename, concat, take, sampler, duplicate column &
Change docstring of OneHot
|
2020-08-28 14:22:56 +08:00 |
mahdi
|
a5228c75c7
|
Fixed 2D one-hot label problems in CutMix and MixUp
|
2020-08-27 22:03:39 +08:00 |
mindspore-ci-bot
|
2f189543b9
|
!5328 [bug]fix bugs when parameters updata r0.7
Merge pull request !5328 from vlne-v1/I1SP3I-return-value-not-the-exact-value-r0.7
|
2020-08-27 17:38:27 +08:00 |
Wei Luning
|
051b019c96
|
fix bug in parameter init
|
2020-08-27 15:50:36 +08:00 |
leilei_snow
|
08c1d4bf44
|
fix index error
|
2020-08-27 03:25:05 +00:00 |
mindspore-ci-bot
|
5f3581aa69
|
!5303 Enlarge the threshold of resnet50 in pynative
Merge pull request !5303 from JoyLvliang/r0.7-enlarge-the-threshold-of-resnet50-in-pynative
|
2020-08-27 10:44:20 +08:00 |
mindspore-ci-bot
|
e40fd0b4ed
|
!5242 Fix remove internal output for unique device target
Merge pull request !5242 from YuJianfeng/r0.7
|
2020-08-27 10:43:33 +08:00 |
lvliang
|
6f84bc57f4
|
enlarge-the-threshold-of-resnet50-in-pynative
|
2020-08-27 09:01:06 +08:00 |
peixu_ren
|
85e67f193c
|
Add test cases for uniform ops on GPU
|
2020-08-26 14:01:30 -04:00 |
simson
|
7c406fb3a0
|
fix risk of memory leak
|
2020-08-26 19:55:25 +08:00 |
yujianfeng
|
499d81e573
|
Fix remove internal output for unique device target
|
2020-08-26 16:55:06 +08:00 |
peixu_ren
|
e701fbfa2e
|
Modify the name of parameters in uniform
|
2020-08-25 23:00:17 -04:00 |
mindspore-ci-bot
|
fd8ad73689
|
!5194 fix: padded dataset when no div and with repeat op for br:r0.7
Merge pull request !5194 from guozhijian/fix_padded_with_no_div_repeat_r0.7
|
2020-08-26 10:47:37 +08:00 |
qianlong
|
bc8aec007f
|
fix softdvpp coredump
|
2020-08-26 09:07:35 +08:00 |
jonyguo
|
d262c63214
|
fix: padded dataset with non div & repeat
|
2020-08-26 08:58:24 +08:00 |
mindspore-ci-bot
|
cee889e426
|
!5126 Fix problem in RandomPosterize & CutMixBatch
Merge pull request !5126 from luoyang/son_r0.7
|
2020-08-25 20:33:05 +08:00 |
luoyang
|
a75ac9c445
|
Add type check for RandomPosterize & Add Float tensor support for CutMixBatch
|
2020-08-25 15:10:24 +08:00 |
Yi Huaijie
|
524cf0ed9a
|
raise RuntimeError when set different mode after Initializer created
|
2020-08-25 10:14:52 +08:00 |
mindspore-ci-bot
|
10c6fb5612
|
!5023 Update lastest fix of bernoulii probs to r0.7
Merge pull request !5023 from zichun_ye/r0.7_bernoulli_fix
|
2020-08-24 17:37:09 +08:00 |
zhangxinfeng3
|
2869e5ace4
|
update some comments of api
|
2020-08-24 14:32:53 +08:00 |
Zichun Ye
|
04b5b8c737
|
fix bernoulli prob formula; fix some other minor bugs
update threshold of softplus computation
support fp for bernoulli and geometric distribution
|
2020-08-23 23:30:32 -04:00 |
mindspore-ci-bot
|
75fce54208
|
!4790 Fix a Pynative bug.
Merge pull request !4790 from jxlang910/push-to-opensource
|
2020-08-22 16:45:00 +08:00 |
mindspore-ci-bot
|
94a109f476
|
!4898 Fix coredump caused by function call depth too large
Merge pull request !4898 from fary86/fix_call_depth_too_large
|
2020-08-22 16:08:27 +08:00 |
jin-xiulang
|
c246b177a6
|
Debug for Pynative mode.
Debug test.
pynative debug
|
2020-08-22 15:47:36 +08:00 |
fary86
|
04524b6bd3
|
Fix coredump caused by function call depth too large
|
2020-08-22 15:00:04 +08:00 |
mindspore-ci-bot
|
e2203bed01
|
!3957 Gpu StridedSlice dims exceeds
Merge pull request !3957 from chenweifeng/strided_slice_dims_exceeds
|
2020-08-22 14:28:39 +08:00 |
mindspore-ci-bot
|
ac81886328
|
!4916 fix generator_dataset hangs and test_graphdata_distributed.py failing randomly
Merge pull request !4916 from heleiwang/gnn_fix_bug
|
2020-08-22 10:51:01 +08:00 |
mindspore-ci-bot
|
b366608a3f
|
!4952 Fix errors in log calculation logics
Merge pull request !4952 from peixu_ren/custom_pp_ops
|
2020-08-22 10:40:40 +08:00 |
mindspore-ci-bot
|
9b503e4f38
|
!4955 Fixes for Dynamic Augmentation Ops
Merge pull request !4955 from MahdiRahmaniHanzaki/dynamic-ops-fix
|
2020-08-22 10:27:50 +08:00 |
mindspore-ci-bot
|
ab45bec828
|
!4924 Modify API comments and fix error of st
Merge pull request !4924 from byweng/fix_param_check
|
2020-08-22 09:37:36 +08:00 |
peixu_ren
|
1c8eb9b15d
|
Fix errors in log calculation logics
|
2020-08-21 21:28:10 -04:00 |
Mahdi
|
a5f9b8f92e
|
Added fix for MixUpBatch and CutMixBatch and for RandomAffine
updated c color op descriptions
|
2020-08-21 17:40:08 -04:00 |
mindspore-ci-bot
|
9d7250c483
|
!4776 Introduce 2 extra ctrl flags to DataBuffer in dataset, address remaining cmts to PR4632
Merge pull request !4776 from ZiruiWu/map_callback_follow_up
|
2020-08-22 03:31:31 +08:00 |
Zirui Wu
|
74c1e6da60
|
introducing pause and quit flags to DataBuffer
fix review cmts
fix ci
fix Ci
fixci
address ci
ci
- add timeout
- add more test cases
fix CI
address review cmts
|
2020-08-21 14:33:26 -04:00 |
mindspore-ci-bot
|
82c888f065
|
!4930 Fix CI cifar hang issue
Merge pull request !4930 from xiefangqi/fix_cifar_nofile_issue
|
2020-08-21 20:49:40 +08:00 |
xiefangqi
|
e3e7820413
|
fix cifar stuck problem
|
2020-08-21 19:35:07 +08:00 |
bingyaweng
|
3422f60d50
|
modify comments of API
|
2020-08-21 17:26:11 +08:00 |
mindspore-ci-bot
|
0d1a7ac654
|
!4909 [bug]support implicit type conversion for parameter
Merge pull request !4909 from vlne-v1/I1QM7L-implicit-type-conversion-parameter
|
2020-08-21 17:08:23 +08:00 |
mindspore-ci-bot
|
c92f7c9170
|
!4911 add func type check for switch layer
Merge pull request !4911 from riemann_penn/add_func_type_check_for_switch_layer
|
2020-08-21 16:42:12 +08:00 |
wilfChen
|
837aecf9af
|
gpu stridedslice
|
2020-08-21 16:21:27 +08:00 |
panyifeng
|
abab21ed57
|
add func type check for switch layer
|
2020-08-21 16:11:40 +08:00 |
mindspore-ci-bot
|
6e8d3a3b82
|
!4859 Add CTCGrerdyDecoder ops for old backend.
Merge pull request !4859 from liuxiao93/Add-ReversSqueuce-EditDistance-CTCGrerdyDecoder
|
2020-08-21 16:05:19 +08:00 |
heleiwang
|
4870abc848
|
1. fix generator_dataset hangs
2. fix test_graphdata_distributed.py failing randomly
|
2020-08-21 16:03:06 +08:00 |
mindspore-ci-bot
|
46429a98bf
|
!4869 Add ci for quant
Merge pull request !4869 from chenfei_mindspore/master
|
2020-08-21 15:57:43 +08:00 |
Wei Luning
|
77dcdd89ec
|
support parameter updata with implicit type conversion
|
2020-08-21 15:24:57 +08:00 |
panyifeng
|
f9f3cd7ce0
|
fix switch_layer_issues
|
2020-08-21 14:17:51 +08:00 |
chenfei
|
a71868f1e5
|
add ci for quant
add ci for quant
|
2020-08-21 14:05:45 +08:00 |
mindspore-ci-bot
|
8440f2bcdb
|
!4809 add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
Merge pull request !4809 from zhaoting/master
|
2020-08-21 12:39:45 +08:00 |
mindspore-ci-bot
|
b2a5440548
|
!4883 Fix compilation warnings
Merge pull request !4883 from zhoufeng/xiu-ba-ge
|
2020-08-21 12:33:20 +08:00 |
mindspore-ci-bot
|
bccb92adf7
|
!4868 fix: concat with none sample dataset
Merge pull request !4868 from guozhijian/fix_concat_with_zero_dataset
|
2020-08-21 12:02:30 +08:00 |