mindspore-ci-bot
fe53c71b3b
!12843 Add more callable test and clean the input check for tensor ops
From: @alexyuyue
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
alex-yuyue
6d7be32614
Add more callable test and clean the input check
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
1c191a65fb
!12765 Fix numpy input to samplers
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c07371f5c9
!12763 Fix C++ API testcases
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
Eric
f9a2379a70
Fixing api leftover
Fixed compile error
Fixed more testcases
4 years ago
alex-yuyue
66aff93940
Fix test team issue: ToNumber in eager mode.
And support multiple tensor as input in call method
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
hesham
616d1a1f3d
Fix sampler supporting numpy input
4 years ago
hesham
aa4298721a
Fix sampler error messages
4 years ago
YangLuo
d8ace8f041
fix minddata issues
4 years ago
mindspore-ci-bot
c5df707b69
!12327 Block caching after random pyfunc cases
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Lixia Chen
0667818d9a
Block caching after random pyfunc
4 years ago
Mahdi
4b106f184c
Fixed an issue with SequentialSampler
4 years ago
mindspore-ci-bot
260c77f4ad
!12336 [MD] fix sampler log & transform log
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
luoyang
416ad23e9d
fix resize & randomcoloradjust
fix sampler
4 years ago
mindspore-ci-bot
923dd47b0f
!12331 Adding validators back to check method
From: @ezphlow
Reviewed-by: @robingrosman,@nsyca,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Eric
5d91fa6d77
changed discription
Added validator checks
Added builtin sampler check
Added proper input check for samplers
4 years ago
hesham
58193bc469
User explicit deepcopy
4 years ago
luoyang
cd86788cf3
fix bugs of execute & update doc description in minddata
4 years ago
TinaMengtingZhang
ddab5ad417
Add support for vision op and py_transform op to serdes
4 years ago
mindspore-ci-bot
e8f4cafd02
!11950 Overwrite default port/hostname from env variables for cache_admin
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Lixia Chen
97cd142f8d
Overwrite default port/hostname from env variables
update copyright
add examples to CacheClient docstring
4 years ago
hesham
1185218335
Support list of IDs as a sampler
4 years ago
luoyang
fa4f67cbcd
LookupOp: default value of unknown_token support NoneType
4 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
4 years ago
mindspore-ci-bot
320ea51308
!11853 Add call for decoupled image and text ops
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
794af6d094
!11834 [MD] Fix error msg description of dataset
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
xiefangqi
3d72282f26
fix error msg issue
4 years ago
alex-yuyue
6fd58dc580
Add call for decoupled image and text ops
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
Mahdi
8f34faeb7a
Changed bindings to SamplerObj
5 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
4 years ago
hesham
7120c66998
Add SubsetSampler
4 years ago
mindspore-ci-bot
4cd6588af0
!11393 Migrating cache transform pass from execution tree to IR tree
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
f2fd357ffc
!11623 fix issues of MD
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
luoyang
415c8b08a5
fix issues of MD:
1. description of num_shard in datasets.py
2. add param validation for sampler
3. add description for add_child in sampler.py
4 years ago
Lixia Chen
922e1f4f36
Migrate CacheTransformPass
4 years ago
mindspore-ci-bot
3708624a25
!11559 [MD] Change the default spill location of cache server
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Lixia Chen
be6d310946
Default to memory-only cache server
4 years ago
xiefangqi
3f76abcdee
minddata err msg add file path
4 years ago
mindspore-ci-bot
2beb916bf5
!11427 TextOp decoupling
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
4 years ago
alex-yuyue
a8675f8227
TextOp decoupling
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
Lixia Chen
273865a72b
Rename SamplerObj::Build() to SamplerBuild()
4 years ago
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
4 years ago
alex-yuyue
b54e01bfb4
Tensor op decoupling stage 2
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
TinaMengtingZhang
4812fece80
[Part I] Push down json save logic to IR and add getter to each IR node
4 years ago
Nat Sutyanyong
686772cce7
Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
with comments from the peer view addressed
5 years ago
mindspore-ci-bot
7957a3b6f5
!10988 Tensor op decoupling stage 1
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
Eric
be46ccf721
Started vision decoupling
map validate params
Changing bindings
Change behavior of vision.cc
Added signature and changed Cmake
Compiling
Need to fix compile
Added compiling random transforms
python changes for decoupling
two failed test case remaining
Compiling random choice
passes all ut
Changed assert
review comments
Added validate params
add back return value
Fix lint
py lint fix
pylint 2
Addressing comments
5 years ago