mindspore-ci-bot
|
7e3b0e1027
|
!7790 add more pynative st test_case
Merge pull request !7790 from lvchangquan/transdata
|
2020-10-27 15:57:39 +08:00 |
mindspore-ci-bot
|
5b28016b4d
|
!7735 fix gpu multinomial seed issue and GRAPH_MODE
Merge pull request !7735 from baihuawei/fixmultinomial
|
2020-10-27 15:37:07 +08:00 |
lvchangquan
|
41f520c9fa
|
add more pynative st test_cases
|
2020-10-27 11:10:36 +08:00 |
mindspore-ci-bot
|
d479b91093
|
!7767 GPU update resnet50 readme and add cast type
Merge pull request !7767 from VectorSL/readme
|
2020-10-27 10:51:20 +08:00 |
mindspore-ci-bot
|
2fac6d0595
|
!7794 Renamed ut test_invert.py to test_invert_bijector.py
Merge pull request !7794 from XunDeng/pp_issue_branch
|
2020-10-27 09:53:36 +08:00 |
mindspore-ci-bot
|
fcee224c0e
|
!7724 set last operator strategy euqal to label in eval or predict
Merge pull request !7724 from yao_yf/set_last_operator_strategy_euqal_to_label_in_eval
|
2020-10-27 09:52:14 +08:00 |
mindspore-ci-bot
|
acd156c084
|
!7722 sync aicpu ops to open from ms-incubator
Merge pull request !7722 from yanzhenxiang2020/incubator_to_open
|
2020-10-27 09:10:26 +08:00 |
mindspore-ci-bot
|
deb17b36c1
|
!7786 Add SampledSoftmaxLoss GPU Kernel
Merge pull request !7786 from JonathanY/ops_oct
|
2020-10-27 07:37:37 +08:00 |
mindspore-ci-bot
|
5ad25494ab
|
!7736 [MS][GPU][CUDA] - Reworked MirrorPad / MirrroPadGrad Op to add support for 3d/4d padding + Updated ST + added support for int32 in all GPu paddings
Merge pull request !7736 from danishnxt/MirrorPadRework
|
2020-10-27 03:13:04 +08:00 |
Xun Deng
|
5ffc16c6db
|
renamed test_invert_bijector
|
2020-10-26 10:51:07 -04:00 |
jonwe
|
fc81f46053
|
sampled softmax loss
|
2020-10-26 09:59:00 -04:00 |
mindspore-ci-bot
|
a3af89bd48
|
!7611 [MS][GPU] Adding new Ops - TensorDot and TensorDot Grad
Merge pull request !7611 from danishnxt/newMaster
|
2020-10-26 21:00:11 +08:00 |
yao_yf
|
65d8e63580
|
set last node data parallel or repeat calculate in eval/predict
|
2020-10-26 20:05:00 +08:00 |
VectorSL
|
5102482e3a
|
1readme update resnet 2cast add more type
|
2020-10-26 18:31:25 +08:00 |
mindspore-ci-bot
|
87c57c54e6
|
!7664 fixed Destructor and RegisterRoute
Merge pull request !7664 from anancds/http-patch
|
2020-10-26 17:24:12 +08:00 |
mindspore-ci-bot
|
169bf59fd4
|
!7525 fix cpu type exception
Merge pull request !7525 from baihuawei/cpu_type_exception
|
2020-10-26 17:14:03 +08:00 |
yanzhenxiang2020
|
6a2c1df5e3
|
sync aicpu ops to open from ms-incubator: UniqueWithPad, EditDistance, TransData
|
2020-10-26 16:48:52 +08:00 |
anancds
|
4b995fe170
|
fixed Destructor and RegisterRoute
|
2020-10-26 15:53:31 +08:00 |
huanghui
|
a9e781921a
|
Support determine tensor in(not in) a list(tuple)
|
2020-10-26 14:41:04 +08:00 |
mindspore-ci-bot
|
3376e0d034
|
!7704 [MD] Add testcases for cache c api
Merge pull request !7704 from lixiachen/cache_c_api
|
2020-10-26 14:31:09 +08:00 |
mindspore-ci-bot
|
7f91a3faf2
|
!7741 [ME] format code
Merge pull request !7741 from chenzhongming/zomi_master
|
2020-10-26 14:20:44 +08:00 |
mindspore-ci-bot
|
b6b254f6e4
|
!7670 add l2normalize gpu kernel.
Merge pull request !7670 from linqingke/gpu_ops
|
2020-10-26 11:31:20 +08:00 |
chenzomi
|
44bf4c3e37
|
[ME] format code
|
2020-10-26 10:17:45 +08:00 |
mindspore-ci-bot
|
d81bd7b17b
|
!7710 Add c++ API for GetRepeatCount and GetBatchSize
Merge pull request !7710 from h.farahat/getBatchRepeat
|
2020-10-26 09:25:21 +08:00 |
mindspore-ci-bot
|
0124eef185
|
!7729 [MD] Fix log of vision and dataset in C++ api
Merge pull request !7729 from luoyang/pylint
|
2020-10-26 09:23:22 +08:00 |
mindspore-ci-bot
|
7982f05038
|
!7730 [MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
Merge pull request !7730 from luoyang/c-api-pyfunc
|
2020-10-26 09:22:14 +08:00 |
danishnxt
|
0f69be06b1
|
Reworked mirrorPad
lintIssues
convert long -> int64
correcting int64 -> int64_t
lint
|
2020-10-25 20:27:54 -04:00 |
luoyang
|
f0e976dbda
|
[MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
|
2020-10-25 17:58:51 +08:00 |
baihuawei
|
05dcec0583
|
fix multinomial
|
2020-10-25 17:17:07 +08:00 |
hesham
|
f3880f8355
|
Add GetBatchSizer and GetRepeatCount to c++ API
|
2020-10-24 22:45:19 -04:00 |
YangLuo
|
f3fa5a441d
|
[MD] Fix log of vision and dataset in C++ api
|
2020-10-24 19:24:30 +08:00 |
mindspore-ci-bot
|
f711e01f61
|
!7719 refactor cnode strategy
Merge pull request !7719 from gziyan/refactor_cnode
|
2020-10-24 16:16:29 +08:00 |
linqingke
|
99480d26c6
|
add l2normalize gpu kernel.
|
2020-10-24 15:53:51 +08:00 |
Ziyan
|
069318899a
|
refactor get cnode strategy
|
2020-10-24 15:06:26 +08:00 |
mindspore-ci-bot
|
c5867d2d7e
|
!7676 [MD] fix arm compile error
Merge pull request !7676 from liyong126/fix_arm_env
|
2020-10-24 14:43:39 +08:00 |
mindspore-ci-bot
|
3d194137da
|
!7702 Redesigned GetOutputType and GetOutputShape
Merge pull request !7702 from Alex Yuyue/IR_dataset_input
|
2020-10-24 14:42:29 +08:00 |
mindspore-ci-bot
|
48edd9708c
|
!7690 [MD] fix num_sample in randomsampler and sequential sampler
Merge pull request !7690 from liyong126/fix_md_num_samples
|
2020-10-24 11:13:19 +08:00 |
liyong
|
1e7f46c998
|
fix unorder_map hash
|
2020-10-24 11:03:06 +08:00 |
alex-yuyue
|
2906659673
|
Add support for GetOutputTypes and GetOutputShapes
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
2020-10-23 22:21:52 -04:00 |
mindspore-ci-bot
|
fe2852df82
|
!7703 C++ API: Add a parameter validation and fix incorrect format of error message for TFrecord
Merge pull request !7703 from TinaMengtingZhang/fix_tfrecord_issue_I1YKU6_I1YKXL
|
2020-10-24 07:33:26 +08:00 |
Lixia Chen
|
bc396febae
|
Add testcases for cache c api
|
2020-10-23 17:10:18 -04:00 |
tinazhang
|
e7346dd3a9
|
add a validation code to fix issue I1YKU6 and corresponded ut, fix format issue I1YKXL
|
2020-10-23 17:07:51 -04:00 |
Mahdi
|
0e03f5b0dd
|
Added GetDatasetSize
|
2020-10-23 16:29:11 -04:00 |
Zirui Wu
|
a85a256749
|
fix complie err in c_api_dataset_test_save
|
2020-10-23 10:09:35 -04:00 |
mindspore-ci-bot
|
3355bb5f2f
|
!7657 Leaf node IR breakdown, port to engine/ir/datasetops/source/
Merge pull request !7657 from ZiruiWu/ir_breakdown_leaf_nodes
|
2020-10-23 20:32:31 +08:00 |
liyong
|
ee042b90f7
|
fix num_sample in sequentialSampler and randomSampler
|
2020-10-23 19:26:10 +08:00 |
mindspore-ci-bot
|
8d39a8a4b2
|
!7529 complex arithmetic_simplify
Merge pull request !7529 from zhuxiaochen/1020_allsimplify_1.0
|
2020-10-23 17:39:38 +08:00 |
baihuawei
|
9f6a6058f5
|
fix cpu type excption
|
2020-10-23 15:42:11 +08:00 |
mindspore-ci-bot
|
2af6313f53
|
!7534 SummaryRecord support to record mindexplain data
Merge pull request !7534 from ougongchang/feature_mindexplain
|
2020-10-23 14:38:33 +08:00 |
zhu_xiaochen
|
c739f14038
|
simplify transpose matmul reduce
|
2020-10-23 14:17:45 +08:00 |