Commit Graph

86 Commits

Author SHA1 Message Date
liubuyu d914f617ed fix compile warning 2020-09-16 19:20:47 +08:00
mindspore-ci-bot 93e6bb9aca !6084 MSLITE errorcode return and add reduce parser for caffe,lsh_projection for tflite,fix bugs
Merge pull request !6084 from 徐安越/master
2020-09-14 20:22:08 +08:00
xuanyue 1b4b287a1c errorcode return and add reduce parser for caffe,lsh_projection for tflite,fix some bugs 2020-09-14 17:12:53 +08:00
mindspore-ci-bot 7a7412e4fb !6136 Add -T option for on-device training
Merge pull request !6136 from lz/master
2020-09-14 14:06:51 +08:00
caifubi 372c2e7951 Combine Async Dump and E2E Dump 2020-09-14 10:57:46 +08:00
lz e4bf7ce137 add -T option 2020-09-14 09:28:36 +08:00
mindspore-ci-bot 939737c017 !5970 enable debugger by default and set correct log message severity
Merge pull request !5970 from john_tzanakakis/master_ms1_grpc
2020-09-11 20:43:21 +08:00
mindspore-ci-bot 5247fe7315 !6015 Adding md dependency fetching from ms lib server
Merge pull request !6015 from EricZ/fix_md_submodule
2020-09-11 10:47:44 +08:00
John Tzanakakis b0a7ebdeb0 enable debugger by default and set correct log message severity 2020-09-10 21:42:00 -04:00
Eric 2a1bcddd69 Added check for ms server
Added open cv options from ms server

Fixed struct declaration
2020-09-10 11:30:49 -04:00
xulei2020 b356211413 add init code 2020-09-10 15:35:08 +08:00
lizhenyu dc315df9bc Add find CuDNN module in CMakeLists.txt 2020-09-09 11:50:27 +08:00
hangq 5b17a69d35 use MSLIBS_SERVER while downloading third_party & fix
mem leak in detection_post_process
2020-09-06 12:23:08 +08:00
zhaodezan b6493c209f schema add version 2020-09-05 00:25:26 -04:00
hangq 16b95dd429 1. fix bug in version.h
2. remove version string in build_aar.sh
2020-09-04 10:13:30 +08:00
xuanyue 99d6d7a07a custom parser tflite 2020-09-02 19:08:18 +08:00
mindspore-ci-bot bce95552f5 !5492 Modify name of the package generated on x86.
Merge pull request !5492 from wangshaocong/lite_pkg
2020-08-30 10:04:32 +08:00
wsc 8610b91b39 Modify name of the package generated on x86. 2020-08-29 15:47:49 +08:00
shenwei41 e138ace8d8 Change parameters 2020-08-29 11:45:20 +08:00
ervinzhang 50cda2f8b1 added build option to build full minddata in ms-lite 2020-08-28 13:29:35 -04:00
mindspore-ci-bot b964e890fb !4962 fix bug
Merge pull request !4962 from 徐安越/master
2020-08-24 15:40:11 +08:00
xuanyue a0ef03cc0e fix bug 2020-08-23 21:21:10 +08:00
Eric c79db93c48 Initial commit for album
Added linter fix for album dataset

Added testDataset

Adding signature

Added JsonDataset example API

Example dataset

Resolving format

More fixing

Refactor

Small fix

Added compiling album dataset

Running tests

Added linter fix #1

Passing UT

Added dataset API

Addressing clang

Clang part 2

Fixing pass

Fixed tree check

lint fix

Added lint fix part 2
2020-08-22 11:07:10 -04:00
chenzupeng 3ec333e851 fix bug in softmax 2020-08-20 17:19:09 +08:00
chenzupeng 605c2b0b16 change opencl code path 2020-08-20 14:51:24 +08:00
wsc 6fe3627878 clean cmake building errors 2020-08-19 19:29:55 +08:00
mindspore-ci-bot 0feb98ae8e !4693 Modify CMakeList file of lite to generate packages.
Merge pull request !4693 from wangshaocong/lite_cmake
2020-08-19 17:03:19 +08:00
wsc 27ce4515f2 Modify CMakeList file of lite to generate packages. 2020-08-19 16:03:18 +08:00
xuyongfei a948fe05ab serving: update build.sh to add minddata support for acl 2020-08-19 11:43:58 +08:00
zhangxuetong 9f51871c66 optimize arithmetic 2020-08-14 15:26:26 +08:00
xuyongfei 3554cad325 update serving cpp_client compiler; update serving acl build option 2020-08-13 11:32:27 +08:00
hangq f8d5eb0e93 fix bug that same input tensor will repeat some times in graphIndex 2020-08-11 11:55:29 +08:00
yoni baehr 43d7d3af55 move grad ops to seperate folders 2020-08-09 15:40:32 +03:00
hangq ca6c84b806 modify return type of Model::Import from std::shared_ptr<Model> to Model
*
2020-08-08 16:36:01 +08:00
Eric 966438b367 Added dependency packaging
Fixed issues
2020-08-07 11:27:26 -04:00
hangq 7ebc7ca801 remove securec 2020-08-07 11:24:40 +08:00
hangq 320d331550 add -e gpu & add -DBUILD_MINDDATA 2020-08-05 10:16:53 +08:00
ervinzhang a53678894a fixed shell format 2020-08-04 14:02:34 -04:00
ervinzhang aec85d299b applied minor fixes 2020-08-04 10:36:11 -04:00
ervinzhang 719823291b rebased again 2020-08-04 09:17:06 -04:00
ervinzhang 50dcb79bdf added MindData lite 2020-08-04 09:16:30 -04:00
pengyongrong d831f8df5e add judgement for CL 2020-08-04 16:35:47 +08:00
wandongdong cfb58a2c8c fix tests compile errors 2020-08-04 10:01:54 +08:00
wandongdong 190fc3cc5a fix tests compile errors 2020-08-03 20:37:18 +08:00
mindspore-ci-bot 1354cf098b !3642 use akg to compile gpu ops rather than _akg
Merge pull request !3642 from lingyunli63/use_full_akg_to_support_gpu
2020-08-03 11:53:40 +08:00
lingyunli63 b38d8ee837 use akg.ms instead of _akg 2020-08-03 10:48:11 +08:00
changzherui 106ece221d modify version to r0.6 for master 2020-08-02 17:28:09 +08:00
hangq ac05742619 add run_test.sh & fix bug in type_id.h build.sh gtest 2020-07-31 22:23:10 +08:00
hangq e69f95a854 add increment building & remove redundant code & fix bug in benchmark 2020-07-30 19:00:52 +08:00
hangq 73cab6ec60 fix bug in build.sh for output 2020-07-30 19:00:52 +08:00