qianlong
4f16f036be
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
...
add CaseFold, NormalizeUTF8
add RegexReplace
add RegexTokenizer
add BasicTokenizer
add WordpieceTokenizer
add BertTokenizer
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