tony_liu2
269b477684
use np.testing.assert instead of asserting
...
fix line lengths
fix spacing
reverse a few changes
5 years ago
mindspore-ci-bot
afce1c3a40
!3341 GPU maxpool with argmax op
...
Merge pull request !3341 from tom_chen/maxpool_with_argmax
5 years ago
Ziyan
98e2ee90de
fix optimizer parallel problems
5 years ago
yangzhenzhang
9aa84b3d14
add strided slice op
5 years ago
wilfChen
9cad0fec1d
gpu broadcast to
5 years ago
mindspore-ci-bot
4834a6b347
!3574 Rename AnfNode::user_data related functions to follow naming rule
...
Merge pull request !3574 from hewei/rename_user_data_func
5 years ago
mindspore-ci-bot
d06da1d270
!3603 Check that the number columns of names and default matches
...
Merge pull request !3603 from jiangzhiwen/fix_column_names_exceeded
5 years ago
mindspore-ci-bot
b75943f220
!3620 add mindspore lite
...
Merge pull request !3620 from 张学同/to_merge
5 years ago
mindspore-ci-bot
800b9dc596
!3270 New optimization pass to remove redundant Select ops
...
Merge pull request !3270 from thlinh/dev_Jul17_removeSelect
5 years ago
mindspore-ci-bot
2f956d7cc2
!3612 modify case
...
Merge pull request !3612 from changzherui/mod_case
5 years ago
jiangzhiwen
2cc6b5cb52
fix number of columns not match
5 years ago
anthonyaje
a7eaf2736a
First drop of MapOp refactor to support device augment.
...
Refactored MapOp to in preparation to support device augment
Minor fix
5 years ago
hangq
174d308cfa
add mindspore lite
5 years ago
changzherui
758853ff52
modify case
5 years ago
YangLuo
ae99a3a3e4
C++ API support for TakeDatasetOp and VOCDatasetOp
5 years ago
mindspore-ci-bot
46ae7879d4
!3394 Three distribution class instances: Exponential, Geometric Uniform distribution
...
Merge pull request !3394 from XunDeng/pp_poc_v3
5 years ago
mindspore-ci-bot
3cac1bb9f8
!3352 Add ROIAlignGrad GPU operator
...
Merge pull request !3352 from JonathanY/ROIAlignGrad
5 years ago
mindspore-ci-bot
efb12d5e1e
!3560 Add random uniform real op at GPU end
...
Merge pull request !3560 from peixu_ren/custom_gpu
5 years ago
mindspore-ci-bot
b6c7273bb6
!3551 [MD] Fix Broken C++ Only Build
...
Merge pull request !3551 from nhussain/fix_cpp_only_build
5 years ago
mindspore-ci-bot
7cb567ebbe
!3543 Split unsupport transdata
...
Merge pull request !3543 from lianliguang/unify-primitive
5 years ago
He Wei
4eb81d7934
Rename AnfNode::user_data related functions to follow naming rule
5 years ago
mindspore-ci-bot
6a55d7ca8f
!3571 fix the description of cache
...
Merge pull request !3571 from guansongsong/gss/fix_cache_core
5 years ago
mindspore-ci-bot
bca16792be
!3453 Support resolving an attribute of a Cell class instance
...
Merge pull request !3453 from zichun_ye/resolve_attr_pr
5 years ago
WilliamLian
0179724dcd
spilit unspported transdata to two transdata from special format -> defualt -> default -> special
5 years ago
guansongsong
1906ed1be8
fix cache description again
5 years ago
Hoai Linh Tran
2861e5462d
Add optimization pass to remove redundant Select, fix uninitiated parameter in test_bert_train.py script
...
Create a new pass named ValueBasedEliminate to reduce the load of Arithmetic Simplify
Code review
5 years ago
guansongsong
b6529b9096
fix cache description
5 years ago
Zichun Ye
5b9899eb4f
add support to resolve attr for a class
...
update logic for cache
clean up code
add test cases for new api
update include of code
specify the resolve attr to ClassMember
avoid resolve attr of self
5 years ago
guansongsong
620d951e5e
Merge branch 'ql/fix_cache_core' of https://gitee.com/qianlong21st/mindspore into ql/fix_cache_core
5 years ago
peixu_ren
e7a99397a5
Add random uniform real op at GPU end
5 years ago
mindspore-ci-bot
16079e6356
!3472 [Auto parallel] Cost model for GPU
...
Merge pull request !3472 from Xiaoda/13-add-gpu-costmodel
5 years ago
mindspore-ci-bot
72e45841a2
!3528 Fix the difference of Error type between graph&pynative mode
...
Merge pull request !3528 from Simson/push-to-opensource
5 years ago
mindspore-ci-bot
d4165671d9
!3435 Add parallel operator for Tile
...
Merge pull request !3435 from yangzhenzhang/add-tile-op
5 years ago
peixu_ren
292f2de0cf
Add sampling functions in exponential, geometric and uniform distributions
5 years ago
Xun Deng
7bb83067d0
added exponential uniform geometric distribution
...
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
5 years ago
nhussain
b65125b0a1
add more ifdef and include statments for pybind
5 years ago
mindspore-ci-bot
ee67f70b73
!3449 Cifar100 for C API
...
Merge pull request !3449 from MahdiRahmaniHanzaki/cifar100-c-api
5 years ago
Mahdi
92568248c9
Added Cifar100 for C API
5 years ago
ms_yan
cf3fff8996
init add vgg16 gpu version
...
merge the script
optimize the script
5 years ago
mindspore-ci-bot
6e7c673c90
!3519 remove diary file
...
Merge pull request !3519 from anzhengqi/remove-log
5 years ago
mindspore-ci-bot
e9316b1389
!3500 fix sparse feature bug for auto parallel
...
Merge pull request !3500 from lirongzhen1/master
5 years ago
simson
b2cdd5d848
Fix the difference of Error type between graph&pynative mode
5 years ago
mindspore-ci-bot
5f7d2ba396
!3525 Fix a bug for Parameter
...
Merge pull request !3525 from hewei/fix_parameter_bug
5 years ago
mindspore-ci-bot
e730224a2c
!3511 Add IOU, CheckValid, GatherNd, ScatterNd ops.
...
Merge pull request !3511 from linqingke/new_ops
5 years ago
He Wei
a6db29b11b
Fix a bug for Parameter
...
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
5 years ago
Xiaoda Zhang
9097b36950
add resnet50 testcases for gpu
5 years ago
mindspore-ci-bot
9c461f5565
!3513 Add parameter server mode_zoo case and CI test cases.
...
Merge pull request !3513 from ZPaC/master-add-ps-test-cases
5 years ago
mindspore-ci-bot
568da0d510
!3425 fix avgpoolgrad
...
Merge pull request !3425 from fangzehua/avgpool
5 years ago
ZPaC
07a52688c1
Add parameter server model_zoo case and CI test cases.
5 years ago
mindspore-ci-bot
ca42c21206
!3497 restore transformer st
...
Merge pull request !3497 from yuchaojie/transformer_st
5 years ago
mindspore-ci-bot
8e3d788942
!3349 move the dependency of utils to core
...
Merge pull request !3349 from liubuyu/master
5 years ago
anzhengqi
081d876438
remove-log
5 years ago
linqingke
7829bab811
add iou ops.
5 years ago
fangzehua
86dd0c583a
fix avgpool grad
5 years ago
mindspore-ci-bot
c22792aab1
!3495 Gpu StridedSlice performance optimize
...
Merge pull request !3495 from chenweifeng/strided_slice
5 years ago
lirongzhen1
51796aa624
fix sparse feature bug for auto parallel
5 years ago
mindspore-ci-bot
295038d346
!3324 add reduce_any op for vm
...
Merge pull request !3324 from fangzehua/reduce_any
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
chenfei
1f1a07e645
don't insert assign from condition to true branch of while
5 years ago
mindspore-ci-bot
84c8b85ddc
!3452 [MD] Gets rid of uncessary print calls
...
Merge pull request !3452 from nhussain/refactor_name_function
5 years ago
mindspore-ci-bot
9c06a564d1
!2983 Dataset Tensor class cleanup
...
Merge pull request !2983 from h.farahat/tensor_class
5 years ago
wilfChen
d3167da8af
gpu support stridedslice
5 years ago
mindspore-ci-bot
7478c26b75
!3447 Add Crop and SwapRedBlue to C++ API
...
Merge pull request !3447 from EricZ/crop_rbswap
5 years ago
qianlong
bf87b1d1fb
fix cache op core dump
5 years ago
yuchaojie
a2b1c38cf2
restore transformer st
5 years ago
chenhaozhe
ef7ea3b92d
fix bert performance test case
5 years ago
yangzhenzhang
6a6e2bd271
add tile op
5 years ago
mindspore-ci-bot
e09c61d6a6
!3381 fix mix precision operator issue
...
Merge pull request !3381 from wangqiuliang/fix-mix-precsion-operator-issue
5 years ago
mindspore-ci-bot
d21871a4fe
!3375 add bert ci script
...
Merge pull request !3375 from yoonlee666/bertci
5 years ago
kingfo
73ea9b7855
fix mix precesion operator issue
5 years ago
mindspore-ci-bot
0a2980ca74
!3440 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
...
Merge pull request !3440 from xulei/sentence_piece0715
5 years ago
Eric
465a69a70a
Added crop signature, wip
...
Added input check
Added SwapRedBlue
5 years ago
hesham
adfbc891d3
- Add checks and testing for empty tensors
...
- cleanup work on createTensor and Tensor's constructors
5 years ago
nhussain
a306264030
remove print calls
5 years ago
mindspore-ci-bot
06ed9ffd6a
!3183 Remove files on test fail for test_minddataset*.py
...
Merge pull request !3183 from tony_liu2/master
5 years ago
mindspore-ci-bot
60feafd75e
!3399 Fixing Bug with AutoContrast/Equalize supporting uint8 dtype/mnist
...
Merge pull request !3399 from islam_amin/autocontrast_bug
5 years ago
mindspore-ci-bot
dc64a3878a
!3396 fix get dataset size error
...
Merge pull request !3396 from panfengfeng/fix_getdataset_size_error
5 years ago
tom__chen
5c3be0114f
add maxpool_with_argmax/grad cuda kernel
5 years ago
mindspore-ci-bot
e07f74367d
!3299 Rename for C API
...
Merge pull request !3299 from MahdiRahmaniHanzaki/rename-c-api
5 years ago
yoonlee666
4c167e3085
add bert ci script
5 years ago
panfengfeng
939e612906
fix get daataset size error
5 years ago
xulei2020
0af6d75761
add code
5 years ago
mindspore-ci-bot
b1fae868ba
!3404 add sparse api docs
...
Merge pull request !3404 from riemann_penn/add_sparse_api_docs
5 years ago
mindspore-ci-bot
c44939afc8
!3412 Fix a DatasetCache sharing scenario
...
Merge pull request !3412 from qianlong21st/fix_cache
5 years ago
mindspore-ci-bot
2f1a5b979d
!3345 Fix minor bugs in denoting and test cases
...
Merge pull request !3345 from peixu_ren/custom_gpu
5 years ago
panyifeng
963bd67a60
add sparse api docs
5 years ago
qianlong
d28c63b6c0
fix diff workers disallow cache
5 years ago
buxue
e9ca893431
remove ut test_expand_dims_grad
5 years ago
Jonathan Yan
ad40e00228
roi align grad v1
5 years ago
peixu_ren
19d80b87a9
Fix minor errors in probabilistic programming
5 years ago
islam_amin
48ec178e77
Fixing AutoContrast/Equalize Bug
5 years ago
Mahdi
2b71cbf1bd
Added RenameOp
5 years ago
mindspore-ci-bot
de0dcbc0bd
!3290 Split parameter and value node with tuple to multiple nodes with make-tuple
...
Merge pull request !3290 from chenfei_mindspore/split-tuple-parameter-to-parameters
5 years ago
mindspore-ci-bot
2d973c9597
!3161 Set output value for dynamic graph.
...
Merge pull request !3161 from flywind/output
5 years ago
mindspore-ci-bot
1e88d64b20
!3259 add gpu cumsum op and reducemin
...
Merge pull request !3259 from baihuawei/automl
5 years ago
mindspore-ci-bot
366dd44ca8
!3371 support call super when class define in test_case
...
Merge pull request !3371 from zhangbuxue/support_call_super_when_class_define_in_test_case
5 years ago
panyifeng
8a89f003eb
fix sparse related issues
5 years ago
buxue
b812c1a17a
support call super when class define in test_case.
5 years ago
kpy
570da089a8
set output value for dynamic graph
5 years ago
mindspore-ci-bot
684ff4f46b
!3160 Rewrite tensor's __bool__ for pynative mode
...
Merge pull request !3160 from Simson/push-to-opensource
5 years ago