zhousiyi
b29d260be3
reuse AddN primitive in opt as AddN will replicated by program_specialize
5 years ago
yuchaojie
f9b80afdc0
add transformer in model_zoo/README
5 years ago
mindspore-ci-bot
8d660640cc
!2818 Add a primitive operator add to test_lamb
...
Merge pull request !2818 from ddwolf/add_primitive_op_to_test_lamb
5 years ago
mindspore-ci-bot
dd666ec3c5
!2828 fix tensor index when there is only one element in tuple
...
Merge pull request !2828 from zhangbuxue/fix_tensor_index_when_there_is_only_one_element_in_tuple
5 years ago
mindspore-ci-bot
32405f9ab3
!2817 add internal output
...
Merge pull request !2817 from kisnwang/optimize-sub-graph-memcpy
5 years ago
mindspore-ci-bot
0f399f0a28
!2814 fix HistogramFixedWidth
...
Merge pull request !2814 from jiangjinsheng/issue_fix4
5 years ago
lizhenyu
1b4a7cdeb7
fix mem swap bug
5 years ago
mindspore-ci-bot
2cd9649b9e
!2810 Add operator adapting in ME for Softsign
...
Merge pull request !2810 from zhangzheng/softsign
5 years ago
mindspore-ci-bot
391f5e44e4
!2832 check types for optional boolean parameters
...
Merge pull request !2832 from Peilin/invalid-type-bucket-check
5 years ago
mindspore-ci-bot
9b915b5c28
!2831 Rework/Fix arithmetic_simplify passes
...
Merge pull request !2831 from thlinh/dev_Jul02_rework_arithmetic_simplify
5 years ago
kswang
e9067b4a10
add internal output
5 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
5 years ago
peilin-wang
29aa589972
added check for invalid type for boolean args
5 years ago
islam_amin
90650658fa
Unify Python Docs for C++ Detection Ops
5 years ago
Jesse Lee
6cfa0891b4
Addressing comments for PR 2602
5 years ago
ale
383564c417
fix perf_data test
5 years ago
mindspore-ci-bot
709dfd7e81
!2738 [Dataset C++ UT] Implement C++ UT common class for object detection tests.
...
Merge pull request !2738 from islam_amin/object_ops_ut_cc
5 years ago
buxue
c5951b0602
fix tensor index when there is only one element in tuple
5 years ago
mindspore-ci-bot
bf699955b1
!2821 fix device queue error when execute profiling
...
Merge pull request !2821 from yanghaitao/yht_fix_device_queu_profiling
5 years ago
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
...
Merge pull request !2822 from hewei/fix_bool_tensor
5 years ago
xutianchun
77b5ae054a
fix CropAndResize doc
5 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.
5 years ago
yanghaitao
e43471ac2d
fix device queue profiling bug
5 years ago
mindspore-ci-bot
0cd9e4cc11
!2803 [dataset] fix API document
...
Merge pull request !2803 from shenwei41/sw_beifen
5 years ago
guohongzilong
de43c1eefa
fix group params order
5 years ago
jiangjinsheng
d0c7ece681
fix HistogramFixedWidth
5 years ago
duxiutao
793737ab62
add primitive operator to test_lamb
5 years ago
mindspore-ci-bot
5359d63eb0
!2013 Support dynamic broadcast reduce format with operator
...
Merge pull request !2013 from liuwenhao/pr_1949
5 years ago
mindspore-ci-bot
cf0cecc13f
!2478 Support writing pass in python
...
Merge pull request !2478 from BowenK/python_pass_clean
5 years ago
panbingao
1e51414f1b
Adapting operator Softsign in ME
5 years ago
mindspore-ci-bot
b052ecf43b
!2804 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
...
Merge pull request !2804 from liuxiao93/ops-for-VM
5 years ago
mindspore-ci-bot
687319219f
!2565 Add case for precision of bert network
...
Merge pull request !2565 from ddwolf/add_case_for_precisoin_of_bert
5 years ago
mindspore-ci-bot
fff45a119d
!2806 Process empty graph
...
Merge pull request !2806 from zhoufeng/process-empty-graph
5 years ago
mindspore-ci-bot
19334b4f05
!2802 fix gcn import path error
...
Merge pull request !2802 from chentingting/fix_import_path_error
5 years ago
duxiutao
1e43c609e0
Add test case and fix two bugs
...
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
5 years ago
BowenK
b26f6b6b67
Add python pass support
5 years ago
liuxiao
ddedc41613
Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
5 years ago
chentingting
a04d497118
fix gcn import error
5 years ago
mindspore-ci-bot
bc42685436
!2770 Capture the time before hand over to the processes pool to avoid time flips
...
Merge pull request !2770 from LiHongzhang/capture_time
5 years ago
mindspore-ci-bot
16d431ee99
!2785 Register close for SummaryRecord at exit
...
Merge pull request !2785 from LiHongzhang/atexit_close
5 years ago
zhoufeng
3521d4fbda
process empty graph
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liuwenhao4
128dac7ccf
Support dynamic broadcast reduce format with operator
5 years ago
mindspore-ci-bot
cf6dd99ed7
!2781 clean codedex warning
...
Merge pull request !2781 from hanjun996/master
5 years ago
mindspore-ci-bot
663726e3c1
!2801 add mobilenet v2 quant and resnet50 quant to model_zoo
...
Merge pull request !2801 from chenzhongming/quant_script
5 years ago
shenwei
44efabe279
fix api document
5 years ago
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
...
Merge pull request !2718 from chenzhongming/master
5 years ago
mindspore-ci-bot
c06dad443e
!2796 del zhwiki , enwiki and clue preprocess script
...
Merge pull request !2796 from guozhijian/del_zhwiki_CLUE_preprocess_script
5 years ago
mindspore-ci-bot
c96046d94b
!2789 support pubmed dataset
...
Merge pull request !2789 from heleiwang/support_pubmed
5 years ago
mindspore-ci-bot
c068807bbc
!2799 update readme to master
...
Merge pull request !2799 from leiyuning/master
5 years ago
mindspore-ci-bot
be93c54dc8
!2800 Modify nested while testcase
...
Merge pull request !2800 from zhoufeng/fix-nested-while
5 years ago