yanghaitao
f3423208c4
set monitor sampling interval through json file
6 years ago
mindspore-ci-bot
1cadea12f0
!2469 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
...
Merge pull request !2469 from caojian05/ms_master_dev
6 years ago
Tron Zhang
43d8e6af1d
add ut case test_lamb
6 years ago
mindspore-ci-bot
dd75ebfae3
!2575 dataset: repair bug in GetTensor that access NullPtr
...
Merge pull request !2575 from ms_yan/r0.5_GetTensor
6 years ago
mindspore-ci-bot
d90e43a23c
!2496 Enhance callback module and strongly check if callbacks is list or not
...
Merge pull request !2496 from 李鸿章/callback
6 years ago
ms_yan
7d2fe8c279
change GetTensor into GetRow to avoid NullPtr
6 years ago
mindspore-ci-bot
fe1d4ca3bd
!2555 checkpoint add model_type
...
Merge pull request !2555 from chenzhongming/r0.5
6 years ago
chenzomi
3b632eac46
checkpoint add model_type
6 years ago
mindspore-ci-bot
572236bdd7
!2507 fix misspell and check parameters on graphdata
...
Merge pull request !2507 from heleiwang/r0.5_fix_misspell
6 years ago
heleiwang
5f61b83812
fix misspell and check parameters
6 years ago
Li Hongzhang
9532e53337
enhance callback module and strongly check callbacks is list or not
6 years ago
yujianfeng
34407391e6
Add an output to apply_proximal_adagrad op register
6 years ago
caojian05
a88e6ea270
add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
6 years ago
mindspore-ci-bot
e9e4442dcb
!2413 [Auto parallel] Check 'CAST' from optimizers
...
Merge pull request !2413 from Xiaoda/7-auto-parallel-check-optimizer-ops
6 years ago
jiangjinsheng
e71599b5ca
vm for lin_space
6 years ago
mindspore-ci-bot
0327d7e79b
!2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
...
Merge pull request !2424 from xutianchun/ctcloss
6 years ago
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
...
Merge pull request !2369 from baihuawei/reduce
6 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
6 years ago
mindspore-ci-bot
beb436f457
!2398 Bug in Slice when multiple rows are used
...
Merge pull request !2398 from h.farahat/slice_bug
6 years ago
mindspore-ci-bot
a9c309da4c
!2404 [Dataset]rename input variable name to children and output variable to parent
...
Merge pull request !2404 from xulei/input_output
6 years ago
mindspore-ci-bot
1ea38eb60c
!2375 Add Python Tokenizer
...
Merge pull request !2375 from h.farahat/python_tokenizer
6 years ago
Xiaoda Zhang
3ff6e336c6
check cast from optimizer in auto-parallel
6 years ago
liyong
2412ee09ce
fix distributedSampler reshuffle and fix random_device failed
6 years ago
gong chen
a6dfa281ea
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
6 years ago
mindspore-ci-bot
f469c6cf2e
!2397 change acc threshold of test_resnet_imagenet
...
Merge pull request !2397 from zhaoting/ResNet50_st
6 years ago
mindspore-ci-bot
78a8bc302d
!2380 Fix CocoDataset issue
...
Merge pull request !2380 from xiefangqi/xfq_fix_coco_issue_01
6 years ago
mindspore-ci-bot
a3e7b30457
!2384 Add split fission pass
...
Merge pull request !2384 from YuJianfeng/split
6 years ago
mindspore-ci-bot
616cc80d78
!2378 fix tensor id bug and some yolov3 bug
...
Merge pull request !2378 from flywind/fix_yolov3_bug
6 years ago
mindspore-ci-bot
53654f94f2
!2056 Enable new control sink
...
Merge pull request !2056 from zhoufeng/enable-new-control-sink
6 years ago
kpy
b79523a994
fix yolov3 multi getitem bug and tensor ptr not unique bug
6 years ago
xulei2020
3b71bd0d5d
rename input to children, output to parent
6 years ago
mindspore-ci-bot
8a913d7586
!2157 mindspore server inference
...
Merge pull request !2157 from hangq/master
6 years ago
mindspore-ci-bot
748b0b1b64
!2388 GPU update bert scripts
...
Merge pull request !2388 from VectorSL/bert-eval
6 years ago
mindspore-ci-bot
3401e1c80b
!2143 dataset: remove storage_op c++ part
...
Merge pull request !2143 from ms_yan/del_storage_c++
6 years ago
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
...
Merge pull request !2060 from amongo/SupportPynativeSetItem
6 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
...
Merge pull request !2338 from chenweifeng/nezha
6 years ago
zhoufeng
bbbfaa2441
enable new control sink
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
6 years ago
yujianfeng
7ad877a948
Add Split fission pass
6 years ago
hangangqiang
dfbb232468
mindspore server inference
6 years ago
ms_yan
cf82aa9035
init remove storage op in c++
...
init remove storage op test case c++
remove source c++ files
6 years ago
huangdongrun
79058d3509
add support for parameter
...
support for tensor setitem
add support for tensor assgin
6 years ago
hesham
68030e6a4b
Slice Bug
6 years ago
zhaoting
9d9c35d1ee
change acc threshold of test_resnet_imagenet
6 years ago
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
6 years ago
VectorSL
b2412ea571
gpu update bert scripts
6 years ago
mindspore-ci-bot
e8639ad91e
!2347 support multi param for tuple grad
...
Merge pull request !2347 from riemann_penn/support_multi_param_for_tuple_grad
6 years ago
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
...
Merge pull request !2379 from zyli2020/change_ftrl_op_st
6 years ago
xiefangqi
5703a10b8b
fix CocoDataset issue
6 years ago
mindspore-ci-bot
bbf69912be
!2363 fix TextFildDataset and CLUEDataset does not support to_device
...
Merge pull request !2363 from yanghaitao/yht_fix_textfiledataset
6 years ago
mindspore-ci-bot
634bfd3508
!2259 add Normal op
...
Merge pull request !2259 from pkuliuliu/master
6 years ago