Xiaoda Zhang
55e7d9d2b8
move embeddinglookup to the internal
2020-06-17 14:11:28 +08:00
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
2020-06-17 11:25:19 +08:00
mindspore-ci-bot
ca94916ef9
!2184 CocoDataset add category_id check
...
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
2020-06-17 10:06:41 +08:00
ougongchang
1ffa37ffbc
Add a callback module to avoid the size of the callback.py file to large
2020-06-17 09:54:58 +08:00
mindspore-ci-bot
4291ea82cf
!2024 Add MixedPrecisionCast for Dict
...
Merge pull request !2024 from Kang/master
2020-06-17 09:41:52 +08:00
mindspore-ci-bot
625f2421b5
!1977 random walk in gnn node2vec
...
Merge pull request !1977 from JonathanY/randomwalk
2020-06-17 03:22:21 +08:00
mindspore-ci-bot
3adbde56b2
!2162 SliceOp
...
Merge pull request !2162 from h.farahat/slice_op
2020-06-17 01:22:47 +08:00
mindspore-ci-bot
898b2fdecd
!2187 Fix comment display issues in BuildVocabDataset
...
Merge pull request !2187 from ZiruiWu/vocab_rework
2020-06-17 00:51:37 +08:00
Zirui Wu
2794883644
fix selected minor issues
...
fix review comments
2020-06-16 11:07:49 -04:00
mindspore-ci-bot
3ccbafe71d
!2062 [MD] add splitOP in minddataset
...
Merge pull request !2062 from liyong126/minddataset_split
2020-06-16 22:40:05 +08:00
mindspore-ci-bot
0b7d4855dd
!2168 Chage combined quant to nn.quant
...
Merge pull request !2168 from chenzhongming/combined
2020-06-16 21:59:53 +08:00
xiefangqi
aab190fcdb
CocoDataset add category_id validation
2020-06-16 21:37:22 +08:00
chenzomi
4878616e43
change combined to nn
2020-06-16 21:07:01 +08:00
liyong
d4f8f57c7e
add split in minddataset
2020-06-16 19:50:41 +08:00
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
2020-06-16 18:53:45 +08:00
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
2020-06-16 18:53:02 +08:00
zhaozhenlong
ea681bfb0f
fix ssim filter size check
2020-06-16 17:32:35 +08:00
zhaozhenlong
dbfb4f057c
move AscendQuant AscendDequant to inner_ops.py
2020-06-16 17:25:26 +08:00
liuxiao
aa73abc2f7
Add image.CentralCrop
2020-06-16 16:10:17 +08:00
mindspore-ci-bot
2d84011504
!2071 optimizer support loss scale for sparse situation
...
Merge pull request !2071 from wangnan39/support_loss_scale_for_sparse_optimizer
2020-06-16 15:01:49 +08:00
mindspore-ci-bot
2fa2f86619
!2135 add tfrecord to mindrecord tool
...
Merge pull request !2135 from guozhijian/add_tools_tfrecord_to_mindrecord
2020-06-16 14:40:38 +08:00
hesham
e2012a1de9
Slice Op
2020-06-16 02:32:40 -04:00
jonyguo
3353a20d8b
add tool: tfrecord to mindrecord
2020-06-16 12:09:21 +08:00
mindspore-ci-bot
71d27c6854
!2068 Add InplaceAddD and InplaceSubD vm ops
...
Merge pull request !2068 from liuwenhao/master
2020-06-16 11:00:32 +08:00
mindspore-ci-bot
105dcb1c1e
!2128 hidden range
...
Merge pull request !2128 from jiangjinsheng/issue_fix3
2020-06-16 10:37:27 +08:00
mindspore-ci-bot
ea96cbcef2
!1979 fix partial primitive poly node
...
Merge pull request !1979 from fary86/fix_patial_primitive_poly_code
2020-06-16 09:35:57 +08:00
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
2020-06-16 09:29:11 +08:00
jiangjinsheng
032e921298
hidden range
2020-06-16 09:18:25 +08:00
mindspore-ci-bot
dceb3c2be4
!2026 Change C++ behavior in RandomCropAndResize
...
Merge pull request !2026 from MahdiRahmaniHanzaki/I1K3FL-random-resized-crop
2020-06-16 05:27:36 +08:00
Mahdi
add29f95f5
resolved issues in the comments
2020-06-15 16:45:18 -04:00
mindspore-ci-bot
2cab44a637
!2028 FillOp for BERT
...
Merge pull request !2028 from nhussain/fillOp_learning
2020-06-16 02:45:45 +08:00
nhussain
dd9bf09f0a
added FillOp for #119 - special Ops
2020-06-15 11:30:43 -04:00
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
2020-06-15 10:20:01 -04:00
wangnan39@huawei.com
d4e3d69f37
support loss scale for sparse situation
2020-06-15 22:17:53 +08:00
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
2020-06-15 21:00:35 +08:00
Jonathan Yan
87d2c27c7f
random walk v1
2020-06-15 08:54:10 -04:00
mindspore-ci-bot
842f8231ba
!2100 add op quant and dequant
...
Merge pull request !2100 from zhaozhenlong/op/quant-dequant-ge-open
2020-06-15 17:32:13 +08:00
zhaozhenlong
ccda0f7b36
add op AscendQuant AscendDequant
2020-06-15 16:42:53 +08:00
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
2020-06-15 15:38:47 +08:00
kingfo
9708e58259
fix TupleToArray & Cast operator issue
2020-06-15 14:39:10 +08:00
mindspore-ci-bot
5cd41905c0
!1820 [Auto parallel] Implementing the backward of 'EmbeddingLookup' primitive
...
Merge pull request !1820 from Xiaoda/the-backward-of-embeddinglookup
2020-06-15 11:53:11 +08:00
mindspore-ci-bot
a8cf83acf2
!1932 Add CLUE dataset
...
Merge pull request !1932 from jiangzhiwen/dataset/clue
2020-06-15 11:48:35 +08:00
fary86
ffa3352088
Fix partial primitive poly node
2020-06-15 10:56:55 +08:00
jiangzhiwen
e0e167a000
add CLUE dataset
2020-06-15 10:40:46 +08:00
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
2020-06-15 10:18:31 +08:00
hesham
a22763b612
Bug in CIFAR after removing GetMutabble buffer
...
Fixes # I1KIPC
2020-06-14 13:27:17 -04:00
jonyguo
bb2082daec
fix: MindDataset padded log error
2020-06-13 19:46:24 +08:00
Xiaoda Zhang
20d2012a0e
implementing the backward of embeddinglookup
2020-06-13 16:57:56 +08:00
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
2020-06-13 10:28:55 +08:00
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
2020-06-12 19:03:23 +08:00