mindspore-ci-bot
5c7fa52468
!5673 [performance]cell init opt performance
...
Merge pull request !5673 from kingxian/master
6 years ago
kingxian
92bebe65a9
cell init performance opt
6 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
6 years ago
BowenK
1bdb26f9e8
Warming up python pass by adding inline passes before it
6 years ago
mindspore-ci-bot
9018737e99
!5696 [Auto parallel] Move 'multi-subgraphs' interface to internal
...
Merge pull request !5696 from Xiaoda/20-moving-multi-graph-interface-internal
6 years ago
mindspore-ci-bot
c064c01b6b
!5729 [AutoParallel]Add FuseBatchNormEx op
...
Merge pull request !5729 from lichen/add_batchnormex_op
6 years ago
mindspore-ci-bot
7786adc3aa
!5722 fix semi auto parallel parameter of reshape has another user
...
Merge pull request !5722 from yao_yf/semi_auto_parallel_reshape_parameter_has_another_user
6 years ago
mindspore-ci-bot
d76ac7c6e8
!5648 GetColumnNames for Python
...
Merge pull request !5648 from MahdiRahmaniHanzaki/get-col-name
6 years ago
lichenever
d22f506431
add BatchNormEx op
6 years ago
mindspore-ci-bot
527d7f0afb
!5580 [MD] remove finish in FileReader
...
Merge pull request !5580 from liyong126/rmv_filereader_finish
6 years ago
yao_yf
05c003ae6b
origin/semi_auto_parallel_reshape_parameter_has_another_user
6 years ago
mindspore-ci-bot
fc79997de5
!5502 Mod SoftmaxCrossEntropyWithlogits
...
Merge pull request !5502 from wanyiming/mod_SoftmaxCrossEntropyWithlogits
6 years ago
liyong
ac39c20f41
del finish in FileReader
6 years ago
Xiaoda Zhang
42f1241270
remove 'multi-subgraphs' to internal
6 years ago
wanyiming
0ec70068ae
mod_SoftmaxCrossEntropyWithLogits
6 years ago
mindspore-ci-bot
290979853e
!5663 add check for mod when y in (-1, 0)
...
Merge pull request !5663 from zhangbuxue/add_check_for_mod_for_y
6 years ago
mindspore-ci-bot
021ba724cf
!5645 [bug][api]updata signature
...
Merge pull request !5645 from vlne-v1/ref_demo
6 years ago
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
6 years ago
Cathy Wong
4d4c11b133
dataset API docstring cleanup: Standard product terms NumPy, Python
6 years ago
mindspore-ci-bot
35e6cca1a3
!5634 wrap numpy random seed into an api
...
Merge pull request !5634 from yihuaijie/master
6 years ago
buxue
4d59fe9ee1
add check for mod when y in (-1, 0)
6 years ago
Wei Luning
879a519136
updata signature
6 years ago
Yi Huaijie
4a5d115a66
add get_seed() and set_seed()
6 years ago
He Wei
c1469d61ce
Fix get_py_obj_dtype() for mindspore type
...
Return mstype.type_type if input is mindspore type object,
for example:
```
get_py_obj_dtype(mstype.float32) ---> mstype.type_type
```
6 years ago
mindspore-ci-bot
ccc0ea60ee
!5661 fix auto parallel reshape strategy set when it is first operator
...
Merge pull request !5661 from yao_yf/auto_parallel_reshape_fix
6 years ago
mindspore-ci-bot
847fadc8b9
!5516 auto parallel context modify
...
Merge pull request !5516 from yao_yf/auto_parallel_context_collation
6 years ago
mindspore-ci-bot
bb84f50407
!5473 optim pylint
...
Merge pull request !5473 from jinyaohui/master
6 years ago
mindspore-ci-bot
4ec343961e
!5482 modify save_checkpoint
...
Merge pull request !5482 from liuyang/md_save_checkpoint
6 years ago
yao_yf
755f381406
fix auto parallel reshape strategy set when it is first operator
6 years ago
mindspore-ci-bot
03093778df
!5387 Set num_epochs=1 for MindData python testcases
...
Merge pull request !5387 from lixiachen/testcase_epoch
6 years ago
mindspore-ci-bot
be3d79cb6b
!4204 add dynamic shape support for GatherV2 and others
...
Merge pull request !4204 from fary86/adapt_primitive_dynamic_shape
6 years ago
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
6 years ago
buxue
359e1f236e
check user define bprop when there is parameter in nested network
6 years ago
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
6 years ago
mindspore-ci-bot
8f3ebfd469
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
...
Merge pull request !5624 from heleiwang/gnn_perf
6 years ago
heleiwang
857cf2f77f
Optimize the negative sampling process
6 years ago
mindspore-ci-bot
c2fddb56c8
!4922 Transform tuple parameter to multiple parameters
...
Merge pull request !4922 from amongo/TupleTransform
6 years ago
huangdongrun
0099da2c99
add support for tuple parameter transform
...
add support for pynative pass
add testcases
6 years ago
mindspore-ci-bot
5453b40311
!4477 add dataset compare function to utils
...
Merge pull request !4477 from tony_liu2/staging
6 years ago
mindspore-ci-bot
ab29dbf98b
!5385 dataset fixes: Update OneHot API doc; fixup UTs
...
Merge pull request !5385 from cathwong/ckw_dataset_ut_cleanup8
6 years ago
mindspore-ci-bot
8ebc8ce9c6
!5438 support parameter tuple input in pynative mode
...
Merge pull request !5438 from wangqiuliang/support-parameter-tuple-input
6 years ago
mindspore-ci-bot
1a4d3e351e
!5586 Boost python pass compile and train performance
...
Merge pull request !5586 from BowenK/performance
6 years ago
Cathy Wong
7f6782be2a
dataset fixes: Update OneHot API docs; fixup Python UTs
6 years ago
mindspore-ci-bot
65819fb50c
!5488 heck arg is tensor when graph output is a const or parameter
...
Merge pull request !5488 from zhangbuxue/add_check_tensor_before_compile_graph
6 years ago
yao_yf
8f7aa5bd5a
auto parallel context modify
6 years ago
kingfo
7765d44b76
support parameter tuple input in pynative mode
6 years ago
BowenK
d6fb7d2db1
Remove debug drawing and printing to boost compile performance; re-opt after python pass to boost training; fix NewParameter tensor clone
6 years ago
buxue
4168c51f0d
add check tensor when graph output is a const or parameter
6 years ago
liuyang_655
4683de3443
modify save_checkpoint
6 years ago
jinyaohui
a9972a7def
optim pylint
6 years ago
mindspore-ci-bot
4d963d96f4
!5534 Fix Tensor.from_numpy() returns wrong type
...
Merge pull request !5534 from hewei/fix_tensor_from_numpy
6 years ago
He Wei
27721ff4ea
Fix Tensor.from_numpy() returns wrong type
...
Tensor.from_numpy() should return mindspore.Tensor not _c_expression.Tensor.
6 years ago
mindspore-ci-bot
e6a4d932b4
!5350 [AutoParallel]Rectification distributed init
...
Merge pull request !5350 from lichen/rectification_init
6 years ago
mindspore-ci-bot
be606ba8f5
!5432 Mindspore parallel supports all elementary-wise operators
...
Merge pull request !5432 from yihuaijie/master
6 years ago
lichenever
d3e55b543e
rectification init
6 years ago
Yi Huaijie
84948ca730
parallel supports more elementary-wise operators
6 years ago
mindspore-ci-bot
414184c184
!5367 Check the parameter's split strategies if it has multiple users
...
Merge pull request !5367 from yangzhenzhang/check-parameter-split
6 years ago
mindspore-ci-bot
820f2cb4eb
!5351 move ParalleMode to Context
...
Merge pull request !5351 from yao_yf/parallel_context_collation
6 years ago
yao_yf
07117e4dd4
mv ParallelMode to context
6 years ago
He Wei
d7cdda1cb0
Provide Tensor.from_numpy() to avoid copy
6 years ago
yangzhenzhang
fbda03bbcc
check parameter split
6 years ago
tony_liu2
70bfd506a1
add function
...
pr comment fix
revert graphengine
6 years ago
mindspore-ci-bot
7aaf4118bf
!5297 CutMixBatch and MixUpBatch fix for 2D one-hot labels
...
Merge pull request !5297 from MahdiRahmaniHanzaki/cutmix-fix
6 years ago
mindspore-ci-bot
9392623066
!5181 Python pass pattern renaming and interface tweaking
...
Merge pull request !5181 from BowenK/new_parameter
6 years ago
mindspore-ci-bot
e94416be0c
!5283 Support setting operator io format in the frontend
...
Merge pull request !5283 from liangchenghui/io_format
6 years ago
mindspore-ci-bot
fabebb2678
!5264 [bug]fix bugs when parameters updata
...
Merge pull request !5264 from vlne-v1/I1SP3I-return-value-not-the-exact-value
6 years ago
mindspore-ci-bot
b346f0b3ec
!5026 Fix the problem of resource clear
...
Merge pull request !5026 from Simson/enhancement-API
6 years ago
simson
d4babf190c
fix risk of memory leak
6 years ago
BowenK
641d12d6d9
python pass pattern renaming and interface tweaking
6 years ago
mindspore-ci-bot
66d6320b21
!5224 Add test case about loss scale in parallel mode
...
Merge pull request !5224 from yangzhenzhang/add-split-sens-and-loss-scale-test-case
6 years ago
mahdi
7ad7024c45
Fixed 2D one-hot label problems in CutMix and MixUp
6 years ago
islam_amin
94a4a3f20b
changing affine and posterize apis
6 years ago
Wei Luning
4cc8342b5b
fix bug in Parameter init_data
6 years ago
梁成辉
34d433fd9a
Set io format for old backend
6 years ago
kpy
44b738e8ac
fix grad all ci bug
6 years ago
mindspore-ci-bot
314c5ad055
!5172 remove name arg from gradoperation
...
Merge pull request !5172 from riemann_penn/remove_name_args_from_gradoperation
6 years ago
mindspore-ci-bot
95212b55a0
!3271 make reftype a subtype of MetaTensor and try to mark ref in node input
...
Merge pull request !3271 from vlne-v1/ref_demo
6 years ago
yangzhenzhang
6ae5893681
add test cases
6 years ago
Wei Luning
24a10225cf
change base class of ref to tensor in cpp
6 years ago
mindspore-ci-bot
e4d2f2fd3b
!5030 Adding a BBox class and fixing Posterize C Op testing.
...
Merge pull request !5030 from islam_amin/bbox_class
6 years ago
panyifeng
1a54785fe2
remove name arg from gradoperation
6 years ago
mindspore-ci-bot
20b3134785
!5184 fix: padded dataset when no div and with repeat op
...
Merge pull request !5184 from guozhijian/fix_padded_with_no_div_repeat
6 years ago
mindspore-ci-bot
f3fd7a5578
!5073 Add checks and exception handling DS callback
...
Merge pull request !5073 from h.farahat/map_callback_end
6 years ago
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
6 years ago
mindspore-ci-bot
971716f4b9
!5136 fix large for loop runtime error due to lacking of backend operators
...
Merge pull request !5136 from fary86/fix_large_for_runtime_error
6 years ago
mindspore-ci-bot
346b97acb8
!5156 fix softdvpp coredump
...
Merge pull request !5156 from qianlong21st/master_fix_softdvpp_core
6 years ago
qianlong
12dfca71f1
fix softdvpp coredump
6 years ago
YangLuo
67f5c89cd6
Check input image type for random posterize
6 years ago
fary86
8d245497a4
Fix large for loop Runtime Error due to backend missing operators
6 years ago
huangdongrun
113641decd
fix test cases
6 years ago
mindspore-ci-bot
7d4f481884
!5017 remove internal interface in wide&deep
...
Merge pull request !5017 from yao_yf/wide_and_deep_no_internal_interface
6 years ago
mindspore-ci-bot
957126375b
!5095 Adding Float tensor support for CutMixBatch
...
Merge pull request !5095 from MahdiRahmaniHanzaki/cutmix-fix
6 years ago
mindspore-ci-bot
afd16fbf0a
!4963 fix bug of switch layer join
...
Merge pull request !4963 from fary86/fix_switch_layer_join_bug
6 years ago
mindspore-ci-bot
abe6b82138
!5011 remove global grad ops
...
Merge pull request !5011 from riemann_penn/remove_global_grad_ops
6 years ago
fary86
947e19b839
Fix bug of switch layer join
6 years ago
islam_amin
641e751d5e
adding bbox class
6 years ago
Mahdi
a2c38d89f9
Added float32 support for CutMixBatch
6 years ago
hesham
8eeceb267b
- release the wait if training is ended
6 years ago
yao_yf
a9a8e323b2
remove internal interface in wide&deep
6 years ago
mindspore-ci-bot
4f6e63fcf8
!4576 Support if by if not inline
...
Merge pull request !4576 from amongo/SupportIfByIfNotInline
6 years ago
mindspore-ci-bot
fc6eee3bda
!5019 raise RuntimeError when set different mode after Initializer created
...
Merge pull request !5019 from yihuaijie/dev
6 years ago
huangdongrun
1bd9fefd84
support if by if not inline
...
add testcase of net of if by if
6 years ago
panyifeng
637e812347
remove global grad ops
6 years ago
mindspore-ci-bot
226f019e45
!4888 add parallel attention test
...
Merge pull request !4888 from hanyang/master
6 years ago
Yi Huaijie
394be43492
raise RuntimeError when set different mode after Initializer created
6 years ago
mindspore-ci-bot
8d693306f4
!4126 Add new parameter
...
Merge pull request !4126 from BowenK/new_parameter
6 years ago
Zichun Ye
9e7d6e2397
fix bernoulli prob formula; fix some other minor bugs
...
update threshold of softplus computation
support fp for bernoulli and geometric distribution
6 years ago
mindspore-ci-bot
94a109f476
!4898 Fix coredump caused by function call depth too large
...
Merge pull request !4898 from fary86/fix_call_depth_too_large
6 years ago
fary86
04524b6bd3
Fix coredump caused by function call depth too large
6 years ago
mindspore-ci-bot
ac81886328
!4916 fix generator_dataset hangs and test_graphdata_distributed.py failing randomly
...
Merge pull request !4916 from heleiwang/gnn_fix_bug
6 years ago
mindspore-ci-bot
b366608a3f
!4952 Fix errors in log calculation logics
...
Merge pull request !4952 from peixu_ren/custom_pp_ops
6 years ago
mindspore-ci-bot
9b503e4f38
!4955 Fixes for Dynamic Augmentation Ops
...
Merge pull request !4955 from MahdiRahmaniHanzaki/dynamic-ops-fix
6 years ago
peixu_ren
1c8eb9b15d
Fix errors in log calculation logics
6 years ago
Mahdi
a5f9b8f92e
Added fix for MixUpBatch and CutMixBatch and for RandomAffine
...
updated c color op descriptions
6 years ago
mindspore-ci-bot
9d7250c483
!4776 Introduce 2 extra ctrl flags to DataBuffer in dataset, address remaining cmts to PR4632
...
Merge pull request !4776 from ZiruiWu/map_callback_follow_up
6 years ago
Zirui Wu
74c1e6da60
introducing pause and quit flags to DataBuffer
...
fix review cmts
fix ci
fix Ci
fixci
address ci
ci
- add timeout
- add more test cases
fix CI
address review cmts
6 years ago
mindspore-ci-bot
82c888f065
!4930 Fix CI cifar hang issue
...
Merge pull request !4930 from xiefangqi/fix_cifar_nofile_issue
6 years ago
xiefangqi
e3e7820413
fix cifar stuck problem
6 years ago
mindspore-ci-bot
0d1a7ac654
!4909 [bug]support implicit type conversion for parameter
...
Merge pull request !4909 from vlne-v1/I1QM7L-implicit-type-conversion-parameter
6 years ago
BowenK
e7c6b7e66a
Add NewParameter and Imm patterns
6 years ago
mindspore-ci-bot
c92f7c9170
!4911 add func type check for switch layer
...
Merge pull request !4911 from riemann_penn/add_func_type_check_for_switch_layer
6 years ago
panyifeng
abab21ed57
add func type check for switch layer
6 years ago
mindspore-ci-bot
6e8d3a3b82
!4859 Add CTCGrerdyDecoder ops for old backend.
...
Merge pull request !4859 from liuxiao93/Add-ReversSqueuce-EditDistance-CTCGrerdyDecoder
6 years ago
heleiwang
4870abc848
1. fix generator_dataset hangs
...
2. fix test_graphdata_distributed.py failing randomly
6 years ago
Wei Luning
77dcdd89ec
support parameter updata with implicit type conversion
6 years ago
panyifeng
f9f3cd7ce0
fix switch_layer_issues
6 years ago
mindspore-ci-bot
bccb92adf7
!4868 fix: concat with none sample dataset
...
Merge pull request !4868 from guozhijian/fix_concat_with_zero_dataset
6 years ago
liuxiao93
9bc18ea2e5
Add CTCGrerdyDecoder ops for GE.
6 years ago
Su Teng
e3ae23c939
add parallel attention test
6 years ago
mindspore-ci-bot
2ac410e90d
!4789 Add EditDistance op for GE.
...
Merge pull request !4789 from liuxiao93/Add-EditDistance-op-for-GE
6 years ago
mindspore-ci-bot
3d06cbf987
!4801 Must set or change parallel mode before any Initializer created
...
Merge pull request !4801 from yihuaijie/dev
6 years ago
jonyguo
5b4b539751
fix: concat with none sample dataset
6 years ago
mindspore-ci-bot
2cb22a0f78
!4688 Fix bool operation parsing to be consistent with pynative
...
Merge pull request !4688 from amongo/FixBoolParse
6 years ago
liuxiao93
4c99f4f649
Add EditDistance op for GE.
6 years ago
Yi Huaijie
89a4ebf8a1
parallel mode must be set before create an initializer
6 years ago
huangdongrun
f30418991c
refactor bool op parsing to be consistent with pynative mode
...
add testcase of st
6 years ago
mindspore-ci-bot
9ee144ea40
!4744 [AutoParallel]Support bert
...
Merge pull request !4744 from lichen/support_bert
6 years ago
mindspore-ci-bot
ed954dc407
!4782 Python UT fails on RandomPosterize
...
Merge pull request !4782 from islam_amin/bbox_class
6 years ago
mindspore-ci-bot
24700afa2d
!4689 add check for user define bprop in Pynative mode
...
Merge pull request !4689 from zhangbuxue/add_check_for_user_define_bprop_in_Pynative_mode
6 years ago
islam_amin
85357238fe
Fixing posterize python ut
6 years ago
Jesse Lee
8a08d0c37b
Phase 2 of CacheOp
6 years ago
Zirui Wu
78c1aa1d96
Implemented Callback for Dataset
...
implment pause in MapOp, added more to callback
add ds_callback
- Initial drop of Python DSCallback
- Pybind DSCallback
- Pybind DSCallback
added callback to mapOp
- de_pipeline DSCallback
- de_pipeline DSCallback
add test case, segfault for now
fix seg fault
- de_pipeline DSCallback
remove 1 line
update callback test case, now works
use builder class for mapOp callback
- de_pipeline DSCallback
- de_pipeline DSCallback
- de_pipeline DSCallback
better test case
minor fix
add comments and minor clean ups
get rid of nullptr in MapOp, use other flag instead
fix a bug ParseMapOp only takes 1 callback
- Added WaitedDSCalabck
refactor callback param
fix text case incorrect number
- added testing
fix cpp test case
- added testing
- revert back lenet changes
- cleanup test_callbacks.py
- cleanup test_callbacks.py
fix CI stage I
fix CI stage II
fix CI and update epoch counter
- add validation
- add more testing test_callbacks.py
use random data op to do tests
adjust when to call EpochBegin/End
- add repeat with callback
- addressing reviewers' comments
- docstring and CI fixes
- docstring and CI fixes
- docstring and CI fixes
- rebase with upstream/master
fix cpp test case
fix review comments
addr review cmts, add test case
6 years ago
buxue
855d6b8fed
add check for user define bprop in Pynative mode.
6 years ago
lichenever
221a801395
auto parallel support bert
6 years ago
mindspore-ci-bot
70a218123b
!4722 modiy error type
...
Merge pull request !4722 from lijiaqi/modify_error_type
6 years ago
mindspore-ci-bot
256dccc651
!4498 Gnn data processing supports distributed scenarios
...
Merge pull request !4498 from heleiwang/gnn_distributed
6 years ago
李嘉琪
c65ea1687b
modify error type
6 years ago
mindspore-ci-bot
2d683234fb
!4723 Support to concat more than 3 tensors in auto parallel mode
...
Merge pull request !4723 from yangzhenzhang/concat-more-than-3-tensors
6 years ago
yangzhenzhang
cda08f6a52
concat 3 tensors in auto parallel mode
6 years ago
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
6 years ago
mindspore-ci-bot
50b5c8035b
!4701 fix concat get_dataset_size error
...
Merge pull request !4701 from guozhijian/fix_concat_get_dataset_size_err
6 years ago
nhussain
738ae2c78d
change api to use std_vector
...
try to display image
6 years ago
islam_amin
979111d0ef
Added Posterize Op
6 years ago
jonyguo
b0b370336f
fix: concat get_dataset_size error
6 years ago
jonyguo
5f294fb90d
fix: random affine parameter check
6 years ago
panyifeng
22a9d02e9f
switch_layer incorporate env_get and tuple_get
6 years ago
mindspore-ci-bot
cc077de9e3
!4425 fix if statement with no return coredump
...
Merge pull request !4425 from fary86/fix_if_no_return_coredump
6 years ago
mindspore-ci-bot
2ae6365d77
!4650 EmbeddingLookup support auto parallel
...
Merge pull request !4650 from yangzhenzhang/embedding-lookup-auto-parallel
6 years ago
fary86
38083e055a
Fix coredump missing return statement after while loop
6 years ago
yangzhenzhang
6f6a8ae9f0
embedding lookup auto parallel
6 years ago
Yi Huaijie
0f7ead5f14
parameter slice init test all initializers
6 years ago
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
...
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
6 years ago
mahdi
3ecc53fb4e
Added CutMix
6 years ago
mindspore-ci-bot
d1ad33676b
!4598 support axis is None for all and any interface in graph mode
...
Merge pull request !4598 from zhangbuxue/support_axis_is_None_for_all_and_any_in_graph_mode
6 years ago
buxue
09f1a4bbaf
support axis is None for all and any interface in graph mode.
6 years ago
jonyguo
8bb4449fa8
add testcase for padded dataset with decode op
6 years ago
mayang
c410c6a6e2
soft_dvpp_decode_resize_jpeg_op issue resolved, input size can be an int, break the constraints of input size being sequence (height, width)
6 years ago
mindspore-ci-bot
f875bf21bc
!2948 fix control flow
...
Merge pull request !2948 from amongo/FixControlFlow
6 years ago
huangdongrun
2a6d346d2f
support if by if grad parameter
...
add join for ref
adjust env eliminate to eliminate all env ops
add partial app cache
resolve while endless
fix env eliminate
support for "for while" cases
fix join shape error
6 years ago
mindspore-ci-bot
7d70fb4dc4
!3769 add RandomColorOp
...
Merge pull request !3769 from Alexey_Shevlyakov/ColorOp
6 years ago
mindspore-ci-bot
0e4d2c2535
!4188 fix switch layer sigle prim cell
...
Merge pull request !4188 from riemann_penn/fix_switch_layer_sigle_prim_cell
6 years ago
mindspore-ci-bot
f41c21c5fa
!4284 remove to_full_tensor and load_inputs in exexute stage
...
Merge pull request !4284 from yao_yf/remove_to_full_tensor_and_load_inputs_in_exexute_stage
6 years ago
panyifeng
1c296b96c9
fix switch layer sigle prim cell
6 years ago
Wei Luning
d18ce95714
* add support to update by scalar* fix update error for by Initializer when slice_shape is* add ut for compute and update
6 years ago
yao_yf
cbb4363fa7
remove to_full_tensor and load_inputs in exexute stage
6 years ago
mindspore-ci-bot
0f637fdc58
!4404 update field split
...
Merge pull request !4404 from yangzhenzhang/update-field-split-in-forward-communication
6 years ago
mindspore-ci-bot
93f60269c3
!4369 Added distribution_specific_args checking to some functions and fixed minor issues in docs
...
Merge pull request !4369 from XunDeng/pp_poc_v3
6 years ago
yangzhenzhang
14c77c9f03
update field split
6 years ago
Alexey Shevlyakov
8526d5414d
RandomColor
6 years ago
mindspore-ci-bot
7a10e07fc6
!4383 Add distributedSampler to concatOP
...
Merge pull request !4383 from genglishuai/genglshOK
6 years ago
genglishuai
4d4df68d1e
add DistributedSampler for Concat op
6 years ago
mindspore-ci-bot
b4b6e5c8ed
!4370 support kw and kwargs for cell in Pynative
...
Merge pull request !4370 from zhangbuxue/support_kw_and_kwargs_for_cell_in_pynative
6 years ago
mindspore-ci-bot
ed1244558c
!4366 Fixing param type in c++ api and fixing python validator for Repeat Op
...
Merge pull request !4366 from TinaMengtingZhang/cpp-api-repeat-count
6 years ago
buxue
0be4114240
support kw and kwargs for cell in Pynative
6 years ago
mindspore-ci-bot
1b63c76c61
!4194 Add infer and dpn to nn/probability
...
Merge pull request !4194 from zhangxinfeng3/master
6 years ago
mindspore-ci-bot
2db0290c49
!4356 Add validation for field split
...
Merge pull request !4356 from yangzhenzhang/update-field-split
6 years ago
mindspore-ci-bot
58be11907c
!4346 all dataset support get_dataset_size
...
Merge pull request !4346 from anzhengqi/I1PXKS-Dataset-support-getsize
6 years ago
mindspore-ci-bot
579e0ab925
!4354 modify python ut runtest.sh
...
Merge pull request !4354 from changzherui/mod_python_ut
6 years ago
zhangxinfeng3
b16b71b9e8
add infer and dpn
6 years ago
yangzhenzhang
4a0e6ff7fc
update field split
6 years ago
Xun Deng
c0a3b51bb8
fixed minor issues in docs, updated parameter checking in some functions in distributions
6 years ago
tinazhang
0868720eb7
fix parameter type for repeat op in c++ api and added c++/python ut.
6 years ago
changzherui
d3f709be55
modify python ut runtest.sh
6 years ago
anzhengqi
3e31ac6d62
all Dataset support get_dataset_size
6 years ago
yao_yf
e4de26d5bc
embeddinglookup wrap
6 years ago
mindspore-ci-bot
735fc98c78
!4265 support two mstypes do equal.
...
Merge pull request !4265 from zhangbuxue/support_two_mstypes_do_equal
6 years ago
mindspore-ci-bot
5b3f209e43
!4269 change export from geir to air
...
Merge pull request !4269 from fary86/change_export_interface
6 years ago
buxue
35677ac098
support two mstypes do equal.
6 years ago
mindspore-ci-bot
9276a9d2fb
!3771 C++ API Support for TextFile Dataset
...
Merge pull request !3771 from cathwong/ckw_c_api_textfile_nosampler
6 years ago
avakh
477528de7f
random sharpness cpp op support
6 years ago
mindspore-ci-bot
8ee68ae667
!4245 [MD] Add SolarizeOp
...
Merge pull request !4245 from nhussain/solarize
6 years ago
fary86
73325e0f01
Change export interface
6 years ago
nhussain
7766efd58e
add files
6 years ago
Cathy Wong
7f39b5cfd7
C++ API Support for TextFile Dataset and Unit Tests
6 years ago
mindspore-ci-bot
4f75adb11a
!4297 sync code incubator to master
...
Merge pull request !4297 from guozhijian/code_sync_incubator_f3c32baf_to_master_fcfc75a3_0811
6 years ago
mindspore-ci-bot
c2997845c2
!4289 Fix pad op validate issue
...
Merge pull request !4289 from xiefangqi/fix_pad_validate
6 years ago
mindspore-ci-bot
67f5b0e916
!4258 change binary to mindir
...
Merge pull request !4258 from leopz/fix_doc
6 years ago
jonyguo
4964f7703a
Merge branch 'master' into code_sync_incubator_f3c32baf_to_master_fcfc75a3_0811
6 years ago
xiefangqi
7ee1e46455
fix pad op validate issue
6 years ago
qianlong
e9c4378ed8
add support of soft dvpp op
6 years ago
leopz
eea597c92a
change binary to mindir
6 years ago
mindspore-ci-bot
b120cbcfb4
!4249 Add parameter checking in distributions
...
Merge pull request !4249 from XunDeng/pp_poc_v3
6 years ago
mindspore-ci-bot
6772bbde8d
!4021 Add ScalarAffine and Softplus bijector
...
Merge pull request !4021 from XunDeng/scalar_affine_softplus
6 years ago
mindspore-ci-bot
266df56570
!4220 [MD] add num_samples support in minddataset pk sampler
...
Merge pull request !4220 from liyong126/minddataset_pk_num_samples
6 years ago
islam_amin
e52d85ba9d
Added RandomAffine Op
6 years ago
Xun Deng
be6db4a6fe
add scalar affine and softplus bijector
6 years ago
Xun Deng
415dad3adb
added some parameter checking
6 years ago
mindspore-ci-bot
9ad82f79fd
!3979 Adding MixUp operation
...
Merge pull request !3979 from MahdiRahmaniHanzaki/mixup
6 years ago
liyong
7341421d3b
fix num samples in pk sampler
6 years ago
mindspore-ci-bot
e195fa6f9e
!4192 Fix md five_crop ci problem
...
Merge pull request !4192 from xiefangqi/xfq_validate_ci
6 years ago
xiefangqi
3d7826b6df
test five crop problem
6 years ago
mindspore-ci-bot
fe0b8d6272
!4068 Add parallel operator for Concat
...
Merge pull request !4068 from yangzhenzhang/add-concat-op
6 years ago
peixu_ren
3820533ad1
Refactor Gamma and Poisson ops
6 years ago
changzherui
22336c0843
sync 0807 code to ms-incubator
6 years ago
Mahdi
1896950ae5
Added Mixup
6 years ago
peixu_ren
517fed55a5
Added LGamma op
6 years ago
mindspore-ci-bot
e19d382473
!3346 Maintain epoch/repeat count for ops
...
Merge pull request !3346 from lixiachen/repeat_rework
6 years ago
yangzhenzhang
f4bb43bbaf
add concat op
6 years ago
panyifeng
34e50e5d6e
fix cell bprop
6 years ago
Lixia Chen
ac85b77b76
Maintain epoch/repeat count for ops
6 years ago
mindspore-ci-bot
470328eeaf
!4060 fix do concat in while loop specialize error
...
Merge pull request !4060 from fary86/fix_while_concat_specialize_error
6 years ago
Wei Luning
d4d6457ea7
init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
6 years ago
fary86
7602054acd
Fix do concat in while loop specialize error
6 years ago
kingfo
28dabf0332
fix grad flag update issue in pynative
6 years ago
mindspore-ci-bot
0b407dfe78
!4005 unsortedsegsum grad
...
Merge pull request !4005 from fangzehua/unsortedsegsum
6 years ago
mindspore-ci-bot
c493859978
!4004 add squreasumall grad
...
Merge pull request !4004 from fangzehua/squaresumall
6 years ago
mindspore-ci-bot
235378d5d7
!3789 eager mode sparse
...
Merge pull request !3789 from riemann_penn/eager_mode_sparse
6 years ago
mindspore-ci-bot
7ec0b5857a
!3977 [MD] Refactor Concatenate Op
...
Merge pull request !3977 from nhussain/multi_dim_concat_2
6 years ago
nhussain
61769b2dd9
fix concat
6 years ago
fangzehua
99f2be7064
unsortedsegsum grad
6 years ago
fangzehua
7011508379
add squreasumall grad
6 years ago
panyifeng
9927e6eb5c
eager mode sparse
6 years ago
mindspore-ci-bot
8dec74908a
!4000 improve interface '__bool__' for tensor
...
Merge pull request !4000 from zhangbuxue/improve_bool_for_tensor
6 years ago
mindspore-ci-bot
617b98f104
!3966 [AutoParallel]Add dropout distributed op
...
Merge pull request !3966 from lichen/add_dropout_distributed_op
6 years ago
buxue
ace34525cd
improve interface '__bool__' for tensor
6 years ago
lichenever
bfc96de1b9
add dropout distributed op
6 years ago
peixu_ren
b9c8c0b439
Added Bijector TransformDistribution base classes and two instances: power and exp bijectors
6 years ago
mindspore-ci-bot
a301fc1757
!3916 remove loss_scale range check which is a temp fix.
...
Merge pull request !3916 from xychow/remove-loss-scale-range-check
6 years ago
mindspore-ci-bot
5827ba9a8a
!3940 View code support interface 'all' and 'any' of tensor
...
Merge pull request !3940 from zhangbuxue/support_interface_all_and_any_of_tensor
6 years ago
buxue
2c4cb49a11
support interface 'all' and 'any' of tensor
6 years ago
zhousiyi
7d31deb6fa
remove loss_scale range check to make FP32Imm(inf) comparison equal
6 years ago
mindspore-ci-bot
8b396cea98
!3915 Revert modification of opt
...
Merge pull request !3915 from Simson/push-to-opensource
6 years ago
mindspore-ci-bot
bac1781539
!3648 Add some testing cases for mindspore.profiler
...
Merge pull request !3648 from 张毅辉/zyh_profiler_test
6 years ago
mindspore-ci-bot
c3edfe12bc
!3715 Update python pattern expression
...
Merge pull request !3715 from BowenK/new_pattern
6 years ago
mindspore-ci-bot
af9398b39a
!3756 Change distribution api
...
Merge pull request !3756 from XunDeng/pp_poc_v3
6 years ago
mindspore-ci-bot
2da29bce66
!3370 same graph used in different context should be treat differently.
...
Merge pull request !3370 from xychow/fix-context-dup
6 years ago
simson
3617121ccf
revert modification of opt
6 years ago
mindspore-ci-bot
aa65cbf733
!3846 Add TBE op SquaredDifference\Xdivy\Xlogy for VM.
...
Merge pull request !3846 from liuxiao93/Add-ops-SeluSquaredDifference
6 years ago
mindspore-ci-bot
27a0a2e333
!3880 fix auto mix precision issue in pynative
...
Merge pull request !3880 from wangqiuliang/fix-gradients-issue-in-pynative
6 years ago
mindspore-ci-bot
a182a87a6d
!3820 support tensor attr shape and dtype in graph mode
...
Merge pull request !3820 from zhangbuxue/support_dtype_and_shape_as_attr_in_graph_mode
6 years ago
liuxiao93
374b7b8583
Add TBE op SquaredDifference for VM.
6 years ago
kingfo
577535b387
fix gradients issue in pynative
6 years ago
buxue
b075674cf2
support tensor attr shape and dtype in graph mode
6 years ago
mindspore-ci-bot
be507b96e0
!3473 [refine]change base class of parameter
...
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
6 years ago
zhousiyi
f926650c64
if AbstractFunction comparison succeed in NewContext, then the evaluator should use the same one, otherwise one of the evaluator will not be evaluated.
...
if funcgraph or metafuncgraph call it recursively, then anf_node should be used as tracking_id to discriminate the first occurcance and the
recursive occurance.
add anf_node to PrimitiveAbstractClosure hash() to reduce cost of GetEvaluatorFor().
ignore the tracking_id to make cse work.
6 years ago
BowenK
6d4c07c886
Update python pattern expression
6 years ago
mindspore-ci-bot
25fdb67e3d
!3744 [Auto parallel] Add a new graph operation in the DP algorithm
...
Merge pull request !3744 from Xiaoda/14-add-new-graph-operations-in-auto-parallel
6 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
6 years ago
mindspore-ci-bot
d1b3096418
!3837 add_test_for_mindrecord 3
...
Merge pull request !3837 from liucunwei/add_test_for_mindrecord3
6 years ago
z00505269
87668d6ea2
remove predict
6 years ago
liucunwei
8b99114f6d
add mindrecord test case
6 years ago
Xun Deng
e87e1fc6bc
changed distribution api
6 years ago
mindspore-ci-bot
27e51c5a63
!3553 Unify np array comparisons
...
Merge pull request !3553 from tony_liu2/staging
6 years ago
dengyutao
388e43f7cb
delete parameter block_reader for MindDataset
6 years ago
Xiaoda Zhang
d24a902afe
add a new graph operation in autoparallel
6 years ago
mindspore-ci-bot
f1e717554c
!3537 add sparse operators
...
Merge pull request !3537 from riemann_penn/add_sparse_operator
6 years ago
peixu_ren
374772035a
Refactor random uniform ops and complete gamma and poisson
6 years ago
mindspore-ci-bot
8943d5de34
!3727 Fix fuzz issue and split problem
...
Merge pull request !3727 from xiefangqi/fuzz_issue_pad_01
6 years ago
panyifeng
598bfa0205
add sparse operators
6 years ago
mindspore-ci-bot
61867c7386
!3645 add mindspore hub for download ckpt file
...
Merge pull request !3645 from chenzhongming/master
6 years ago
mindspore-ci-bot
ce08065c23
!3671 vgg: optimize the script and Readme
...
Merge pull request !3671 from ms_yan/vgg_optimize
6 years ago
xiefangqi
6017b050ac
add generatordataset support split
6 years ago
chenzomi
8918c90b66
add mindspore hub for download ckpt file
...
add mindspore.hub and change model_zoo
6 years ago
mindspore-ci-bot
ab4c43007f
!3657 Add parallel operator for StridedSlice
...
Merge pull request !3657 from yangzhenzhang/add-stridedslice-op
6 years ago
mindspore-ci-bot
80dd2cfe00
!3405 fix optimizer parallel problems
...
Merge pull request !3405 from gziyan/fix_optimizer_parallel
6 years ago
zhangyihui
54f2cf4ef0
add some test case for profiler
6 years ago
ms_yan
abbd7b50db
optimize the vgg script
6 years ago
Xun Deng
e94d91ba95
remove import probability from nn/__init__.py
6 years ago
tony_liu2
269b477684
use np.testing.assert instead of asserting
...
fix line lengths
fix spacing
reverse a few changes
6 years ago
Ziyan
98e2ee90de
fix optimizer parallel problems
6 years ago
yangzhenzhang
9aa84b3d14
add strided slice op
6 years ago
mindspore-ci-bot
d06da1d270
!3603 Check that the number columns of names and default matches
...
Merge pull request !3603 from jiangzhiwen/fix_column_names_exceeded
6 years ago
jiangzhiwen
2cc6b5cb52
fix number of columns not match
6 years ago
changzherui
758853ff52
modify case
6 years ago
mindspore-ci-bot
46ae7879d4
!3394 Three distribution class instances: Exponential, Geometric Uniform distribution
...
Merge pull request !3394 from XunDeng/pp_poc_v3
6 years ago
guansongsong
1906ed1be8
fix cache description again
6 years ago
guansongsong
b6529b9096
fix cache description
6 years ago
guansongsong
620d951e5e
Merge branch 'ql/fix_cache_core' of https://gitee.com/qianlong21st/mindspore into ql/fix_cache_core
6 years ago
mindspore-ci-bot
16079e6356
!3472 [Auto parallel] Cost model for GPU
...
Merge pull request !3472 from Xiaoda/13-add-gpu-costmodel
6 years ago
mindspore-ci-bot
72e45841a2
!3528 Fix the difference of Error type between graph&pynative mode
...
Merge pull request !3528 from Simson/push-to-opensource
6 years ago
mindspore-ci-bot
d4165671d9
!3435 Add parallel operator for Tile
...
Merge pull request !3435 from yangzhenzhang/add-tile-op
6 years ago
peixu_ren
292f2de0cf
Add sampling functions in exponential, geometric and uniform distributions
6 years ago
Xun Deng
7bb83067d0
added exponential uniform geometric distribution
...
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
6 years ago
ms_yan
cf3fff8996
init add vgg16 gpu version
...
merge the script
optimize the script
6 years ago
mindspore-ci-bot
6e7c673c90
!3519 remove diary file
...
Merge pull request !3519 from anzhengqi/remove-log
6 years ago
mindspore-ci-bot
e9316b1389
!3500 fix sparse feature bug for auto parallel
...
Merge pull request !3500 from lirongzhen1/master
6 years ago
simson
b2cdd5d848
Fix the difference of Error type between graph&pynative mode
6 years ago
mindspore-ci-bot
5f7d2ba396
!3525 Fix a bug for Parameter
...
Merge pull request !3525 from hewei/fix_parameter_bug
6 years ago
He Wei
a6db29b11b
Fix a bug for Parameter
...
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
6 years ago
Xiaoda Zhang
9097b36950
add resnet50 testcases for gpu
6 years ago
mindspore-ci-bot
568da0d510
!3425 fix avgpoolgrad
...
Merge pull request !3425 from fangzehua/avgpool
6 years ago
anzhengqi
081d876438
remove-log
6 years ago
fangzehua
86dd0c583a
fix avgpool grad
6 years ago
lirongzhen1
51796aa624
fix sparse feature bug for auto parallel
6 years ago
mindspore-ci-bot
295038d346
!3324 add reduce_any op for vm
...
Merge pull request !3324 from fangzehua/reduce_any
6 years ago
mindspore-ci-bot
9c06a564d1
!2983 Dataset Tensor class cleanup
...
Merge pull request !2983 from h.farahat/tensor_class
6 years ago
qianlong
bf87b1d1fb
fix cache op core dump
6 years ago
yangzhenzhang
6a6e2bd271
add tile op
6 years ago
kingfo
73ea9b7855
fix mix precesion operator issue
6 years ago
mindspore-ci-bot
0a2980ca74
!3440 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
...
Merge pull request !3440 from xulei/sentence_piece0715
6 years ago
hesham
adfbc891d3
- Add checks and testing for empty tensors
...
- cleanup work on createTensor and Tensor's constructors
6 years ago
mindspore-ci-bot
06ed9ffd6a
!3183 Remove files on test fail for test_minddataset*.py
...
Merge pull request !3183 from tony_liu2/master
6 years ago
xulei2020
0af6d75761
add code
6 years ago
mindspore-ci-bot
b1fae868ba
!3404 add sparse api docs
...
Merge pull request !3404 from riemann_penn/add_sparse_api_docs
6 years ago
panyifeng
963bd67a60
add sparse api docs
6 years ago
qianlong
d28c63b6c0
fix diff workers disallow cache
6 years ago
buxue
e9ca893431
remove ut test_expand_dims_grad
6 years ago
mindspore-ci-bot
2d973c9597
!3161 Set output value for dynamic graph.
...
Merge pull request !3161 from flywind/output
6 years ago
mindspore-ci-bot
366dd44ca8
!3371 support call super when class define in test_case
...
Merge pull request !3371 from zhangbuxue/support_call_super_when_class_define_in_test_case
6 years ago
panyifeng
8a89f003eb
fix sparse related issues
6 years ago
buxue
b812c1a17a
support call super when class define in test_case.
6 years ago
kpy
570da089a8
set output value for dynamic graph
6 years ago
mindspore-ci-bot
684ff4f46b
!3160 Rewrite tensor's __bool__ for pynative mode
...
Merge pull request !3160 from Simson/push-to-opensource
6 years ago
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
6 years ago
mindspore-ci-bot
0a84b63fc3
!3305 modify the vgg16/lstm path to offical/{cv/npl}
...
Merge pull request !3305 from caojian05/ms_master_dev
6 years ago
fangzehua
228a959cc7
add reduce any op for vm
6 years ago
mindspore-ci-bot
48711414fc
!3356 [common]Refine code & Add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`
...
Merge pull request !3356 from vlne-v1/add_to_abstract_for_function
6 years ago
Wei Luning
484d7f10c8
refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
6 years ago
mindspore-ci-bot
7f1ccc5f3b
!3311 add sparse feature test cases for auto parallel
...
Merge pull request !3311 from lirongzhen1/master
6 years ago
mindspore-ci-bot
21a5f06e93
!3328 Add testcases
...
Merge pull request !3328 from shenwei41/sw_master
6 years ago
tony_liu2
1f4251a440
add try to minddataset python tests to remove files on fail
...
delete unrelated file
change finally to except else
fix spacing alignment
fix indentation
fix indentation
fix indentation
add fix to new test case
add if main for pytest
fix spacing
6 years ago
mindspore-ci-bot
859fe6bc41
!3342 C++ API Support for Skip Dataset Op plus UTs
...
Merge pull request !3342 from cathwong/ckw_c_api_skip
6 years ago
mindspore-ci-bot
df1300d9cb
!3294 Refactor opt/pre passes
...
Merge pull request !3294 from nsyca/removal_pass
6 years ago
Cathy Wong
8921a6099c
C++ API Support for Skip Dataset Op and UTs
6 years ago
mindspore-ci-bot
c24122bb55
!3303 fix validator that checks the vocab_size is positive in vocab.from_file
...
Merge pull request !3303 from ZiruiWu/fix_vocab_validator
6 years ago
Nat Sutyanyong
9fb1904ed8
Refactoring opt/pre
6 years ago
buxue
f84b055244
add check for implicit conversion when scalar is not number and bool.
6 years ago
shenwei41
4eaa396ca7
Add testcases
6 years ago
CaoJian
f9fdb52373
modify the vgg16/lstm path to offical/{cv/npl}
6 years ago
mindspore-ci-bot
bc20de741a
!3315 restore reshape ut
...
Merge pull request !3315 from yao_yf/restore_auto_parallel_reshape_ut
6 years ago
yao_yf
1d3a06a3b0
recover reshape ut
6 years ago
lirongzhen1
5d63c60135
add sparse feature test cases for auto parallel
6 years ago
Amir Lashkari
6f186aafa0
Update Python UA op, AutoContrast Op and UT
...
Updated Validators.py
Fixed UA UT
Fixed UA UT
Fixed PyLint Errors
Added aditional changes
remove old golden AutoContrast UT file
updated Autocontrast python UT
Added golden files
Fixed issue
fixed UT
6 years ago
Zirui Wu
40ea84ae81
fix from_file validator minor error, 1 line change
...
add test case
6 years ago
mindspore-ci-bot
8da91ca3cf
!3237 support call the parent class function
...
Merge pull request !3237 from zhangbuxue/support_call_the_parent_class_construct_function
6 years ago
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
...
Merge pull request !3255 from alashkari/cpp_ops
6 years ago
mindspore-ci-bot
925172664b
!3230 add bprop for sparse_tensor
...
Merge pull request !3230 from riemann_penn/add_bprop_for_sparse_tensor
6 years ago
mindspore-ci-bot
cf4353f728
!3220 Add random normal op at MindSpore front-end
...
Merge pull request !3220 from peixu_ren/custom_gpu
6 years ago
mindspore-ci-bot
37cc6e2628
!3175 add ScatterNdAdd ScatterNdSub ScatterNonAliasingAdd ops
...
Merge pull request !3175 from fangzehua/scatter_add_vm
6 years ago
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
6 years ago
buxue
073507a5e0
support call the parent class function
6 years ago
panfengfeng
5aad4bdfbf
change size
6 years ago
xiefangqi
64a6ed56de
fix annotation
6 years ago
mindspore-ci-bot
ad651f38bf
!3124 [MD] error occur when using numpy types
...
Merge pull request !3124 from liyong126/fix_numpy_generic
6 years ago
fangzehua
dde74b227c
add 5 vm op
6 years ago
peixu_ren
9b45018dfd
Add random normal op at MindSpore front-end
6 years ago
mindspore-ci-bot
bfc18704d5
!3254 [MD]Add more strict upper bounds to CenterCropOp and RandomCropWithBboxOp
...
Merge pull request !3254 from nhussain/padding_upperbound
6 years ago
mindspore-ci-bot
2e4bb93a1e
!3250 [quant]bug fixes when export geir
...
Merge pull request !3250 from vlne-v1/quant_export_geir_biasadd_after_depth_wise
6 years ago
mindspore-ci-bot
718431429c
!2755 unform learning rate behavior in optimizers
...
Merge pull request !2755 from wangnan39/uniform_lr_behavior_in_optimizers
6 years ago
mindspore-ci-bot
0e27dccbcf
!3093 VOCDataset output change to multi-columns
...
Merge pull request !3093 from xiefangqi/md_voc_multi_columns
6 years ago
liyong
28ebd73096
fix bug when int or float is numpy type
6 years ago
Amir Lashkari
572750cd40
Added cpp Equalize op
...
adding missed files
Fixed Errors
fixed bugs
fixed bugs
fixed bugs
fixed bugs
fixed bugs
Updated Python UT for Equalize op
Added cpp Equalize op
adding missed files
Fixed Errors
fixed bugs
fixed bugs
fixed bugs
fixed bugs
fixed bugs
Updated Python UT for Equalize op
Fixed comment style
update files
deleted files
added files
added image_utils.h
Fixed PyLint and CPPLint Errors
updated tensor_op.h
6 years ago
nhussain
b064cbab5d
fix upper bound
6 years ago
mindspore-ci-bot
b091f74c23
!3016 Add CSV dataset loader
...
Merge pull request !3016 from jiangzhiwen/dataset/csv
6 years ago
Wei Luning
7d5c9d52bc
fix geir export bugs
6 years ago
wangnan39@huawei.com
082433183d
uniform learning_rate behavior of optimizers
6 years ago
jiangzhiwen
2f506b7985
CSV dataset loader
6 years ago
mindspore-ci-bot
fa7fa8a162
!3234 [MD] fix bug when save tfrecord data
...
Merge pull request !3234 from liyong126/fix_save_tfrecod
6 years ago
liyong
f521532a06
fix field_name probelem from tfrecord to mindrecord
6 years ago
xulei2020
18b519ae0f
add sentence piece
6 years ago
xiefangqi
fbd9e3d402
vocdataset output multi-columns
6 years ago
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
6 years ago
mindspore-ci-bot
6f8863b65d
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
...
Merge pull request !3198 from yanghaoran/code_sync_0718
6 years ago
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
6 years ago
mindspore-ci-bot
05de773775
!3209 Fix bug about output of AddNGrad.
...
Merge pull request !3209 from liuxiao93/AddN
6 years ago
mindspore-ci-bot
ffb7040c3c
!3200 [clean]remove loop_can_unroll flag, clean some other python code
...
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
6 years ago
liuxiao93
8705545bcd
Fix bug about output of AddNGrad.
6 years ago
Wei Luning
f362503d57
support throw attribute error from c++
6 years ago
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
6 years ago
mindspore-ci-bot
e8b26dbdaa
!3151 Fix verification of BatchNorm2d input is 4D.
...
Merge pull request !3151 from liuxiao93/fix-BatchNorm2d
6 years ago
mindspore-ci-bot
4945d34a41
!3133 [MD] fix num_sample in distributed sampler
...
Merge pull request !3133 from liyong126/md_num_of_samples
6 years ago
liuxiao93
75881e5f2f
check input of BatchNorm is 4D.
6 years ago
mindspore-ci-bot
4a19e6b8cb
!3114 add coo_tensor
...
Merge pull request !3114 from riemann_penn/coo_tensor
6 years ago
mindspore-ci-bot
a84092e89d
!3102 [MD] Add additional parameter checks in RandomCropWithBBoxOp and RandomResizeWithBbox
...
Merge pull request !3102 from nhussain/random_crop_fixes
6 years ago
panyifeng
5a10383cc3
add coo_tensor
6 years ago
liyong
e2ea1fa0df
activate num_samples in distributed samplers
6 years ago
wangnan39@huawei.com
86889c59cb
optimizer adapt IndexedSlices
6 years ago
mindspore-ci-bot
56f70e910c
!3080 [parser]remove redundant phi
...
Merge pull request !3080 from vlne-v1/remove-redundant-phi
6 years ago
mindspore-ci-bot
6dd99ee35d
!3130 [dump]support dump quant in binary format file
...
Merge pull request !3130 from vlne-v1/quant_op_depthwise
6 years ago
mindspore-ci-bot
a10001cb58
!3152 remove 4 auto parallel reshape ut
...
Merge pull request !3152 from yao_yf/reshape_ut_remove
6 years ago
Wei Luning
28d1d37085
End at validate when export.
6 years ago
Wei Luning
acbccea644
remove redundant phi
6 years ago
mindspore-ci-bot
1bcbbb08d6
!2973 [MD] Add implementation of SlidingWindow TensorOp, c++ & python
...
Merge pull request !2973 from luoyang/update
6 years ago
yao_yf
abebb2004b
remove 4 reshape ut
6 years ago
mindspore-ci-bot
edec821c50
!2876 set reshape operator no redistribution for auto parallel
...
Merge pull request !2876 from lirongzhen1/master
6 years ago
mindspore-ci-bot
1a518e1cff
!3144 [MD] Fix ResizeOp behaviour
...
Merge pull request !3144 from nhussain/dataset_check
6 years ago
nhussain
c984b0fc88
fix size tuple
6 years ago
mindspore-ci-bot
35c0f1d2e6
!3143 Add python UT to MnistDataset op
...
Merge pull request !3143 from TinaMengtingZhang/dataset-op-ut-mnist
6 years ago
tinazhang
ab37e87d7a
adding Mnist python ut coverage
6 years ago
islam_amin
5647889c0d
Added AutoContrast Op
6 years ago
mindspore-ci-bot
37e8439c0a
!3077 supporting cpp invert operation
...
Merge pull request !3077 from ava/invert
6 years ago
mindspore-ci-bot
c07a8d2033
!3137 Cleanup dataset UT: Remove deprecated save_and_check
...
Merge pull request !3137 from cathwong/ckw_dataset_ut_cleanup7
6 years ago
nhussain
5871ba8a05
more validator fixes
6 years ago
mindspore-ci-bot
74bbfa3cf6
!3095 modify the limit of loss scale
...
Merge pull request !3095 from Simson/push-to-opensource
6 years ago
lirongzhen1
c1eba79b83
set reshape redistribution strategy attribute to no redistribution
6 years ago
mindspore-ci-bot
eeba046115
!3050 Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
...
Merge pull request !3050 from liuxiao93/Tan/TruncateDiv/TruncateMOd
6 years ago
changzherui
f4cb445ea8
syn code for 0715
6 years ago
mindspore-ci-bot
526770e09e
!3049 [dataset] add save operator in dataset
...
Merge pull request !3049 from liyong126/dataset_save_op
6 years ago
simson
177e18f3f4
modify the limit of loss scale
6 years ago
mindspore-ci-bot
6335598fff
!3111 Rollback to Normal that operates on D
...
Merge pull request !3111 from peixu_ren/custom_gpu
6 years ago
liyong
bc676fe250
save op in minddataset
6 years ago
peixu_ren
1feca960aa
Rollback to Normal on D
6 years ago
Ziyan
39f08eb7dd
enable optimizer parallel
6 years ago
avakh
35c3a63701
support cpp invert operation
6 years ago
mindspore-ci-bot
7976d77593
!3104 fix mindspore dtype equal
...
Merge pull request !3104 from fary86/fix_mstype_eq
6 years ago
fary86
595767b4b5
Fix bug of mindspore dtype equal
6 years ago
Cathy Wong
04eb4f89c7
Cleanup dataset UT: Replace save_and_check
6 years ago
Zirui Wu
d233c54139
implemented cpp random choice, apply and compos
...
python part of random ops
added random select sub policy
validators added
comments added, remaining issues addressed
add more python test cases
fix ci
fix CI
fix order of include files
addr review cmts
addr review cmts
reorg file
fix compile err
address review cmts
address review cmts
6 years ago
YangLuo
4136892a3e
add SlidingWindow Op
6 years ago
mindspore-ci-bot
3e691e54f5
!3071 change ValueError to TypeError for enumerate start
...
Merge pull request !3071 from zhangbuxue/change_ValueError_to_TypeError_for_enumerate_start
6 years ago
mindspore-ci-bot
bacbb26e3b
!3062 fix valuenode simplify
...
Merge pull request !3062 from riemann_penn/fix_value_node_simplify
6 years ago
mindspore-ci-bot
45ad430af2
!3048 support use valuelist or valuetuple of primitives
...
Merge pull request !3048 from amongo/SupportPrimitiveList
6 years ago
buxue
60b0ded440
change ValueError to TypeError for enumerate start
6 years ago
panyifeng
394178569e
fix valuenode simplify
6 years ago
mindspore-ci-bot
683920d1c8
!2987 Add random normal op at MindSpore front-end
...
Merge pull request !2987 from peixu_ren/custom_gpu2
6 years ago
huangdongrun
ee2039fbba
add support for value sequence of primitve
6 years ago
mindspore-ci-bot
bc0a53cfb1
!3030 minddata support ps-lite feature
...
Merge pull request !3030 from xiefangqi/md_support-pslite
6 years ago
mindspore-ci-bot
ba0143402c
!3067 Cleanup dataset UT: Remove unneeded tf data files and tests
...
Merge pull request !3067 from cathwong/ckw_dataset_ut_cleanup6
6 years ago
mindspore-ci-bot
219a716eae
!3066 fix some batch's get_dataset_size and some text validator inconsistency
...
Merge pull request !3066 from ZiruiWu/fix_validator
6 years ago
mindspore-ci-bot
bed93a9ead
!3039 [Dataset Python UT] adding coverage to Cifar Op and update test dataset
...
Merge pull request !3039 from TinaMengtingZhang/dataset-op-ut-cifar
6 years ago
Zirui Wu
63185cb20f
fix some validators errors
...
address review cmts
addr review cmts
6 years ago
Cathy Wong
ae1ed327ba
Cleanup dataset UT: Remove unneeded data files and tests
6 years ago
nhussain
05b2a57d2a
fix validation errors, and fix try catch error tests
6 years ago
tinazhang
340d98a4d1
added test case to cifar_op
...
update cifar10 dataset
fixing missing error handling code in validator
6 years ago
peixu_ren
ac561f2956
Refactor random normal op
6 years ago
peixu_ren
20ca96c62b
Add random normal MindSpore interface
6 years ago
xiefangqi
add19a591c
md support ps-lite
6 years ago
liuxiao93
c772b9e291
Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
6 years ago
mindspore-ci-bot
8871f06f42
!2963 Add UT for python pass
...
Merge pull request !2963 from BowenK/python_pass_clean
6 years ago
BowenK
f267a105b8
Add Python Pass UT
6 years ago
mindspore-ci-bot
bfc3065fc7
!3025 [AutoParallel]Add embedding look up op
...
Merge pull request !3025 from lichen/add_embedding_look_up_op
6 years ago
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
6 years ago
mindspore-ci-bot
69ce4bf2b2
!2970 Del mindspore/model_zoo
...
Merge pull request !2970 from panbingao/master
6 years ago
islam_amin
56da3b0ae1
Fixing ratio bug with BoundingBoxAugment
6 years ago
mindspore-ci-bot
eadcb341e1
!2891 CacheOp phase 1
...
Merge pull request !2891 from Jamie/CacheOp_dev
6 years ago
Jesse Lee
7c1bc5192b
Initial Drop of CacheOp Phase I
6 years ago
lichenever
cde5cc2bd2
add_embedding_look_up
6 years ago
mindspore-ci-bot
c465ea3269
!3031 fix context mode and device target dependency issue
...
Merge pull request !3031 from wangqiuliang/fix-tensor-bool-operation
6 years ago
mindspore-ci-bot
2f27c4e3e8
!2807 Apply indexed_slices
...
Merge pull request !2807 from riemann_penn/apply_indexed_slices
6 years ago
kingfo
8863dfd677
fix context mode and device_target dependency issue
6 years ago
panyifeng
44e74ad5aa
Apply indexed_slices
6 years ago
mindspore-ci-bot
8f15d1f608
!2791 convert subgraph
...
Merge pull request !2791 from changzherui/subgraph
6 years ago
changzherui
a27ce973ad
convert subgraph
6 years ago
mindspore-ci-bot
d3ec05d716
!2943 [quant]export bug fix
...
Merge pull request !2943 from vlne-v1/quant_export_bugfix
6 years ago
mindspore-ci-bot
d925c52bb1
!2875 add grad all in pynative
...
Merge pull request !2875 from wangqiuliang/add-grad-all-in-pynative
6 years ago
mindspore-ci-bot
7cdd5581f9
!2914 make AbstractRef can join with AbstractTensor
...
Merge pull request !2914 from xychow/fix-abstractref-join
6 years ago
mindspore-ci-bot
6284c42a76
!2941 MD tokenizer support output offsets
...
Merge pull request !2941 from xiefangqi/md_add_offsets_feature
6 years ago
mindspore-ci-bot
ebc6b92c27
!3002 add arg check for enumerate
...
Merge pull request !3002 from zhangbuxue/add_arg_check_for_enumerate
6 years ago
xiefangqi
47060631e5
add offsets feature to tokenizer
6 years ago
mindspore-ci-bot
541456044d
!2934 GraphData support random_walk and get_edge_feature
...
Merge pull request !2934 from heleiwang/gnn_july
6 years ago
mindspore-ci-bot
2f565f4c20
!2776 Update API of dataset.text.lookup
...
Merge pull request !2776 from ZiruiWu/master
6 years ago
kingfo
add3778a61
add grad all in pynative mode
6 years ago
panbingao
45dbc8bf04
Move model_zoo.resnet.py
6 years ago
heleiwang
7a046a1d70
support get_edge_feature
6 years ago
buxue
cf797d3bf2
add arg check for enumerate
6 years ago
mindspore-ci-bot
87722b9e09
!2912 Update ssim and add msssim
...
Merge pull request !2912 from fanglei/msssim
6 years ago
Wei Luning
b522368161
fix bug of quant export without input fakequant.
6 years ago
mindspore-ci-bot
bccfa48509
!2980 Prevent empty column names
...
Merge pull request !2980 from nhussain/empty_column_b
6 years ago
leilei_snow
9b21420b3e
update SSIM loss, add MSSSIM loss feature; add their ut testcases.
6 years ago
mindspore-ci-bot
00368b3683
!2972 Improving implicit type conversion
...
Merge pull request !2972 from zhangbuxue/Improving_implicit_type_conversion
6 years ago
Zirui Wu
7b15e5a742
rework on lookup
...
add test caser
fix ci
address review cmts
ci
addr review cmt
fix typo
address review cmts
add 2 more test cases
cpplint fix
addr cpplint
addr ci
fix tst case err
fix doc str
6 years ago
nhussain
2c7fd248f8
fixes for PR-2908: avoid empty strings for column names
6 years ago
buxue
4df1edf5b3
Improving implicit type conversion
6 years ago
wuyongkang
e12255ad84
Add MixedPrecisionCast for KeywordArg
6 years ago
buxue
4e832b2309
support implicit type conversion for pynative mode
6 years ago
mindspore-ci-bot
323a80c620
!2765 fix large for loop segment fault
...
Merge pull request !2765 from fary86/fix_large_for_loop
6 years ago
mindspore-ci-bot
5fc6dcfb65
!2915 [Auto parallel] Rewrite EmbeddingLookup
...
Merge pull request !2915 from Xiaoda/8-move-embeddinglookup-external
6 years ago
nhussain
6c37ea3be0
fix validators
...
fixed random_apply tests
fix validators
fixed random_apply tests
fix engine validation
6 years ago
mindspore-ci-bot
915ddd25dd
!2892 gnn random walk pr 1977 comment follow up
...
Merge pull request !2892 from tony_liu2/master
6 years ago
mindspore-ci-bot
e2f51ccec8
!2922 updating the python ut tests based on floating point bounding boxes
...
Merge pull request !2922 from ava/float_change
6 years ago
Xiaoda Zhang
fc906f7f58
move embeddinglookup to external
6 years ago
mindspore-ci-bot
dffb76a0a9
!2605 High level abstraction of mathematical distributions
...
Merge pull request !2605 from XunDeng/pp_poc_v3
6 years ago
mindspore-ci-bot
403c1db8ce
!2869 fix print bug
...
Merge pull request !2869 from jinyaohui/master
6 years ago
zhousiyi
9ad7c652a2
make abstractref can join with abstracttensor
6 years ago
peixu_ren
bef1fc7f19
add sample functions in normal and bermoulli distributions
6 years ago
avakh
421b80bf8f
updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests
6 years ago
tony_liu2
14899a1410
fix gnn random walk pr 1977 comments
...
add fix to random resize decode crop test case
fix pylint issues
6 years ago
Xun Deng
0aa26c1815
add high level abstract class Distribution and two example class:
...
Bernoulli and Normal
6 years ago
mindspore-ci-bot
9ba937b1af
!2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
...
Merge pull request !2920 from danishnxt/AugOps-M1-Python
6 years ago
mindspore-ci-bot
c9929fd8a1
!2900 Update BoundingBoxAugment and RandomHorizontalFlipWithBBox to use float
...
Merge pull request !2900 from islam_amin/object_ops_cc_float
6 years ago
mindspore-ci-bot
92d2011b8b
!2924 [Dataset Python UT] Disable md5 random perspective test
...
Merge pull request !2924 from TinaMengtingZhang/redo-skip-md5-random-perspective-test
6 years ago
Danish Farid
78c370f72a
First Commit - New Infrastructure - Python UT tests + Common Aug Files
...
fix accidental change overwrite
fix 2
updated inits from 0 to 0.0 for float
improvd python ut comments
updated macro
6 years ago
tinazhang
8455f957ac
disable md5 random perspective test case
6 years ago
jinyaohui
c7f6527e92
fix print file bug
6 years ago
mindspore-ci-bot
faa1084bd8
!2865 asymmetric param row split support for GatherV2
...
Merge pull request !2865 from yihuaijie/dev
6 years ago
mindspore-ci-bot
5baae2ebd0
!2884 Add TBE op UnsortedSegmentProd for VM.
...
Merge pull request !2884 from liuxiao93/UnsortedSegmentProd
6 years ago
mindspore-ci-bot
bd60db5c11
!2811 support vm for ParallelConcat
...
Merge pull request !2811 from jiangjinsheng/vm_parallel_concat
6 years ago
liuxiao93
2b0ecfd2b1
Add TBE op UnsortedSegmentProd for VM.
6 years ago
Yi Huaijie
cae254f4df
asymmetric row split support for GatherV2
6 years ago
islam_amin
dfc3409f67
Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
6 years ago
mindspore-ci-bot
751b5e6fac
!2897 Modify VOCDataset output float dtype bbox
...
Merge pull request !2897 from xiefangqi/md_voc_support_float
6 years ago
xiefangqi
62d55fdbce
vocdataset support float bbox
6 years ago
jiangjinsheng
a3565a75d1
vm for ParallelConcat
6 years ago
changzherui
17da929b82
syn code 0706
6 years ago
mindspore-ci-bot
3d377c51b9
!2839 support vm for PopulationCount
...
Merge pull request !2839 from jiangjinsheng/vm_population_count
6 years ago
mindspore-ci-bot
aef002ad6c
!2809 support Python built-in function 'enumerate'
...
Merge pull request !2809 from zhangbuxue/support_Python_built-in_functions_enumerate
6 years ago
leilei_snow
5cccfbc61b
Add TransShape Operator.
6 years ago
mindspore-ci-bot
b5066e81ee
!2308 Unskip md5 python UT case for RandomPerspective
...
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
6 years ago
tinazhang
dc03019200
unskip md5 testcase for RandomPerspective
6 years ago
Danish Farid
5a9673ee6f
fix_annotate bug fix
6 years ago
jiangjinsheng
ee7aef98df
vm for PopulationCount
6 years ago
mindspore-ci-bot
860a32632e
!2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
...
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
6 years ago
buxue
cfa41733d6
support Python built-in function 'enumerate'
6 years ago
fary86
e17469bf42
Fix bug of large for loop
6 years ago
mindspore-ci-bot
2cd9649b9e
!2810 Add operator adapting in ME for Softsign
...
Merge pull request !2810 from zhangzheng/softsign
6 years ago
mindspore-ci-bot
391f5e44e4
!2832 check types for optional boolean parameters
...
Merge pull request !2832 from Peilin/invalid-type-bucket-check
6 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
...
Code checking
6 years ago
peilin-wang
29aa589972
added check for invalid type for boolean args
6 years ago
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
...
Merge pull request !2822 from hewei/fix_bool_tensor
6 years ago
He Wei
a0623e1528
Fix bool type tensor problem
...
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix: Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
6 years ago
panbingao
1e51414f1b
Adapting operator Softsign in ME
6 years ago
liuxiao
ddedc41613
Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
6 years ago
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
...
Merge pull request !2718 from chenzhongming/master
6 years ago
mindspore-ci-bot
622b97f3b6
!2787 Add op ScatterMul ScatterDiv vm
...
Merge pull request !2787 from zhaozhenlong/op/scatter-div-mul-vm
6 years ago
jiangjinsheng
ce4e15b0b3
vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
6 years ago
yangzhenzhang
2351845ede
delete shape validation in initializer
6 years ago
zhaozhenlong
8d9939eaa4
ScatterMull and ScatterDiv vm
6 years ago
mindspore-ci-bot
4eafb21ea8
!2638 support vm for mod
...
Merge pull request !2638 from jiangjinsheng/vm_mod
6 years ago
mindspore-ci-bot
30fc1bd0c3
!2747 refactor StridedSlice op
...
Merge pull request !2747 from zhangbuxue/refactor_the_StridedSlice_op
6 years ago
buxue
be771aa9e4
refactor StridedSlice op
6 years ago
jiangjinsheng
ffd0352162
vm for mod
6 years ago
mindspore-ci-bot
d1fa90a3d9
!2769 fix get loss error and NoneType error cause by _proceesor_specified_data
...
Merge pull request !2769 from ougongchang/fix_nonetype
6 years ago
mindspore-ci-bot
ea475637a1
!2720 fix assign used in while loop
...
Merge pull request !2720 from xychow/fix-assign-in-while
6 years ago
mindspore-ci-bot
9377e432d2
!2766 get default value if num_parallel_workers is None
...
Merge pull request !2766 from yanghaitao/yht_serialize_num_parallel_worker
6 years ago
ougongchang
cd868aea52
fix get loss error and NoneType error cause by _proceesor_specified_data
...
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
6 years ago
yanghaitao
365c901ee0
get default value if num_parallel_worker is None
6 years ago
mindspore-ci-bot
3a89f93cc5
!2699 add ScatterMax ScatterMin ScatterSub vm
...
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
6 years ago
mindspore-ci-bot
fe82d82155
!1904 Add IndexedSlices
...
Merge pull request !1904 from riemann_penn/add_indexed_slices
6 years ago
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
...
Merge pull request !2743 from ougongchang/summary_collector_ut
6 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
6 years ago
chenzomi
1089c908a9
cherry-pick r0.5 to master for quantizaiton aware training
6 years ago
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
...
Has fixed collecting optimizer error when mode is eval
6 years ago
zhousiyi
d5255fe311
fix assign used in while
6 years ago
guohongzilong
652093642e
change order param same as group params
6 years ago
mindspore-ci-bot
d08a89ab87
!2737 makes 0 an invaild bucket size
...
Merge pull request !2737 from Peilin/zero-input-bucket-check
6 years ago
mindspore-ci-bot
1227719cdd
!2603 [Dataset Python UT] Cleanup mse and md5 validation
...
Merge pull request !2603 from TinaMengtingZhang/I1LTCA-mse-check-cleanup
6 years ago
peilin-wang
9468b49e28
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
6 years ago
mindspore-ci-bot
c70e6987ba
!2624 Fix config test
...
Merge pull request !2624 from EricZ/fix_config_test
6 years ago
mindspore-ci-bot
9b4399480a
!2321 Connector throughput performance metric
...
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
6 years ago
tinazhang66
5cd3136355
remove local defined mse and add missing mse/md5 validation
6 years ago
mindspore-ci-bot
51c4f4a499
!2683 Add TBE operaters ApplyAddSign\ApplyPowerSign\ApplyGradientDescent\ApplyProximalGradientDescent for VM.
...
Merge pull request !2683 from liuxiao/ops-for-VM
6 years ago
mindspore-ci-bot
5b8957a884
!2717 dataset: some parameter check for NumpySlices and num_sharads
...
Merge pull request !2717 from ms_yan/check_param
6 years ago
ms_yan
7fa0d9e7e4
add paramter check for numpyslices and num_shards
6 years ago
jinyaohui
dd5fba1db9
add notice
6 years ago
zhaozhenlong
a8654ac3b5
add ScatterMax ScatterMin ScatterSub for vm
6 years ago
jin-xiulang
8dff818a18
Add Laplace random operator.
6 years ago
mindspore-ci-bot
6fb5538117
!2661 add support dtype for scatter_add vm
...
Merge pull request !2661 from zhaozhenlong/op/scatter-add
6 years ago
liuxiao
2097a0e90a
Add optimizer operators for VM.
6 years ago
mindspore-ci-bot
99d4289251
!248 Add 5 random ops
...
Merge pull request !248 from peixu_ren/custom_aicpu
6 years ago
peixu_ren
c5f72582dc
Added 5 random ops
6 years ago
mindspore-ci-bot
9be17e2a59
!2668 support weight decay for sparse optimizer
...
Merge pull request !2668 from wangnan39/support_weight_decay_for_sparse_optimizer
6 years ago
mindspore-ci-bot
0ab7fd98ea
!2654 fix: tfrecord to mindrecord para check
...
Merge pull request !2654 from guozhijian/fix_tfrecord_to_mr_para_check
6 years ago
mindspore-ci-bot
32a2d5d21c
!2629 get monitor sampling interval from json file
...
Merge pull request !2629 from yanghaitao/yht_sampling_interval
6 years ago
mindspore-ci-bot
363489d00f
!2580 BasicTokenizer do not case fold on preserved words
...
Merge pull request !2580 from qianlong21st/fix_basic_tokenizer
6 years ago
mindspore-ci-bot
db6c4bf784
!2640 [MD] fix minddata error message
...
Merge pull request !2640 from liyong126/minddataset_fix_errmsg
6 years ago
wangnan39@huawei.com
172728a6a6
support weight decay for sparse optimizer
6 years ago
jonyguo
3450c35d9b
fix: tfrecord to mindrecord parameter check
6 years ago
mindspore-ci-bot
bc30576ac9
!2631 Add ExpandDims to whitelist
...
Merge pull request !2631 from amongo/FixExpandDimsOps
6 years ago
zhaozhenlong
d55c0f6679
complement scatter add support dtype
6 years ago
qianlong
cae77c0c22
BasicTokenizer not case fold on preserverd words
6 years ago
liyong
68e2097897
fix split erroer message
6 years ago
zhaozhenlong
15580f8f6e
limit ssim input img type to fp32 and fp16
6 years ago
zhaozhenlong
71d33b087e
limit ssim input img type to fp32 and fp16
6 years ago
yanghaitao
fd701b8504
set monitor sampling interval through json file
6 years ago
huangdongrun
96b38f72b2
add ExpandDims whitelist
...
add comment for control_depend
6 years ago
Eric
a4f5802924
Added Fix for test config
6 years ago
mindspore-ci-bot
87213648bc
!2612 delete pynative lenet test
...
Merge pull request !2612 from changzherui/del_test
6 years ago
changzherui
9e83337e2f
delete pynative lenet_model test
6 years ago
Ziyan
0925e35252
enable optimizer parallel with broadcast
6 years ago
mindspore-ci-bot
df795daf75
!2562 [bug]when multi times print same thing, do not merge in cse
...
Merge pull request !2562 from vlne-v1/I1LHCF-print-multi-times-and-same-str
6 years ago
Alexey Shevlyakov
698abf75fc
Connector throughput + PerfData + CyclicArray
6 years ago
mindspore-ci-bot
a1b17bd2e2
!2593 python unit tests for randomResizeWithBBox and ResizeWithBBox
...
Merge pull request !2593 from ava/python_ut_tests
6 years ago
avakh
1e869146e9
applying comments removing VOC
6 years ago
Cathy Wong
277aba5326
dataset: Fixup docs; remove pylint disabled messages in UT
6 years ago
mindspore-ci-bot
e11c953225
!2587 Implementing Python UTs for BoundingBoxAugment and RandomHorizontalFlipWithBBox
...
Merge pull request !2587 from imaaamin/object_ops_ut
6 years ago
mindspore-ci-bot
067592ccf9
!2590 Updated Python UTs for RandomVerticalFlipWithBBox, RandomCropWithBBox and RandomResizedCropWithBBox
...
Merge pull request !2590 from danishnxt/AugOps2
6 years ago
islam_amin
0f58f0338e
updating ut for RandomHorizontalFlipWithBBox and BBoxAugment
6 years ago
mindspore-ci-bot
b0a10c26a4
!2532 adding random-resize-with-bbox-op and resize-with-bbox-op
...
Merge pull request !2532 from ava/NNNewMaster
6 years ago
Danish Farid
3d1ecaaeb5
updated UT test for Python (3) AugOps with BBox - MD5 checks + imrpv comments
6 years ago
avakh
587e260236
addressing comments
6 years ago
Jamie Nisbet
c22eac743d
subtree creation in python apis
...
updates
fix
fix cpplint
fix
6 years ago
mindspore-ci-bot
a12f9614d4
!2533 Fixing testVOC2012 dataset by merging with testVOC2012_2 + moving BBoxOp testing functions to util + new check in Bounding_Box_check
...
Merge pull request !2533 from danishnxt/AugOpsD2
6 years ago
Wei Luning
ef13a4b6fb
adjust cse code when op has side effect.
6 years ago
Danish Farid
a8f392ca42
updated test util file + new BoundingBoxCheck + fixed VOCDataset annotations
...
Style Error fix
fixed PyLint problem
reverting testVOC2012 due to CI break for existing test
reverting testVOC2012 due to CI break for existing test-2
updated old error messages to confirm with global standard
addressing PR 2355 Comments - 1
addressing PR 2355 Comments - 2
addressing PR 2355 Comments - 3
6 years ago
mindspore-ci-bot
67d664d7dd
!2511 add mod and floordiv opration for tensor
...
Merge pull request !2511 from wangqiuliang/add-tensor-mod-operation
6 years ago
kingfo
078738adc5
add tensor mod & floordiv operation
6 years ago
huangdongrun
9d3c9c69fe
modify map to C.Map()
6 years ago
mindspore-ci-bot
a9dac909d9
!2535 Fix pynative indexing
...
Merge pull request !2535 from amongo/FixPynativeTensorIndexing
6 years ago
mindspore-ci-bot
087779b7d4
!2517 checkpoint add model_type
...
Merge pull request !2517 from chenzhongming/quant
6 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
...
Merge pull request !2499 from yihuaijie/master
6 years ago
chenzomi
d3f9b80066
checkpoint add model_type
6 years ago
huangdongrun
bc0455eaff
* fix bool index
...
* change slice setitem to mixed procedure
* add testcase for slice assignment
6 years ago
mindspore-ci-bot
363a232cbc
!2512 [quant]The top level add op prefix_name check error
...
Merge pull request !2512 from vlne-v1/I1LJMR-quant-the-top-level-add-op-prefix_name-check-error
6 years ago
mindspore-ci-bot
c22c865c4a
!1950 [front]add `has_effect` direct to target construct method not cell object
...
Merge pull request !1950 from vlne-v1/move-flags-to-construct
6 years ago
yanghaoran
21c381b366
sync from mindspore to incubator
6 years ago
Wei Luning
dcd5773f64
fix bug in quant deploy export
6 years ago
Wei Luning
8f56528f8c
add flags on function
6 years ago
mindspore-ci-bot
0478b7d191
!2303 optimize LARS interface
...
Merge pull request !2303 from gziyan/modify_lars_interface
6 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
6 years ago
jiangjinsheng
a1e148cb4d
vm for LRN and LRNGrad
6 years ago
mindspore-ci-bot
367e5765f4
!237 fix issue ssim ksize check
...
Merge pull request !237 from zhaozhenlong/fix-issue-ssim-ksize-check-incu
6 years ago
Ziyan
41ddc153a6
modify lars interface
6 years ago
mindspore-ci-bot
ac78ac9700
!2297 add vm support for operators include MatrixDiag, MatrixDiagPart etc
...
Merge pull request !2297 from jiangjinsheng/vm_matrixdiag
6 years ago
mindspore-ci-bot
8e5d8a1cf7
!2305 Enhance callback module and strongly check if callbacks is list or not
...
Merge pull request !2305 from 李鸿章/callback
6 years ago
mindspore-ci-bot
73f440a54d
!2418 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
...
Merge pull request !2418 from caojian05/ms_master_dev
6 years ago
wuxuejian
92880788f3
add aicpu embeddinglookup
...
move embeddinglookup to the internal
6 years ago
jiangjinsheng
017ff492af
vm for MatrixDiag,MatrixDiagPart.MatrixSetDiag
6 years ago
Li Hongzhang
4c0d12fd63
enhance callback module and strongly check callbacks is list or not
6 years ago
mindspore-ci-bot
932b7649e7
!2241 Adapting operator named AccumulateNV2
...
Merge pull request !2241 from zhangzheng/accumulate
6 years ago
caojian05
deb9694f63
add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
6 years ago
mindspore-ci-bot
55d5ded228
!2306 [Dataset] Code review & improve quality
...
Merge pull request !2306 from luoyang/pylint
6 years ago
mindspore-ci-bot
e9e4442dcb
!2413 [Auto parallel] Check 'CAST' from optimizers
...
Merge pull request !2413 from Xiaoda/7-auto-parallel-check-optimizer-ops
6 years ago
YangLuo
4e3bfcf4c9
!2306 [Dataset] Code review & improve quality
6 years ago
zhaozhenlong
5888d745bf
fix ssim filter size check
6 years ago
zhangz0911gm
4ac1876237
Adapting AccumulateNV2
6 years ago
jiangjinsheng
e71599b5ca
vm for lin_space
6 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
6 years ago
mindspore-ci-bot
beb436f457
!2398 Bug in Slice when multiple rows are used
...
Merge pull request !2398 from h.farahat/slice_bug
6 years ago
mindspore-ci-bot
a9c309da4c
!2404 [Dataset]rename input variable name to children and output variable to parent
...
Merge pull request !2404 from xulei/input_output
6 years ago
mindspore-ci-bot
1ea38eb60c
!2375 Add Python Tokenizer
...
Merge pull request !2375 from h.farahat/python_tokenizer
6 years ago
Xiaoda Zhang
3ff6e336c6
check cast from optimizer in auto-parallel
6 years ago
liyong
2412ee09ce
fix distributedSampler reshuffle and fix random_device failed
6 years ago
mindspore-ci-bot
78a8bc302d
!2380 Fix CocoDataset issue
...
Merge pull request !2380 from xiefangqi/xfq_fix_coco_issue_01
6 years ago
xulei2020
3b71bd0d5d
rename input to children, output to parent
6 years ago
hesham
68030e6a4b
Slice Bug
6 years ago
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
6 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
6 years ago
xiefangqi
5703a10b8b
fix CocoDataset issue
6 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
6 years ago
mindspore-ci-bot
634bfd3508
!2259 add Normal op
...
Merge pull request !2259 from pkuliuliu/master
6 years ago
mindspore-ci-bot
d137cefa79
!2372 Cleanup work for BERT special ops
...
Merge pull request !2372 from h.farahat/cleanup_0619
6 years ago
mindspore-ci-bot
2f9c6ec8bc
!2337 aware quantization training auto create graph
...
Merge pull request !2337 from chenzhongming/master
6 years ago
pkuliuliu
acf46bafbb
add Normal op
6 years ago
mindspore-ci-bot
9514b52a23
!2147 Add a callback named SummaryCollector and delete SummaryStep callback
...
Merge pull request !2147 from ougongchang/master
6 years ago
panyifeng
3c2057297e
support multi param for tuple grad
6 years ago
hesham
e981c67acd
Python Tokenizer
...
!38 Synchronize with latest Ascend software suite 17 Jun 2020
Merge pull request !38 from yanghaoran/master
6 years ago
hesham
674415f7be
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
6 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
6 years ago
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
...
Merge pull request !2325 from imaaamin/object_ops_pr2
6 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
6 years ago
islam_amin
edc42c5b85
addressed comments from reviews
6 years ago
nhussain
d89101b95f
add missing test
6 years ago
chenzomi
c268c88220
aware quantization training auto create graph
6 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.
6 years ago
mindspore-ci-bot
21c67eddd5
!1897 save print data to file
...
Merge pull request !1897 from jinyaohui/print
6 years ago
yanghaitao
9f336bb735
fix TextFileDataset and CLUEDataset failed with to_device
6 years ago
jinyaohui
ac23a179bf
save print data to file
6 years ago
mindspore-ci-bot
2d6d3cc86b
!2339 support catch IndexError in C++
...
Merge pull request !2339 from zhangbuxue/support_catch_index_error_in_c++
6 years ago
mindspore-ci-bot
8867c67d61
!1935 Summary callback as collector for summary and lineage
...
Merge pull request !1935 from 李鸿章/policy_writer
6 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
6 years ago
mindspore-ci-bot
06b511ca94
!2301 add sparse proximal ada grad optimizer
...
Merge pull request !2301 from lilei/sparse_proximal_ada_grad
6 years ago
Li Hongzhang
0921c1e538
enhance the SummaryRecord with set_mode and add_value
6 years ago
buxue
2c9ca199ad
support catch IndexError in C++
6 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
6 years ago
lilei
497067d7b2
add sparse proximal ada grad optimizer
6 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
6 years ago
hesham
11826fb256
DuplicateOp
6 years ago
mindspore-ci-bot
90bb9320aa
!2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
...
Merge pull request !2314 from imaaamin/object_ops_pr
6 years ago
mindspore-ci-bot
a83baafbf6
!2253 Add ConcatOp to Dataset
...
Merge pull request !2253 from nhussain/concat_op
6 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
6 years ago
nhussain
5515016dba
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
6 years ago
mindspore-ci-bot
ffc8a3c362
!2274 add PadEndOp
...
Merge pull request !2274 from xunxue/padend
6 years ago
mindspore-ci-bot
e4322baece
!2316 [Dataset] Move python tree transformation into cpp pass
...
Merge pull request !2316 from JunhanHu/alter_node_cpp
6 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
6 years ago
xunxue
87aa9c8f7a
PadEndOp
6 years ago
Junhan Hu
57f3732ac3
Move python tree transformation into cpp pass.
6 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
6 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
6 years ago
mindspore-ci-bot
c0fe8c0322
!2273 [AutoParallel]update EmbeddingLookUp op
...
Merge pull request !2273 from lichen/fix_embeding_look_up
6 years ago
mindspore-ci-bot
5850b99161
!2211 Add TruncatePair Op to dataset
...
Merge pull request !2211 from h.farahat/pair_truncate
6 years ago
mindspore-ci-bot
0958a695a4
!205 add ReverseSequenceGrad
...
Merge pull request !205 from xutianchun/reverse_sequence_grad
6 years ago
lichenever
563622874a
update
6 years ago
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
...
Merge pull request !1993 from luoyang/pylint
6 years ago
mindspore-ci-bot
2ecd5bdf25
!2239 [MD] convert csv to mindrecord
...
Merge pull request !2239 from liyong126/csv_to_mindrecord
6 years ago
mindspore-ci-bot
d9b8da14e2
!2275 [Auto parallel] Changing bprob of EmbeddingLookup
...
Merge pull request !2275 from Xiaoda/4-fix-the-embeddinglookup-errors
6 years ago
mindspore-ci-bot
9b90d89f6b
!2276 fix eliminate get ref parameter
...
Merge pull request !2276 from fary86/fix_eliminate_get_ref
6 years ago
fary86
15b3fba0ef
Fix eliminate get ref parameter
6 years ago
Xiaoda Zhang
69574f3823
fix the bprob error of embeddinglookup
6 years ago
mindspore-ci-bot
3559cb5ccd
!2252 dataset: repair bug in config load
...
Merge pull request !2252 from ms_yan/config_load
6 years ago
mindspore-ci-bot
60f4795f40
!2220 fix binary dump and add test case
...
Merge pull request !2220 from leopz/fix_dump
6 years ago
ms_yan
8d1dae46ac
Throw error when load config failed
6 years ago
liyong
7369950a93
convert csv to mindrecord
6 years ago
mindspore-ci-bot
0c3d96a98b
!2236 Refactor the callback module in an encapsulated way
...
Merge pull request !2236 from 李鸿章/callback
6 years ago
hesham
b9495a9ccc
Truncate Pair
6 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
6 years ago
mindspore-ci-bot
4e3b3711be
!2199 Fix the condition when activation name is 0
...
Merge pull request !2199 from Simson/push-to-opensource
6 years ago
leopz
a67132f6b7
fix shape and add testcase
6 years ago
mindspore-ci-bot
f513bb8f83
!2163 [Auto parallel] Move 'EmbeddingLookup' to internal
...
Merge pull request !2163 from Xiaoda/3-changing-embeddinglookup-internal
6 years ago
kingfo
358982a98f
fix hook and bprop debug issue
6 years ago
simson
ca988e9e69
fix the condition when activation name is 0
6 years ago
mindspore-ci-bot
ea829e89c3
!2198 Add MaskOp to dataset
...
Merge pull request !2198 from h.farahat/mask_op
6 years ago
mindspore-ci-bot
808380a9f9
!2142 Cleanup dataset UT: refactor visualize()
...
Merge pull request !2142 from Tinazhang/reorg-visualize
6 years ago
ms_yan
fdafc690f8
repair problem in NumpySlicesDataset
6 years ago
mindspore-ci-bot
2865436fee
!2092 Tokenizers
...
Merge pull request !2092 from qianlong21st/june_third
6 years ago
Tinazhang
169eaf73c7
reorganize util function visualize()
6 years ago
panfengfeng
c745b6bd9d
回退 'Pull Request !2189 : dataset: repair some bug in NumpySlicesDataset'
6 years ago
mindspore-ci-bot
11a256536d
!2189 dataset: repair some bug in NumpySlicesDataset
...
Merge pull request !2189 from ms_yan/numpy_slice_repair
6 years ago
Li Hongzhang
ecc459158e
callback module in encapsulated
6 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
6 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
6 years ago
Yang
dee8471d23
!1993 [Dataset] Fix codedex.
6 years ago
qianlong
4f16f036be
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
...
add CaseFold, NormalizeUTF8
add RegexReplace
add RegexTokenizer
add BasicTokenizer
add WordpieceTokenizer
add BertTokenizer
6 years ago
buxue
61857b69ed
add check for tensor slice before convert to ops
6 years ago
Xiaoda Zhang
55e7d9d2b8
move embeddinglookup to the internal
6 years ago
李鸿章
ee438aaf4a
callback as context manager
6 years ago
ms_yan
d162a7a5ab
repair problem in NumpySlicesDataset
6 years ago
liuxiao
df63a3195d
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
6 years ago
hesham
f2462bb00d
Mask Op
6 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
6 years ago
mindspore-ci-bot
ca94916ef9
!2184 CocoDataset add category_id check
...
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
6 years ago
ougongchang
1ffa37ffbc
Add a callback module to avoid the size of the callback.py file to large
6 years ago
mindspore-ci-bot
4291ea82cf
!2024 Add MixedPrecisionCast for Dict
...
Merge pull request !2024 from Kang/master
6 years ago
mindspore-ci-bot
625f2421b5
!1977 random walk in gnn node2vec
...
Merge pull request !1977 from JonathanY/randomwalk
6 years ago
mindspore-ci-bot
3adbde56b2
!2162 SliceOp
...
Merge pull request !2162 from h.farahat/slice_op
6 years ago
mindspore-ci-bot
898b2fdecd
!2187 Fix comment display issues in BuildVocabDataset
...
Merge pull request !2187 from ZiruiWu/vocab_rework
6 years ago
Zirui Wu
2794883644
fix selected minor issues
...
fix review comments
6 years ago
mindspore-ci-bot
3ccbafe71d
!2062 [MD] add splitOP in minddataset
...
Merge pull request !2062 from liyong126/minddataset_split
6 years ago
mindspore-ci-bot
0b7d4855dd
!2168 Chage combined quant to nn.quant
...
Merge pull request !2168 from chenzhongming/combined
6 years ago
xiefangqi
aab190fcdb
CocoDataset add category_id validation
6 years ago
chenzomi
4878616e43
change combined to nn
6 years ago
liyong
d4f8f57c7e
add split in minddataset
6 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
6 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
6 years ago
zhaozhenlong
ea681bfb0f
fix ssim filter size check
6 years ago
zhaozhenlong
dbfb4f057c
move AscendQuant AscendDequant to inner_ops.py
6 years ago
liuxiao
aa73abc2f7
Add image.CentralCrop
6 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
6 years ago
mindspore-ci-bot
2fa2f86619
!2135 add tfrecord to mindrecord tool
...
Merge pull request !2135 from guozhijian/add_tools_tfrecord_to_mindrecord
6 years ago
hesham
e2012a1de9
Slice Op
6 years ago
jonyguo
3353a20d8b
add tool: tfrecord to mindrecord
6 years ago
mindspore-ci-bot
71d27c6854
!2068 Add InplaceAddD and InplaceSubD vm ops
...
Merge pull request !2068 from liuwenhao/master
6 years ago
mindspore-ci-bot
105dcb1c1e
!2128 hidden range
...
Merge pull request !2128 from jiangjinsheng/issue_fix3
6 years ago
mindspore-ci-bot
ea96cbcef2
!1979 fix partial primitive poly node
...
Merge pull request !1979 from fary86/fix_patial_primitive_poly_code
6 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
6 years ago
jiangjinsheng
032e921298
hidden range
6 years ago
mindspore-ci-bot
dceb3c2be4
!2026 Change C++ behavior in RandomCropAndResize
...
Merge pull request !2026 from MahdiRahmaniHanzaki/I1K3FL-random-resized-crop
6 years ago
Mahdi
add29f95f5
resolved issues in the comments
6 years ago
mindspore-ci-bot
2cab44a637
!2028 FillOp for BERT
...
Merge pull request !2028 from nhussain/fillOp_learning
6 years ago
nhussain
dd9bf09f0a
added FillOp for #119 - special Ops
6 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
6 years ago
wangnan39@huawei.com
d4e3d69f37
support loss scale for sparse situation
6 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
6 years ago
Jonathan Yan
87d2c27c7f
random walk v1
6 years ago
mindspore-ci-bot
842f8231ba
!2100 add op quant and dequant
...
Merge pull request !2100 from zhaozhenlong/op/quant-dequant-ge-open
6 years ago
zhaozhenlong
ccda0f7b36
add op AscendQuant AscendDequant
6 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
6 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
6 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
6 years ago
mindspore-ci-bot
a8cf83acf2
!1932 Add CLUE dataset
...
Merge pull request !1932 from jiangzhiwen/dataset/clue
6 years ago
fary86
ffa3352088
Fix partial primitive poly node
6 years ago
jiangzhiwen
e0e167a000
add CLUE dataset
6 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
6 years ago
hesham
a22763b612
Bug in CIFAR after removing GetMutabble buffer
...
Fixes # I1KIPC
6 years ago
jonyguo
bb2082daec
fix: MindDataset padded log error
6 years ago
Xiaoda Zhang
20d2012a0e
implementing the backward of embeddinglookup
6 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
6 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
6 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
6 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
6 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
6 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
6 years ago
wangnan39@huawei.com
4042f16ce4
add lazy adam optim and support sparse adam & ftrl for cpu backend
6 years ago
mindspore-ci-bot
11875d8495
!2044 Add_Sparse_GatherV2_distributed_op
...
Merge pull request !2044 from lichen/add_sparse_gatherv2
6 years ago
mindspore-ci-bot
ac5878b4b7
!1939 Complete vm ops for DataFormatDimMap and HistogramFixedWidthD
...
Merge pull request !1939 from lihongkang/lhk_master
6 years ago
mindspore-ci-bot
5c7cb7bd71
!2023 add op CosineEmbeddingLoss
...
Merge pull request !2023 from zhaozhenlong/op/cosine-embedding-loss-open
6 years ago
lichenever
e0e055a0b8
add sparse gatherv2
6 years ago
mindspore-ci-bot
3085e51e45
!1922 check parameter num_samples of sampler
...
Merge pull request !1922 from yanghaitao/yht_check_num_samples_sampler
6 years ago
mindspore-ci-bot
5b0472683c
!1737 sparse feature backpropagation
...
Merge pull request !1737 from lirongzhen1/sparse
6 years ago
lihongkang
bbbd980728
add vm for histogramfixedwidth and dataformatdimmap
6 years ago
mindspore-ci-bot
4df861cb62
!1672 support load full dataset on each device
...
Merge pull request !1672 from yihuaijie/dev
6 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
6 years ago
Zirui Wu
880ce5ea26
implemented from_dataset
...
fix complie error
more tests
address CI complains
fix ci
adress review comments
address review cmts
6 years ago
Alexey Shevlyakov
4e333a2f22
MindData profiler infrastructure
6 years ago
mindspore-ci-bot
0a95223f25
!1910 RandomColorAdjust error for grayscale images
...
Merge pull request !1910 from MahdiRahmaniHanzaki/I1J9SQ-random-color-adjust-bug
6 years ago
yanghaitao
8f16cff12e
add para check for sampler
6 years ago
mindspore-ci-bot
bf172da4c3
!2015 add test case for floatxx / floatxx numpy
...
Merge pull request !2015 from guozhijian/add_test_case_for_floatxx
6 years ago
Kang
3ba2074213
Add MixedPrecisionCast for Dict
6 years ago
zhaozhenlong
19c5921c06
composed op CosineEmbeddingLoss
6 years ago
mindspore-ci-bot
f859dfecc8
!1920 SupportPynativeIndexing
...
Merge pull request !1920 from amongo/SupportPynativeIndexing
6 years ago
mindspore-ci-bot
961af9fed1
!2014 adapt op SparseGatherV2
...
Merge pull request !2014 from zhaozhenlong/op/sparse-gather-v2-vm
6 years ago