zhaoting
429c88a462
add resnet50 imagenet st
5 years ago
mindspore-ci-bot
0b7d4855dd
!2168 Chage combined quant to nn.quant
...
Merge pull request !2168 from chenzhongming/combined
5 years ago
mindspore-ci-bot
c753f020d4
!2178 handle the case which child_graph is nullptr
...
Merge pull request !2178 from Margaret_wangrui/ascend_summary_nodes
5 years ago
xiefangqi
aab190fcdb
CocoDataset add category_id validation
5 years ago
mindspore-ci-bot
4d34e49e8f
!2097 review gpu quant code
...
Merge pull request !2097 from chenzhongming/master
5 years ago
chenzomi
4878616e43
change combined to nn
5 years ago
mindspore-ci-bot
b747486e52
!2174 fix cpu reshape bug
...
Merge pull request !2174 from kisnwang/fix-cpu-reshape-bug
5 years ago
mindspore-ci-bot
058bcec347
!2173 gpu memreuse supports summary node
...
Merge pull request !2173 from limingqi107/gpu_memreuse_support_summary_node
5 years ago
mindspore-ci-bot
4485e0b55c
!2119 Add gat to model zoo
...
Merge pull request !2119 from zhangdengcheng/master
5 years ago
mindspore-ci-bot
8903b50042
!2153 Add transdata for output node in pynative hook mode
...
Merge pull request !2153 from JoyLvliang/pynative-insert-transdata-for-hook-mode
5 years ago
liyong
d4f8f57c7e
add split in minddataset
5 years ago
mindspore-ci-bot
6089d58d8d
!2171 ssim input shape h and w should be greater than or equal to filter_size
...
Merge pull request !2171 from zhaozhenlong/fix-issues-quant-not-exposed-ssim-ksize-check
5 years ago
mindspore-ci-bot
6ff3a6dcff
!2175 move AscendQuant and AscendDequant to inner_ops.py
...
Merge pull request !2175 from zhaozhenlong/fix-issues-ascend-quant-move-to-inner-ops
5 years ago
mindspore-ci-bot
5c8acc96b4
!2165 Add image.CentralCrop.
...
Merge pull request !2165 from liuxiao/central_crop
5 years ago
zhaozhenlong
ea681bfb0f
fix ssim filter size check
5 years ago
zhaozhenlong
dbfb4f057c
move AscendQuant AscendDequant to inner_ops.py
5 years ago
kswang
236d6c6de4
fix cpu reshape bug
5 years ago
limingqi107
20083679a0
gpu memreuse supports summary node
5 years ago
Li Hongzhang
d31e14f593
fix having too many processes and no attribute of '_closed'
...
1. When initing SummaryRecord, if check failed, self._close is not set,
which leads to 'SummaryRecord' object has no attribute '_closed'
AttributeError later on.
2. There may be too many processes for handling summary adapting.
See issue #I1K6K7
5 years ago
yao_yf
22c243860b
add virtualdatasetcell in eval
5 years ago
caojian05
55b1d6feef
refactoring code directory for vgg16 and lstm
5 years ago
zhangdengcheng
82531ba413
Add gat to model zoo
5 years ago
mindspore-ci-bot
f10e297498
!2169 Change the array value out of bounds error to IndexError
...
Merge pull request !2169 from zhangbuxue/Change_the_get_value_out_of_bounds_error_to_IndexError
5 years ago
mindspore-ci-bot
4acf96aad1
!2156 add mixedprecision O3 level
...
Merge pull request !2156 from liangzelang/master
5 years ago
liuxiao
aa73abc2f7
Add image.CentralCrop
5 years ago
mindspore-ci-bot
924d4d1668
!2094 gpu optimize Nop node
...
Merge pull request !2094 from limingqi107/gpu_optimize_Nop
5 years ago
mindspore-ci-bot
b6209eb841
!2166 GPU update argmaxwithvalue
...
Merge pull request !2166 from VectorSL/update-argmaxwithvalue
5 years ago
mindspore-ci-bot
fc3b0b95e9
!2170 fix some info
...
Merge pull request !2170 from guozhijian/fix_info
5 years ago
buxue
15eb607bcd
Change the get value out of bounds error to IndexError
5 years ago
jonyguo
24db65501a
fix: verify info
5 years ago
mindspore-ci-bot
2d84011504
!2071 optimizer support loss scale for sparse situation
...
Merge pull request !2071 from wangnan39/support_loss_scale_for_sparse_optimizer
5 years ago
VectorSL
46afb18e25
update argmaxwithvalue
5 years ago
mindspore-ci-bot
5d7b9d959e
!2105 change data profiling file name
...
Merge pull request !2105 from yanghaitao/yht_profiling_device_queue
5 years ago
mindspore-ci-bot
309406067c
!2158 modify annotations for inputs of sparse adam
...
Merge pull request !2158 from wangnan39/modify_annotations_of_sparse_adam
5 years ago
mindspore-ci-bot
513f1c36a0
!1797 Add Gpu bert script
...
Merge pull request !1797 from chenweifeng/gpu_bert
5 years ago
mindspore-ci-bot
2fa2f86619
!2135 add tfrecord to mindrecord tool
...
Merge pull request !2135 from guozhijian/add_tools_tfrecord_to_mindrecord
5 years ago
mindspore-ci-bot
c518391652
!2118 update sqlite & patch
...
Merge pull request !2118 from luoyang/update
5 years ago
hesham
e2012a1de9
Slice Op
5 years ago
Margaret_wangrui
ca7ebcbda8
handle the case which child_graph is nullptr
5 years ago
jonyguo
3353a20d8b
add tool: tfrecord to mindrecord
5 years ago
mindspore-ci-bot
cc80dca7ed
!2067 Fix cast check_elim
...
Merge pull request !2067 from BowenK/op_elim
5 years ago
wangnan39@huawei.com
9fe3856b9f
modify annotations for inputs of sparse adam
5 years ago
wilfChen
9ce9c21526
gpu bert script
5 years ago
mindspore-ci-bot
f48ba77648
!2149 Add tinyxml2 to third_party_notice
...
Merge pull request !2149 from xiefangqi/xfq_add_notice
5 years ago
caifubi
6e12fb1644
set prof_handle_ to nullptr after release
5 years ago
Kang
c621fbda20
Optimized ApplyTransform function
5 years ago
lvliang
075da9a4b1
pynative-insert-transdata-for-hook-mode
5 years ago
mindspore-ci-bot
71d27c6854
!2068 Add InplaceAddD and InplaceSubD vm ops
...
Merge pull request !2068 from liuwenhao/master
5 years ago
mindspore-ci-bot
5aeba82af3
!2112 add warmup_steps param check in AdamWeightDecayDynamicLR optimizer
...
Merge pull request !2112 from yoonlee666/adam
5 years ago
mindspore-ci-bot
84dd46a750
!2141 add ci test cast for yolov3
...
Merge pull request !2141 from chengxb7532/cxb_st
5 years ago