xulei2020
3b71bd0d5d
rename input to children, output to parent
5 years ago
mindspore-ci-bot
8a913d7586
!2157 mindspore server inference
...
Merge pull request !2157 from hangq/master
5 years ago
mindspore-ci-bot
748b0b1b64
!2388 GPU update bert scripts
...
Merge pull request !2388 from VectorSL/bert-eval
5 years ago
mindspore-ci-bot
3401e1c80b
!2143 dataset: remove storage_op c++ part
...
Merge pull request !2143 from ms_yan/del_storage_c++
5 years ago
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
...
Merge pull request !2060 from amongo/SupportPynativeSetItem
5 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
...
Merge pull request !2338 from chenweifeng/nezha
5 years ago
zhoufeng
bbbfaa2441
enable new control sink
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
yujianfeng
7ad877a948
Add Split fission pass
5 years ago
hangangqiang
dfbb232468
mindspore server inference
5 years ago
ms_yan
cf82aa9035
init remove storage op in c++
...
init remove storage op test case c++
remove source c++ files
5 years ago
huangdongrun
79058d3509
add support for parameter
...
support for tensor setitem
add support for tensor assgin
5 years ago
hesham
68030e6a4b
Slice Bug
5 years ago
zhaoting
9d9c35d1ee
change acc threshold of test_resnet_imagenet
5 years ago
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
5 years ago
VectorSL
b2412ea571
gpu update bert scripts
5 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
5 years ago
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
...
Merge pull request !2379 from zyli2020/change_ftrl_op_st
5 years ago
xiefangqi
5703a10b8b
fix CocoDataset issue
5 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
5 years ago
mindspore-ci-bot
634bfd3508
!2259 add Normal op
...
Merge pull request !2259 from pkuliuliu/master
5 years ago
mindspore-ci-bot
d137cefa79
!2372 Cleanup work for BERT special ops
...
Merge pull request !2372 from h.farahat/cleanup_0619
5 years ago
lizhenyu
eb68c9953d
change ftrl operator st
5 years ago
mindspore-ci-bot
2f9c6ec8bc
!2337 aware quantization training auto create graph
...
Merge pull request !2337 from chenzhongming/master
5 years ago
pkuliuliu
acf46bafbb
add Normal op
5 years ago
mindspore-ci-bot
9514b52a23
!2147 Add a callback named SummaryCollector and delete SummaryStep callback
...
Merge pull request !2147 from ougongchang/master
5 years ago
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
hesham
e981c67acd
Python Tokenizer
...
!38 Synchronize with latest Ascend software suite 17 Jun 2020
Merge pull request !38 from yanghaoran/master
5 years ago
hesham
674415f7be
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
5 years ago
mindspore-ci-bot
bc4b1c2460
!2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
...
Merge pull request !2373 from danishnxt/AugOpsD1
5 years ago
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
...
Merge pull request !2325 from imaaamin/object_ops_pr2
5 years ago
Danish Farid
6442a85b75
comments added, ptrs to consts, UT tests for BBOps
...
updated comments for 3 BB AugOps
addressing comments, void -> status, macros added, fixed test cmt
changed types -> value, fixed ut test funcs, grammar
bug type fix
fixed condition in tests for viz
5 years ago
islam_amin
edc42c5b85
addressed comments from reviews
5 years ago
nhussain
d89101b95f
add missing test
5 years ago
chenzomi
c268c88220
aware quantization training auto create graph
5 years ago
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
5 years ago
ougongchang
939cd29d7e
Add a callback named SummaryCollector and delete SummaryStep callback
...
I added a SummaryCollector to help users automatically collect information
such as the network, loss, learning rate and so on, making it easier to collect this information.
It also can collect train lineage and eval lineage information which is
collected by TrainLineage Callback and EvalLineage Callback in
MindInsight.
I also add some UT for SummaryCollect to keep the code correct.
5 years ago
mindspore-ci-bot
21c67eddd5
!1897 save print data to file
...
Merge pull request !1897 from jinyaohui/print
5 years ago
yanghaitao
9f336bb735
fix TextFileDataset and CLUEDataset failed with to_device
5 years ago
jinyaohui
ac23a179bf
save print data to file
5 years ago
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
5 years ago
mindspore-ci-bot
182215e060
!2284 Add Pass to Eliminate Redundant Depend
...
Merge pull request !2284 from BowenK/fix_depend
5 years ago
mindspore-ci-bot
b6ff27245f
!1990 fix profiling stream id
...
Merge pull request !1990 from caifubi/fix-profiling-stream-id
5 years ago
mindspore-ci-bot
66e07efccd
!2315 add Pack op for aicpu when axis=-1
...
Merge pull request !2315 from yanzhenxiang2020/add_pack_open
5 years ago
mindspore-ci-bot
2d6d3cc86b
!2339 support catch IndexError in C++
...
Merge pull request !2339 from zhangbuxue/support_catch_index_error_in_c++
5 years ago
mindspore-ci-bot
8867c67d61
!1935 Summary callback as collector for summary and lineage
...
Merge pull request !1935 from 李鸿章/policy_writer
5 years ago
BowenK
8f29e7242f
add pass to eliminate depend value
5 years ago
mindspore-ci-bot
230963d08e
!2332 Fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set with False
...
Merge pull request !2332 from huanghui/fix-ConfusionSoftmaxGrad-fusion-pass
5 years ago
caifubi
a49c6f0b13
Fix profiling stream id bug
5 years ago
mindspore-ci-bot
9958bc479a
!2161 [qat]Export network from quantization aware network to deploy
...
Merge pull request !2161 from vlne-v1/I1IZV3-quant-infer
5 years ago
mindspore-ci-bot
06b511ca94
!2301 add sparse proximal ada grad optimizer
...
Merge pull request !2301 from lilei/sparse_proximal_ada_grad
5 years ago
Li Hongzhang
0921c1e538
enhance the SummaryRecord with set_mode and add_value
5 years ago
buxue
2c9ca199ad
support catch IndexError in C++
5 years ago
huanghui
c7bda5363d
fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set False
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
lilei
497067d7b2
add sparse proximal ada grad optimizer
5 years ago
mindspore-ci-bot
1424178601
!1663 change lenet and alexnet dir
...
Merge pull request !1663 from wukesong/change_network_path
5 years ago
mindspore-ci-bot
b7b4333d13
!2272 remove dataset send from data exec
...
Merge pull request !2272 from wangnan39/remove_dataset_send_from_model_init
5 years ago
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
...
Merge pull request !2282 from chenzhongming/master
5 years ago
peilinwang
1e36b0649f
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
ToNumberOp implementation almost done
ToNumberOp complete
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
merge conflicts
5 years ago
hesham
11826fb256
DuplicateOp
5 years ago
mindspore-ci-bot
90bb9320aa
!2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
...
Merge pull request !2314 from imaaamin/object_ops_pr
5 years ago
mindspore-ci-bot
a83baafbf6
!2253 Add ConcatOp to Dataset
...
Merge pull request !2253 from nhussain/concat_op
5 years ago
mindspore-ci-bot
3784220056
!2317 rework on dataset.text.vocab to support any user special_tokens
...
Merge pull request !2317 from ZiruiWu/vocab_rework
5 years ago
nhussain
5515016dba
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
5 years ago
mindspore-ci-bot
ffc8a3c362
!2274 add PadEndOp
...
Merge pull request !2274 from xunxue/padend
5 years ago
mindspore-ci-bot
e4322baece
!2316 [Dataset] Move python tree transformation into cpp pass
...
Merge pull request !2316 from JunhanHu/alter_node_cpp
5 years ago
islam_amin
0af156d169
added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests
5 years ago
xunxue
87aa9c8f7a
PadEndOp
5 years ago
Junhan Hu
57f3732ac3
Move python tree transformation into cpp pass.
5 years ago
Zirui Wu
b6e9504b31
phase I of Vocab rework
...
phase II vocab rework
added more test cases
fix api doc string
address review cmts and fix CI
address ci complains
fix review cmts
ci
5 years ago
Zirui Wu
8f2674850b
address API doc style and content
...
addr review cmts
revert
ci
private class
ci
fix ci
address ci
address review cmts
fix style err
5 years ago
wangnan39@huawei.com
887838d452
do not send the data during the model init
5 years ago
mindspore-ci-bot
c0fe8c0322
!2273 [AutoParallel]update EmbeddingLookUp op
...
Merge pull request !2273 from lichen/fix_embeding_look_up
5 years ago
mindspore-ci-bot
5850b99161
!2211 Add TruncatePair Op to dataset
...
Merge pull request !2211 from h.farahat/pair_truncate
5 years ago
wukesong
7dfd369998
modify lenet&alexnet dir
5 years ago
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
...
Merge pull request !2281 from zyli2020/add_sigmoid
5 years ago
lichenever
563622874a
update
5 years ago
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
...
Merge pull request !1993 from luoyang/pylint
5 years ago
mindspore-ci-bot
2ecd5bdf25
!2239 [MD] convert csv to mindrecord
...
Merge pull request !2239 from liyong126/csv_to_mindrecord
5 years ago
mindspore-ci-bot
d9b8da14e2
!2275 [Auto parallel] Changing bprob of EmbeddingLookup
...
Merge pull request !2275 from Xiaoda/4-fix-the-embeddinglookup-errors
5 years ago
mindspore-ci-bot
2e002ab64c
!2292 gpu fix all nop node graph execute
...
Merge pull request !2292 from limingqi107/master
5 years ago
mindspore-ci-bot
9b90d89f6b
!2276 fix eliminate get ref parameter
...
Merge pull request !2276 from fary86/fix_eliminate_get_ref
5 years ago
fary86
15b3fba0ef
Fix eliminate get ref parameter
5 years ago
Xiaoda Zhang
69574f3823
fix the bprob error of embeddinglookup
5 years ago
limingqi107
0f4397cece
fix all nop node graph execute
5 years ago
lizhenyu
ea0cd5ccdd
add Sigmoid and SigmoidGrad operation of GPU
5 years ago
mindspore-ci-bot
74c3e15675
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
...
Merge pull request !2194 from 王东旭/master
5 years ago
mindspore-ci-bot
3559cb5ccd
!2252 dataset: repair bug in config load
...
Merge pull request !2252 from ms_yan/config_load
5 years ago
mindspore-ci-bot
90e05579c8
!2197 Change acc threshold of test_resnet_imagenet
...
Merge pull request !2197 from zhaoting/ResNet50_st
5 years ago
mindspore-ci-bot
60f4795f40
!2220 fix binary dump and add test case
...
Merge pull request !2220 from leopz/fix_dump
5 years ago
mindspore-ci-bot
1e12b07afd
!2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
...
Merge pull request !2251 from YuJianfeng/proximal
5 years ago
zhaoting
c083089e7e
change acc threshold of test_resnet_imagenet
5 years ago
ms_yan
8d1dae46ac
Throw error when load config failed
5 years ago
liyong
7369950a93
convert csv to mindrecord
5 years ago
mindspore-ci-bot
19e66f06e2
!2150 Gpu Tanh kernel support fp16
...
Merge pull request !2150 from chenweifeng/tanh-fp16
5 years ago
mindspore-ci-bot
0c3d96a98b
!2236 Refactor the callback module in an encapsulated way
...
Merge pull request !2236 from 李鸿章/callback
5 years ago
yujianfeng
c3871d98cc
Add implementation of SparseApplyProximalAdagrad cpu kernel
5 years ago
hesham
b9495a9ccc
Truncate Pair
5 years ago
mindspore-ci-bot
9ba6f61d01
!2148 fix hook and bprop debug issue in pynative
...
Merge pull request !2148 from wangqiuliang/fix-hook-bprop-issue
5 years ago
mindspore-ci-bot
4e3b3711be
!2199 Fix the condition when activation name is 0
...
Merge pull request !2199 from Simson/push-to-opensource
5 years ago
leopz
a67132f6b7
fix shape and add testcase
5 years ago
mindspore-ci-bot
294449697a
!2179 Add sort by index for each group of AllReduce
...
Merge pull request !2179 from YuJianfeng/all_reduce_index
5 years ago
mindspore-ci-bot
f513bb8f83
!2163 [Auto parallel] Move 'EmbeddingLookup' to internal
...
Merge pull request !2163 from Xiaoda/3-changing-embeddinglookup-internal
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
mindspore-ci-bot
fe797aaf10
!2229 add ftrl optimizer
...
Merge pull request !2229 from zyli2020/add_ftrl_op
5 years ago
mindspore-ci-bot
95d887a35b
!2226 add adam op for wide&deep model
...
Merge pull request !2226 from zyli2020/add_adam_op
5 years ago
mindspore-ci-bot
c4863683ef
!2235 add SigmoidCrossEntropyWithLogitsGrad operation
...
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
5 years ago
mindspore-ci-bot
116ed509bf
!2234 add SigmoidCrossEntropyWithLogits op
...
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
5 years ago
yujianfeng
f15cb6b7c9
Add sort by index for each group of AllReduce
5 years ago
simson
ca988e9e69
fix the condition when activation name is 0
5 years ago
mindspore-ci-bot
a4048e192c
!2256 Rename Sampler::Reset() to Sampler::ResetSampler()
...
Merge pull request !2256 from JesseKLee/sampler
5 years ago
mindspore-ci-bot
ea829e89c3
!2198 Add MaskOp to dataset
...
Merge pull request !2198 from h.farahat/mask_op
5 years ago
Jesse Lee
dcfdff6021
Rename Sampler Reset
5 years ago
mindspore-ci-bot
808380a9f9
!2142 Cleanup dataset UT: refactor visualize()
...
Merge pull request !2142 from Tinazhang/reorg-visualize
5 years ago
ms_yan
fdafc690f8
repair problem in NumpySlicesDataset
5 years ago
mindspore-ci-bot
2865436fee
!2092 Tokenizers
...
Merge pull request !2092 from qianlong21st/june_third
5 years ago
Tinazhang
169eaf73c7
reorganize util function visualize()
5 years ago
lizhenyu
636b8e2b88
add SigmoidCrossEntropyWithLogitsGrad op
5 years ago
panfengfeng
c745b6bd9d
回退 'Pull Request !2189 : dataset: repair some bug in NumpySlicesDataset'
5 years ago
mindspore-ci-bot
4642df207a
!2210 gpu optimize the max device memory config
...
Merge pull request !2210 from limingqi107/max_device_memory_optimize
5 years ago
mindspore-ci-bot
11a256536d
!2189 dataset: repair some bug in NumpySlicesDataset
...
Merge pull request !2189 from ms_yan/numpy_slice_repair
5 years ago
mindspore-ci-bot
4b5cbe5d4a
!2186 Optimization for opt
...
Merge pull request !2186 from Kang/opt
5 years ago
lizhenyu
694a8213b7
add adam optimizer
5 years ago
Li Hongzhang
ecc459158e
callback module in encapsulated
5 years ago
mindspore-ci-bot
65f2212fd3
!2215 Support hccl profiling
...
Merge pull request !2215 from caifubi/support-hccl-profiling
5 years ago
lizhenyu
ac2217dbae
add SigmoidCrossEntropyWithLogits op
5 years ago
lizhenyu
c3360a84cd
add ftrl optimizer
5 years ago
mindspore-ci-bot
b9ad407dc2
!2204 add check for tensor slice before convert to ops
...
Merge pull request !2204 from zhangbuxue/add_check_for_tensor_slice_before_convert_to_ops
5 years ago
mindspore-ci-bot
cef901fe0d
!2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
...
Merge pull request !2069 from liuxiao/fix-input-value-check-for-SparseApplyFtrl-and-SparseApplyAdaGrad
5 years ago
wilfChen
9201ea5ed2
replace tanh implement with cudnn
5 years ago
limingqi107
55b3557c0d
gpu optimize the max device memory config
5 years ago
Yang
dee8471d23
!1993 [Dataset] Fix codedex.
5 years ago
Kang
2974b906d3
Optimization for opt
5 years ago
qianlong
4f16f036be
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
...
add CaseFold, NormalizeUTF8
add RegexReplace
add RegexTokenizer
add BasicTokenizer
add WordpieceTokenizer
add BertTokenizer
5 years ago
buxue
61857b69ed
add check for tensor slice before convert to ops
5 years ago
caifubi
5db0d8129c
Support hccl profiling
5 years ago
王东旭
4e09ae83eb
fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug
5 years ago
Xiaoda Zhang
55e7d9d2b8
move embeddinglookup to the internal
5 years ago
李鸿章
ee438aaf4a
callback as context manager
5 years ago
ms_yan
d162a7a5ab
repair problem in NumpySlicesDataset
5 years ago
liuxiao
df63a3195d
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
5 years ago
hesham
f2462bb00d
Mask Op
5 years ago
mindspore-ci-bot
bb622877e8
!2167 Add a callback module to avoid the size of the callback.py file too large
...
Merge pull request !2167 from ougongchang/adjust_callback
5 years ago
mindspore-ci-bot
ca94916ef9
!2184 CocoDataset add category_id check
...
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
5 years ago
ougongchang
1ffa37ffbc
Add a callback module to avoid the size of the callback.py file to large
5 years ago
mindspore-ci-bot
4291ea82cf
!2024 Add MixedPrecisionCast for Dict
...
Merge pull request !2024 from Kang/master
5 years ago
mindspore-ci-bot
17c3148ff8
!1923 optimize summary support cpu code
...
Merge pull request !1923 from wenkai/wk1_cpu_summary_opt_0609
5 years ago
mindspore-ci-bot
625f2421b5
!1977 random walk in gnn node2vec
...
Merge pull request !1977 from JonathanY/randomwalk
5 years ago
mindspore-ci-bot
a1f194c971
!2188 Remove B+ tree deadcode and add an additional output to Search function
...
Merge pull request !2188 from JesseKLee/deadcode
5 years ago
mindspore-ci-bot
3adbde56b2
!2162 SliceOp
...
Merge pull request !2162 from h.farahat/slice_op
5 years ago
mindspore-ci-bot
898b2fdecd
!2187 Fix comment display issues in BuildVocabDataset
...
Merge pull request !2187 from ZiruiWu/vocab_rework
5 years ago
Jesse Lee
287ca71260
Remove dead code
5 years ago
Zirui Wu
2794883644
fix selected minor issues
...
fix review comments
5 years ago
mindspore-ci-bot
3ccbafe71d
!2062 [MD] add splitOP in minddataset
...
Merge pull request !2062 from liyong126/minddataset_split
5 years ago
mindspore-ci-bot
792d1a444c
!1899 add resnet50_imagenet 8p st
...
Merge pull request !1899 from zhaoting/ResNet50_st
5 years ago
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
xiefangqi
aab190fcdb
CocoDataset add category_id validation
5 years ago
chenzomi
4878616e43
change combined to nn
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
zhaozhenlong
ea681bfb0f
fix ssim filter size check
5 years ago
zhaozhenlong
dbfb4f057c
move AscendQuant AscendDequant to inner_ops.py
5 years ago
liuxiao
aa73abc2f7
Add image.CentralCrop
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
mindspore-ci-bot
2fa2f86619
!2135 add tfrecord to mindrecord tool
...
Merge pull request !2135 from guozhijian/add_tools_tfrecord_to_mindrecord
5 years ago
hesham
e2012a1de9
Slice Op
5 years ago
jonyguo
3353a20d8b
add tool: tfrecord to mindrecord
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
84dd46a750
!2141 add ci test cast for yolov3
...
Merge pull request !2141 from chengxb7532/cxb_st
5 years ago
mindspore-ci-bot
105dcb1c1e
!2128 hidden range
...
Merge pull request !2128 from jiangjinsheng/issue_fix3
5 years ago
mindspore-ci-bot
ea96cbcef2
!1979 fix partial primitive poly node
...
Merge pull request !1979 from fary86/fix_patial_primitive_poly_code
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
jiangjinsheng
032e921298
hidden range
5 years ago
mindspore-ci-bot
cb706951c1
!2126 Refactoring the func graph manager module.
...
Merge pull request !2126 from ZhangQinghua/master
5 years ago
chengxianbin
0f5fcfee39
add ci test case for yolov3
5 years ago
mindspore-ci-bot
dceb3c2be4
!2026 Change C++ behavior in RandomCropAndResize
...
Merge pull request !2026 from MahdiRahmaniHanzaki/I1K3FL-random-resized-crop
5 years ago
Mahdi
add29f95f5
resolved issues in the comments
5 years ago
mindspore-ci-bot
2cab44a637
!2028 FillOp for BERT
...
Merge pull request !2028 from nhussain/fillOp_learning
5 years ago
nhussain
dd9bf09f0a
added FillOp for #119 - special Ops
5 years ago
Peilin Wang
848e07d022
initial commit, start of BucketBatchByLengthOp
...
c implementation done, just need to call batch/pad
added python api and validator
added pybind/de_pipeline stuff, fixed some compile errors, figure out how null py::function works
added tiny bit of doc
integrated with static batch methods
fixed some bugs
some more bug fixes and cleanup
ci fix
fix ci
ci fix
fix ci
added test_cases and debugged
addressed code review comments
addressed code review comments
ci fix
ci fix
addressed code review comments
addressed code review comments
5 years ago
wangnan39@huawei.com
d4e3d69f37
support loss scale for sparse situation
5 years ago
mindspore-ci-bot
7b6f13886f
!1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
...
Merge pull request !1962 from zhouneng/add_vm_support_for_ApproximateEqual_InplaceUpdateD_InTopKD
5 years ago
Jonathan Yan
87d2c27c7f
random walk v1
5 years ago
mindspore-ci-bot
34790387e3
!2088 fix pylint
...
Merge pull request !2088 from z00378171/master
5 years ago
wenkai
0090682ae7
optimize summary support cpu
5 years ago
mindspore-ci-bot
8593c4d841
!2051 support host mpi
...
Merge pull request !2051 from chenjianping/host_reduce
5 years ago
mindspore-ci-bot
842f8231ba
!2100 add op quant and dequant
...
Merge pull request !2100 from zhaozhenlong/op/quant-dequant-ge-open
5 years ago
mindspore-ci-bot
971f10d222
!1790 remove transdata only connected with control depend
...
Merge pull request !1790 from lianliguang/remove-the-useless-transdata-connected-with-the-control-depend
5 years ago
zhaozhenlong
ccda0f7b36
add op AscendQuant AscendDequant
5 years ago
chenjianping
6034f9c1e2
support host reduce scatter and mpi config
5 years ago
mindspore-ci-bot
928c25ebea
!2047 [Code review] check code files in pre_activate/ascend/buffer_fusion
...
Merge pull request !2047 from huanghui/code-review
5 years ago
Zhang Qinghua
923d3fee04
Refactoring the fg manager module.
5 years ago
mindspore-ci-bot
11f5f88021
!2010 fix operator issues for tuple_to_array and cast
...
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
5 years ago
WilliamLian
b86016a26f
remove the useless transdata and cast of control depend node
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
mindspore-ci-bot
d4a7c87b22
!2093 GPU add argmaxwithvalue
...
Merge pull request !2093 from VectorSL/argmaxwithvalue
5 years ago
mindspore-ci-bot
5cd41905c0
!1820 [Auto parallel] Implementing the backward of 'EmbeddingLookup' primitive
...
Merge pull request !1820 from Xiaoda/the-backward-of-embeddinglookup
5 years ago
mindspore-ci-bot
a8cf83acf2
!1932 Add CLUE dataset
...
Merge pull request !1932 from jiangzhiwen/dataset/clue
5 years ago
fary86
ffa3352088
Fix partial primitive poly node
5 years ago
jiangzhiwen
e0e167a000
add CLUE dataset
5 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
5 years ago
huanghui
4acb61d59d
code review fix for buffer fusion
5 years ago
hesham
a22763b612
Bug in CIFAR after removing GetMutabble buffer
...
Fixes # I1KIPC
5 years ago
VectorSL
17377912ba
gpu add argmaxwithvalue
5 years ago
unknown
f39a934a77
fix pylint
5 years ago
jonyguo
bb2082daec
fix: MindDataset padded log error
5 years ago
Xiaoda Zhang
20d2012a0e
implementing the backward of embeddinglookup
5 years ago
mindspore-ci-bot
e33ecf310a
!2052 Update CI test for deeplabv3
...
Merge pull request !2052 from z00378171/master
5 years ago
unknown
ac2e2f9a7a
updata deeplabv3 CI
5 years ago
mindspore-ci-bot
403c30c7da
!1919 change tensor dtype and shape from function to attr
...
Merge pull request !1919 from zhangbuxue/change_tensor_dtype_and_shape_from_function_to_attr
5 years ago
mindspore-ci-bot
c661087b99
!2029 Create TensorRow class that supports a row id
...
Merge pull request !2029 from lixiachen/lixia/tensorrow
5 years ago
Lixia Chen
6ae88c3987
Create TensorRow class that supports a row id.
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
mindspore-ci-bot
b285c8fa9d
!1973 develop TensorScatterUpdate op and access ge and vm
...
Merge pull request !1973 from zhangbuxue/develop_TensorScatterUpdate_op_and_access_ge_and_vm
5 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
5 years ago
mindspore-ci-bot
3536185f5b
!2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
...
Merge pull request !2007 from wangnan39/add_lazy_adam_optim_and_support_sparse_admm_for_cpu_backend
5 years ago
mindspore-ci-bot
a8378a3357
!1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
...
Merge pull request !1924 from liuxiao/ops-for-VM
5 years ago
wangnan39@huawei.com
4042f16ce4
add lazy adam optim and support sparse adam & ftrl for cpu backend
5 years ago
mindspore-ci-bot
c26cb9b15b
!2009 Add GCN to model zoo
...
Merge pull request !2009 from chentingting/gcn_modelzoo
5 years ago
mindspore-ci-bot
3b809f2b0b
!1996 Fix single BatchNorm fission && SoftmaxGradExt fusion pass
...
Merge pull request !1996 from huanghui/single-batchnorm-fission-pass
5 years ago
mindspore-ci-bot
87fa15de80
!2021 GPU add akg kernel greaterequal notequal
...
Merge pull request !2021 from VectorSL/gpu-add-akg-kernel
5 years ago
chentingting
2e3387f8f9
Add GCN to model zoo
5 years ago
mindspore-ci-bot
ef35e2d990
!2002 Add dump ir function in binary format
...
Merge pull request !2002 from leopz/test_dump
5 years ago
mindspore-ci-bot
47404538f3
!1994 Add transformer net test
...
Merge pull request !1994 from zhangyinxia/master
5 years ago
huanghui
88eec2b894
fix single-batchnorm-fission && softmax-grad-ext-fusion pass
5 years ago
VectorSL
cf2fc1cecf
gpu add notequal greaterequal akg kernel
5 years ago
mindspore-ci-bot
11875d8495
!2044 Add_Sparse_GatherV2_distributed_op
...
Merge pull request !2044 from lichen/add_sparse_gatherv2
5 years ago
leopz
c45f4d225d
dump binary ir
5 years ago
mindspore-ci-bot
ac5878b4b7
!1939 Complete vm ops for DataFormatDimMap and HistogramFixedWidthD
...
Merge pull request !1939 from lihongkang/lhk_master
5 years ago
mindspore-ci-bot
5c7cb7bd71
!2023 add op CosineEmbeddingLoss
...
Merge pull request !2023 from zhaozhenlong/op/cosine-embedding-loss-open
5 years ago
lichenever
e0e055a0b8
add sparse gatherv2
5 years ago
mindspore-ci-bot
3085e51e45
!1922 check parameter num_samples of sampler
...
Merge pull request !1922 from yanghaitao/yht_check_num_samples_sampler
5 years ago
zhangyinxia
f3aa04bd4d
add transformer test
5 years ago
mindspore-ci-bot
5b0472683c
!1737 sparse feature backpropagation
...
Merge pull request !1737 from lirongzhen1/sparse
5 years ago
mindspore-ci-bot
db027bf31d
!1956 Add CI test and fix data preprocessing for deeplabv3
...
Merge pull request !1956 from z00378171/master
5 years ago
lihongkang
bbbd980728
add vm for histogramfixedwidth and dataformatdimmap
5 years ago
mindspore-ci-bot
4df861cb62
!1672 support load full dataset on each device
...
Merge pull request !1672 from yihuaijie/dev
5 years ago
mindspore-ci-bot
935b4cea91
!1967 check arg is tensor with vm backend
...
Merge pull request !1967 from zhangbuxue/check_arg_is_tensor_with_vm
5 years ago
mindspore-ci-bot
8eb8663fbd
!2000 Make GetMutableBuffer protected
...
Merge pull request !2000 from h.farahat/tensor_mutabble_buffer
5 years ago
mindspore-ci-bot
1b5d9a1194
!1981 Implemented from_dataset, a way to build a vocab from existing dataset
...
Merge pull request !1981 from ZiruiWu/from_dataset_dev
5 years ago
hesham
0c5e47111b
- Move MutableBuffer to be protected
...
- Add new CreateTensors
5 years ago
Zirui Wu
880ce5ea26
implemented from_dataset
...
fix complie error
more tests
address CI complains
fix ci
adress review comments
address review cmts
5 years ago
Alexey Shevlyakov
4e333a2f22
MindData profiler infrastructure
5 years ago
mindspore-ci-bot
0a95223f25
!1910 RandomColorAdjust error for grayscale images
...
Merge pull request !1910 from MahdiRahmaniHanzaki/I1J9SQ-random-color-adjust-bug
5 years ago
mindspore-ci-bot
beefb20c01
!1983 Remove inheritance of Sampler from DatasetOp
...
Merge pull request !1983 from JesseKLee/sampler
5 years ago