leilei_snow
5cccfbc61b
Add TransShape Operator.
2020-07-05 03:34:35 +00:00
mindspore-ci-bot
b5066e81ee
!2308 Unskip md5 python UT case for RandomPerspective
...
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
2020-07-04 03:37:58 +08:00
tinazhang
dc03019200
unskip md5 testcase for RandomPerspective
2020-07-03 13:10:13 -04:00
Danish Farid
5a9673ee6f
fix_annotate bug fix
2020-07-03 11:17:13 -04:00
mindspore-ci-bot
860a32632e
!2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
...
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
2020-07-03 17:40:54 +08:00
mindspore-ci-bot
2cd9649b9e
!2810 Add operator adapting in ME for Softsign
...
Merge pull request !2810 from zhangzheng/softsign
2020-07-03 09:31:59 +08:00
mindspore-ci-bot
391f5e44e4
!2832 check types for optional boolean parameters
...
Merge pull request !2832 from Peilin/invalid-type-bucket-check
2020-07-03 09:20:28 +08:00
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
...
Code checking
2020-07-02 17:51:08 -04:00
peilin-wang
29aa589972
added check for invalid type for boolean args
2020-07-02 16:49:09 -04:00
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
...
Merge pull request !2822 from hewei/fix_bool_tensor
2020-07-02 20:41:27 +08:00
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.
2020-07-02 19:22:35 +08:00
panbingao
1e51414f1b
Adapting operator Softsign in ME
2020-07-02 03:31:25 -04:00
liuxiao
ddedc41613
Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
2020-07-02 12:00:58 +08:00
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
...
Merge pull request !2718 from chenzhongming/master
2020-07-02 09:57:30 +08:00
mindspore-ci-bot
622b97f3b6
!2787 Add op ScatterMul ScatterDiv vm
...
Merge pull request !2787 from zhaozhenlong/op/scatter-div-mul-vm
2020-07-01 20:41:03 +08:00
jiangjinsheng
ce4e15b0b3
vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
2020-07-01 17:05:11 +08:00
yangzhenzhang
2351845ede
delete shape validation in initializer
2020-07-01 16:01:31 +08:00
zhaozhenlong
8d9939eaa4
ScatterMull and ScatterDiv vm
2020-07-01 15:49:24 +08:00
mindspore-ci-bot
4eafb21ea8
!2638 support vm for mod
...
Merge pull request !2638 from jiangjinsheng/vm_mod
2020-07-01 14:26:07 +08:00
mindspore-ci-bot
30fc1bd0c3
!2747 refactor StridedSlice op
...
Merge pull request !2747 from zhangbuxue/refactor_the_StridedSlice_op
2020-07-01 12:04:11 +08:00
buxue
be771aa9e4
refactor StridedSlice op
2020-07-01 11:08:36 +08:00
jiangjinsheng
ffd0352162
vm for mod
2020-07-01 10:16:47 +08:00
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
2020-07-01 10:01:05 +08:00
mindspore-ci-bot
ea475637a1
!2720 fix assign used in while loop
...
Merge pull request !2720 from xychow/fix-assign-in-while
2020-07-01 09:16:13 +08:00
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
2020-06-30 23:11:44 +08:00
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
2020-06-30 21:11:06 +08:00
yanghaitao
365c901ee0
get default value if num_parallel_worker is None
2020-06-30 21:10:37 +08:00
mindspore-ci-bot
3a89f93cc5
!2699 add ScatterMax ScatterMin ScatterSub vm
...
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
2020-06-30 20:10:17 +08:00
mindspore-ci-bot
fe82d82155
!1904 Add IndexedSlices
...
Merge pull request !1904 from riemann_penn/add_indexed_slices
2020-06-30 19:03:12 +08:00
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
...
Merge pull request !2743 from ougongchang/summary_collector_ut
2020-06-30 18:58:03 +08:00
panyifeng
d6635bbbe2
Add IndexedSlices
2020-06-30 17:38:24 +08:00
chenzomi
1089c908a9
cherry-pick r0.5 to master for quantizaiton aware training
2020-06-30 17:23:08 +08:00
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
...
Has fixed collecting optimizer error when mode is eval
2020-06-30 17:02:03 +08:00
zhousiyi
d5255fe311
fix assign used in while
2020-06-30 08:22:27 +00:00
guohongzilong
652093642e
change order param same as group params
2020-06-30 14:56:55 +08:00
mindspore-ci-bot
d08a89ab87
!2737 makes 0 an invaild bucket size
...
Merge pull request !2737 from Peilin/zero-input-bucket-check
2020-06-30 05:33:41 +08:00
mindspore-ci-bot
1227719cdd
!2603 [Dataset Python UT] Cleanup mse and md5 validation
...
Merge pull request !2603 from TinaMengtingZhang/I1LTCA-mse-check-cleanup
2020-06-30 04:46:49 +08:00
peilin-wang
9468b49e28
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
2020-06-29 16:34:39 -04:00
mindspore-ci-bot
c70e6987ba
!2624 Fix config test
...
Merge pull request !2624 from EricZ/fix_config_test
2020-06-30 01:11:12 +08:00
mindspore-ci-bot
9b4399480a
!2321 Connector throughput performance metric
...
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
2020-06-29 23:54:42 +08:00
tinazhang66
5cd3136355
remove local defined mse and add missing mse/md5 validation
2020-06-29 11:51:07 -04:00
mindspore-ci-bot
51c4f4a499
!2683 Add TBE operaters ApplyAddSign\ApplyPowerSign\ApplyGradientDescent\ApplyProximalGradientDescent for VM.
...
Merge pull request !2683 from liuxiao/ops-for-VM
2020-06-29 21:30:17 +08:00
mindspore-ci-bot
5b8957a884
!2717 dataset: some parameter check for NumpySlices and num_sharads
...
Merge pull request !2717 from ms_yan/check_param
2020-06-29 20:02:36 +08:00
ms_yan
7fa0d9e7e4
add paramter check for numpyslices and num_shards
2020-06-29 19:12:52 +08:00
jinyaohui
dd5fba1db9
add notice
2020-06-29 17:39:25 +08:00
zhaozhenlong
a8654ac3b5
add ScatterMax ScatterMin ScatterSub for vm
2020-06-29 17:21:08 +08:00
mindspore-ci-bot
6fb5538117
!2661 add support dtype for scatter_add vm
...
Merge pull request !2661 from zhaozhenlong/op/scatter-add
2020-06-29 11:46:49 +08:00
liuxiao
2097a0e90a
Add optimizer operators for VM.
2020-06-29 11:35:45 +08:00
mindspore-ci-bot
9be17e2a59
!2668 support weight decay for sparse optimizer
...
Merge pull request !2668 from wangnan39/support_weight_decay_for_sparse_optimizer
2020-06-28 22:24:45 +08:00
mindspore-ci-bot
0ab7fd98ea
!2654 fix: tfrecord to mindrecord para check
...
Merge pull request !2654 from guozhijian/fix_tfrecord_to_mr_para_check
2020-06-28 22:06:50 +08:00