ougongchang
cd868aea52
fix get loss error and NoneType error cause by _proceesor_specified_data
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
6 years ago
mindspore-ci-bot
fe82d82155
!1904 Add IndexedSlices
Merge pull request !1904 from riemann_penn/add_indexed_slices
6 years ago
mindspore-ci-bot
3cb531435e
!2753 Fix vocdataset/cocodataset docstring problem
Merge pull request !2753 from xiefangqi/xfq_fix_docstring
6 years ago
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
Merge pull request !2743 from ougongchang/summary_collector_ut
6 years ago
mindspore-ci-bot
cf1628a3d9
!2741 fix BatchToSpaceND
Merge pull request !2741 from jiangjinsheng/issue_fix4
6 years ago
mindspore-ci-bot
1fa662b2f6
!2757 update release notes
Merge pull request !2757 from guozhijian/update_release_notes
6 years ago
jonyguo
53757d5f28
update release notes
6 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
6 years ago
mindspore-ci-bot
d454daec1b
!2752 fix mix target device id
Merge pull request !2752 from kisnwang/fix-mix-session-device-id
6 years ago
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
Has fixed collecting optimizer error when mode is eval
6 years ago
mindspore-ci-bot
2a84a86b35
!2732 add warpctc to modelzoo
Merge pull request !2732 from gengdongjie/master
6 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
6 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
6 years ago
xiefangqi
741154b9b9
fix voc/coco docstring problem
6 years ago
liuwenhao4
4090c1611b
Fixing type check mistakes of InplaceAdd, InplaceSub and InplaceUpdate vm ops
6 years ago
kswang
04d01a36f4
fix mix target device id
6 years ago
mindspore-ci-bot
65189e8ccc
!2742 change weight decay of no_decayed_params in resnet50 st
Merge pull request !2742 from zhaoting/master
6 years ago
guohongzilong
652093642e
change order param same as group params
6 years ago
jiangjinsheng
d1060690b2
fixed SpaceToBatchND, Conv2DBackpropFilter
6 years ago
mindspore-ci-bot
96c7399577
!2745 fix invert permutation operator in pynative
Merge pull request !2745 from wangqiuliang/fix-invertpermutation-operator
6 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
6 years ago
mindspore-ci-bot
c5f2e4d80a
!2715 Vm no process empty graph
Merge pull request !2715 from zhoufeng/empty-graph-not-process
6 years ago
mindspore-ci-bot
cf731d36a0
!2726 Add YOLOV3-DarkNet53 to Model Zoo
Merge pull request !2726 from yangyongjie/master
6 years ago
kingfo
9cfcdce8dc
fix invertPermutation operator in pynative
6 years ago
wangnan39@huawei.com
68bd5cf6a1
add cpu sparse optimizer ops with no return
6 years ago
mindspore-ci-bot
bfa4f8f0dc
!2730 Enable lazy allocation for Tensor.
Merge pull request !2730 from hewei/tensor_lazy_allocation
6 years ago
zhaoting
0dc8a42bd1
fix resnet st group params bug
6 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.
6 years ago
mindspore-ci-bot
71fd4321c6
!2677 End Of Sequence in vm
Merge pull request !2677 from laiyongqiang/eos_commit
6 years ago
mindspore-ci-bot
7951b318d0
!2697 format device ascend code
Merge pull request !2697 from kisnwang/format-device-ascend-code
6 years ago
mindspore-ci-bot
2291213b8b
!2574 Clean codex
Merge pull request !2574 from TronZhang/codex_0624
6 years ago
yangyongjie
5276551953
add Yolov3-darknet53 model
6 years ago
mindspore-ci-bot
b972d8e798
!2702 configure slice tensors shape for auto parallel
Merge pull request !2702 from lirongzhen1/env
6 years ago
mindspore-ci-bot
e40ba6f8bc
!2705 Solve Mass CodeX warning
Merge pull request !2705 from 刘崇鸣/solve_mass_codex_warning
6 years ago
mindspore-ci-bot
d08a89ab87
!2737 makes 0 an invaild bucket size
Merge pull request !2737 from Peilin/zero-input-bucket-check
6 years ago
mindspore-ci-bot
3197f9fb35
!2733 Schema clean up
Merge pull request !2733 from EricZ/schema_fix
6 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
6 years ago
peilin-wang
9468b49e28
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
6 years ago
Eric
88bb65768e
Clean up part 1
Removed extra fields in schema
Fixed test cases
Fixing CI
6 years ago
mindspore-ci-bot
a5c1e09469
!2736 Remove de_error.h
Merge pull request !2736 from Alexey_Shevlyakov/remove_de_error
6 years ago
Alexey Shevlyakov
71cede8173
remove de_error.h
6 years ago
mindspore-ci-bot
c70e6987ba
!2624 Fix config test
Merge pull request !2624 from EricZ/fix_config_test
6 years ago
mindspore-ci-bot
9b4399480a
!2321 Connector throughput performance metric
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
6 years ago
tinazhang66
5cd3136355
remove local defined mse and add missing mse/md5 validation
6 years ago
gengdongjie
03c57a1e8b
add warpctc to modelzoo
6 years ago
mindspore-ci-bot
690133b45a
!2724 fix IndexError to TypeError
Merge pull request !2724 from amongo/FixTensor0DimIndexError
6 years ago
zhoufeng
49c9bd769b
vm no process empty graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
6 years ago
mindspore-ci-bot
7882d6e590
!2728 Fix the batch size collected
Merge pull request !2728 from luopengting/fix_batch_size
6 years ago
mindspore-ci-bot
1066debc2b
!2698 GPU dropout rewrite
Merge pull request !2698 from VectorSL/drop
6 years ago
mindspore-ci-bot
0e38672bf3
!2723 fix mobilenetV3 accuracy
Merge pull request !2723 from panfengfeng/fix_mobilenetv3_accuracy
6 years ago