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 |
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 |
mindspore-ci-bot
|
0958a695a4
|
!205 add ReverseSequenceGrad
Merge pull request !205 from xutianchun/reverse_sequence_grad
|
5 years ago |
lichenever
|
563622874a
|
update
|
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
|
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 |
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
|
60f4795f40
|
!2220 fix binary dump and add test case
Merge pull request !2220 from leopz/fix_dump
|
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
|
0c3d96a98b
|
!2236 Refactor the callback module in an encapsulated way
Merge pull request !2236 from 李鸿章/callback
|
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
|
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 |
simson
|
ca988e9e69
|
fix the condition when activation name is 0
|
5 years ago |
mindspore-ci-bot
|
ea829e89c3
|
!2198 Add MaskOp to dataset
Merge pull request !2198 from h.farahat/mask_op
|
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 |
panfengfeng
|
c745b6bd9d
|
回退 'Pull Request !2189 : dataset: repair some bug in NumpySlicesDataset'
|
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 |
Li Hongzhang
|
ecc459158e
|
callback module in encapsulated
|
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 |
Yang
|
dee8471d23
|
!1993 [Dataset] Fix codedex.
|
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 |
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 |