mindspore-ci-bot
|
d454daec1b
|
!2752 fix mix target device id
Merge pull request !2752 from kisnwang/fix-mix-session-device-id
|
5 years ago |
mindspore-ci-bot
|
2a84a86b35
|
!2732 add warpctc to modelzoo
Merge pull request !2732 from gengdongjie/master
|
5 years ago |
mindspore-ci-bot
|
fdf684bf2c
|
!2744 Fixing type check mistakes of InplaceAdd and Inplace Sub vm ops
Merge pull request !2744 from liuwenhao/inplace
|
5 years ago |
mindspore-ci-bot
|
d04f3b9a49
|
!2748 Change order param only equal to group param
Merge pull request !2748 from ghzl/change-order-params-only-equal-to-group-param
|
5 years ago |
liuwenhao4
|
4090c1611b
|
Fixing type check mistakes of InplaceAdd, InplaceSub and InplaceUpdate vm ops
|
5 years ago |
kswang
|
04d01a36f4
|
fix mix target device id
|
5 years ago |
mindspore-ci-bot
|
65189e8ccc
|
!2742 change weight decay of no_decayed_params in resnet50 st
Merge pull request !2742 from zhaoting/master
|
5 years ago |
guohongzilong
|
652093642e
|
change order param same as group params
|
5 years ago |
mindspore-ci-bot
|
96c7399577
|
!2745 fix invert permutation operator in pynative
Merge pull request !2745 from wangqiuliang/fix-invertpermutation-operator
|
5 years ago |
mindspore-ci-bot
|
746ecc2e4a
|
!2701 add sparse no return optimizer ops
Merge pull request !2701 from wangnan39/distinguish_cpu_sparse_operators_from_tbe
|
5 years ago |
mindspore-ci-bot
|
c5f2e4d80a
|
!2715 Vm no process empty graph
Merge pull request !2715 from zhoufeng/empty-graph-not-process
|
5 years ago |
mindspore-ci-bot
|
cf731d36a0
|
!2726 Add YOLOV3-DarkNet53 to Model Zoo
Merge pull request !2726 from yangyongjie/master
|
5 years ago |
kingfo
|
9cfcdce8dc
|
fix invertPermutation operator in pynative
|
5 years ago |
wangnan39@huawei.com
|
68bd5cf6a1
|
add cpu sparse optimizer ops with no return
|
5 years ago |
mindspore-ci-bot
|
bfa4f8f0dc
|
!2730 Enable lazy allocation for Tensor.
Merge pull request !2730 from hewei/tensor_lazy_allocation
|
5 years ago |
zhaoting
|
0dc8a42bd1
|
fix resnet st group params bug
|
5 years ago |
He Wei
|
216ebcb92c
|
Enable Lazy allocation for Tensor
1. Tensor data is lazy allocated if no data to be copied;
2. Add prefix to Tensor id to distinguish with other id.
|
5 years ago |
mindspore-ci-bot
|
71fd4321c6
|
!2677 End Of Sequence in vm
Merge pull request !2677 from laiyongqiang/eos_commit
|
5 years ago |
mindspore-ci-bot
|
7951b318d0
|
!2697 format device ascend code
Merge pull request !2697 from kisnwang/format-device-ascend-code
|
5 years ago |
mindspore-ci-bot
|
2291213b8b
|
!2574 Clean codex
Merge pull request !2574 from TronZhang/codex_0624
|
5 years ago |
yangyongjie
|
5276551953
|
add Yolov3-darknet53 model
|
5 years ago |
mindspore-ci-bot
|
b972d8e798
|
!2702 configure slice tensors shape for auto parallel
Merge pull request !2702 from lirongzhen1/env
|
5 years ago |
mindspore-ci-bot
|
e40ba6f8bc
|
!2705 Solve Mass CodeX warning
Merge pull request !2705 from 刘崇鸣/solve_mass_codex_warning
|
5 years ago |
mindspore-ci-bot
|
d08a89ab87
|
!2737 makes 0 an invaild bucket size
Merge pull request !2737 from Peilin/zero-input-bucket-check
|
5 years ago |
mindspore-ci-bot
|
3197f9fb35
|
!2733 Schema clean up
Merge pull request !2733 from EricZ/schema_fix
|
5 years ago |
mindspore-ci-bot
|
1227719cdd
|
!2603 [Dataset Python UT] Cleanup mse and md5 validation
Merge pull request !2603 from TinaMengtingZhang/I1LTCA-mse-check-cleanup
|
5 years ago |
peilin-wang
|
9468b49e28
|
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
|
5 years ago |
Eric
|
88bb65768e
|
Clean up part 1
Removed extra fields in schema
Fixed test cases
Fixing CI
|
5 years ago |
mindspore-ci-bot
|
a5c1e09469
|
!2736 Remove de_error.h
Merge pull request !2736 from Alexey_Shevlyakov/remove_de_error
|
5 years ago |
Alexey Shevlyakov
|
71cede8173
|
remove de_error.h
|
5 years ago |
mindspore-ci-bot
|
c70e6987ba
|
!2624 Fix config test
Merge pull request !2624 from EricZ/fix_config_test
|
5 years ago |
mindspore-ci-bot
|
9b4399480a
|
!2321 Connector throughput performance metric
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
|
5 years ago |
tinazhang66
|
5cd3136355
|
remove local defined mse and add missing mse/md5 validation
|
5 years ago |
gengdongjie
|
03c57a1e8b
|
add warpctc to modelzoo
|
5 years ago |
mindspore-ci-bot
|
690133b45a
|
!2724 fix IndexError to TypeError
Merge pull request !2724 from amongo/FixTensor0DimIndexError
|
5 years ago |
zhoufeng
|
49c9bd769b
|
vm no process empty graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
7882d6e590
|
!2728 Fix the batch size collected
Merge pull request !2728 from luopengting/fix_batch_size
|
5 years ago |
mindspore-ci-bot
|
1066debc2b
|
!2698 GPU dropout rewrite
Merge pull request !2698 from VectorSL/drop
|
5 years ago |
mindspore-ci-bot
|
0e38672bf3
|
!2723 fix mobilenetV3 accuracy
Merge pull request !2723 from panfengfeng/fix_mobilenetv3_accuracy
|
5 years ago |
mindspore-ci-bot
|
51c4f4a499
|
!2683 Add TBE operaters ApplyAddSign\ApplyPowerSign\ApplyGradientDescent\ApplyProximalGradientDescent for VM.
Merge pull request !2683 from liuxiao/ops-for-VM
|
5 years ago |
mindspore-ci-bot
|
f0ab20fe6d
|
!2409 add st testcases pytest mark
Merge pull request !2409 from amongo/AddTensorSetItemSTCases
|
5 years ago |
luopengting
|
0e1c21d6b3
|
fix batch_size, collected batch_num before
|
5 years ago |
mindspore-ci-bot
|
7222dddbd8
|
!2652 Add resnext50 network
Merge pull request !2652 from z00378171/master
|
5 years ago |
panfengfeng
|
b01f47a092
|
fix mobilenetv3 scripts
|
5 years ago |
huangdongrun
|
9cebb1630b
|
IndexError to TypeError
|
5 years ago |
mindspore-ci-bot
|
58b0eda0c2
|
!2711 remove useless code
Merge pull request !2711 from zyli2020/fix_code_review_warnings
|
5 years ago |
zhouyaqiang
|
b1a1e24e07
|
add resnext50
|
5 years ago |
mindspore-ci-bot
|
e2b17999a8
|
!2708 update api comment and del dead code
Merge pull request !2708 from guozhijian/enhance_api_comment_del_dead_code
|
5 years ago |
mindspore-ci-bot
|
5b8957a884
|
!2717 dataset: some parameter check for NumpySlices and num_sharads
Merge pull request !2717 from ms_yan/check_param
|
5 years ago |
mindspore-ci-bot
|
cf4d317d3e
|
!2716 del JiebaMode and NormalizeForm from python api doc
Merge pull request !2716 from qianlong21st/fix_python_api
|
5 years ago |