mindspore-ci-bot
|
0719657ae6
|
!6239 add matrix transpose for fp16
Merge pull request !6239 from lixian/master
|
5 years ago |
mindspore-ci-bot
|
966c52b7f6
|
!6194 [MSLITE][Develop]Conv1x1 public preTrasn neon code -> .S
Merge pull request !6194 from ling/conv1x1
|
5 years ago |
mindspore-ci-bot
|
07e7f84d46
|
!6199 modified cell.py,solved the problem in yolov3_darknet53(batch_size=16)
Merge pull request !6199 from 吴书全/wsq0914
|
5 years ago |
ling
|
96d01f17ec
|
[MSLITE][Develop]Conv1x1 preTrasn neon code -> .S
|
5 years ago |
mindspore-ci-bot
|
952135362f
|
!6210 update MindSpore ModelZoo readme by adding superlinks
Merge pull request !6210 from liyanliu96/liyan
|
5 years ago |
mindspore-ci-bot
|
c543db0585
|
!6180 clean codex warning in memreuse
Merge pull request !6180 from laiyongqiang/codex
|
5 years ago |
mindspore-ci-bot
|
d96831bfa7
|
!6157 fix codex
Merge pull request !6157 from gukecai/codex
|
5 years ago |
mindspore-ci-bot
|
8efcd2c900
|
!6238 fixed opencl build error for fp16
Merge pull request !6238 from liuchao/master
|
5 years ago |
mindspore-ci-bot
|
ffaba08379
|
!6215 fix the problem which arg print in DumpIR
Merge pull request !6215 from Margaret_wangrui/fix_DumpIR_arg
|
5 years ago |
mindspore-ci-bot
|
92bd24304a
|
!6161 fix a bug with add set_grad in wide_and_deep network
Merge pull request !6161 from lvchangquan/master
|
5 years ago |
mindspore-ci-bot
|
27b477b300
|
!6190 Combine py config files
Merge pull request !6190 from zhoufeng/combine-config-files
|
5 years ago |
mindspore-ci-bot
|
ce7a7b0fc7
|
!6196 Modify alarm
Merge pull request !6196 from shenwei41/sw_master
|
5 years ago |
lixian
|
83efc49b12
|
add matrix transpose for fp16
|
5 years ago |
mindspore-ci-bot
|
7cf11b60b4
|
!6147 fix default value of context in doc
Merge pull request !6147 from fary86/fix_context_default_value_doc
|
5 years ago |
mindspore-ci-bot
|
fd31352aba
|
!6214 [Auto parallel] Remove the 'multi_subgraphs' setting in model.py
Merge pull request !6214 from Xiaoda/22-remove-multi-subgraphs-setting
|
5 years ago |
liyanliu
|
e97c475891
|
add superlinks into ModelZoo readme and keep relevant MindSpore versions
|
5 years ago |
mindspore-ci-bot
|
8b0793eb84
|
!6137 modify the model_zoo ckpt path
Merge pull request !6137 from TuDouNi/master
|
5 years ago |
mindspore-ci-bot
|
805e2980a9
|
!5986 Add two available fp32, three fp16 and two int8 tflite models
Merge pull request !5986 from XianglongZeng/myms
|
5 years ago |
Corleone
|
aee2cc6a35
|
fixed opencl build error for fp16
|
5 years ago |
mindspore-ci-bot
|
122e966277
|
!6174 delete transformer's enable_data_sink option
Merge pull request !6174 from yuchaojie/transformer2
|
5 years ago |
mindspore-ci-bot
|
b83d921735
|
!3317 add check for stridedslice when choose aicpu or aicore
Merge pull request !3317 from zhangbuxue/add_check_for_stridedslice_when_choose_aicpu_or_aicore
|
5 years ago |
mindspore-ci-bot
|
6af9c58189
|
!6173 Delete platform distinction in mobilenetV2
Merge pull request !6173 from zhaoting/mobilenet
|
5 years ago |
mindspore-ci-bot
|
7a5ef7894d
|
!6227 dataset API docstring: Update datasets and text desc and examples
Merge pull request !6227 from cathwong/ckw_api_engine
|
5 years ago |
mindspore-ci-bot
|
93a4b1200b
|
!6225 Allow both images.idx3-ubte and images-idx-ubyte file name for MNIST
Merge pull request !6225 from ZiruiWu/mnist_parse_file_name_with_dot
|
5 years ago |
mindspore-ci-bot
|
c84523a437
|
!6168 dynamic_rnn for new backend opensource.
Merge pull request !6168 from liuxiao93/DynamicRNN-new-backend
|
5 years ago |
mindspore-ci-bot
|
2b05208a6f
|
!6153 [AutoParallel]Check device target in init
Merge pull request !6153 from lichen/add_checks_for_init
|
5 years ago |
mindspore-ci-bot
|
b4d527e198
|
!6223 Fix Memory leak in callback_manager
Merge pull request !6223 from ZiruiWu/fix_memory_leak_in_callback
|
5 years ago |
mindspore-ci-bot
|
0f16b7324e
|
!6159 optimize the TrainOneStepCell for user's define
Merge pull request !6159 from wangnan39/optim_train_one_step_cell
|
5 years ago |
mindspore-ci-bot
|
ea8c31d27d
|
!6169 enhancement of API of operations
Merge pull request !6169 from Simson/push-to-opensource
|
5 years ago |
mindspore-ci-bot
|
295b9fe8f7
|
!6197 delete redundant codes
Merge pull request !6197 from yihuaijie/master
|
5 years ago |
gukecai
|
41a62c7757
|
fix codex
|
5 years ago |
mindspore-ci-bot
|
759876f5bf
|
!6154 Remove the timeout function in kernel build client.
Merge pull request !6154 from 张清华/master2
|
5 years ago |
mindspore-ci-bot
|
a08d452c79
|
!6204 tod add and fix tests
Merge pull request !6204 from yonibaehr/export
|
5 years ago |
Cathy Wong
|
f7adf648e9
|
dataset API docstring: Update datasets, samplers, graphdata and text
|
5 years ago |
Zirui Wu
|
61004697c0
|
allow both image-idx and image.idx in mnist
|
5 years ago |
Zirui Wu
|
ce87f703f4
|
use raw pointer in callback_manager
|
5 years ago |
mindspore-ci-bot
|
d0e49c5cf8
|
!6192 Improve the functions of class SequentialCell and add examples
Merge pull request !6192 from lijiaqi/sequentialcell
|
5 years ago |
mindspore-ci-bot
|
7393c665e0
|
!6220 [MS][LITE][DEVELOP]fix mslite opencl winograd OH/OW odd bug
Merge pull request !6220 from pengyongrong/dongxu_fix_winograd
|
5 years ago |
mindspore-ci-bot
|
1b956c77e0
|
!6155 modify path of ut and st of mdp
Merge pull request !6155 from byweng/master
|
5 years ago |
Pengyongrong
|
0b4c480474
|
fix opencl winograd OH/OW odd bug
|
5 years ago |
mindspore-ci-bot
|
3b4d855160
|
!6183 fix opencl fp16 convertion
Merge pull request !6183 from wandongdong/master
|
5 years ago |
mindspore-ci-bot
|
0a9938ddc8
|
!6207 [MSLITE] weight quant fix
Merge pull request !6207 from wangchangkai/master
|
5 years ago |
Xiaoda Zhang
|
798c5f604f
|
remove the multi_subgraphs setting
|
5 years ago |
mindspore-ci-bot
|
93aa5d6000
|
!6203 [MS][LITE][GPU]fix bug in transpose and matmul, softmax output image2d
Merge pull request !6203 from chenzupeng/master-lite
|
5 years ago |
wandongdong
|
b3463adfd5
|
add opencl gather
|
5 years ago |
yoni
|
ae42951d37
|
tod add test and fix leakage
|
5 years ago |
mindspore-ci-bot
|
042369bec7
|
!6098 Allow the parent dir in Profiler.
Merge pull request !6098 from yuximiao/master
|
5 years ago |
chenzupeng
|
37a662001c
|
fix bug in transpose and matmul, softmax output image2d
|
5 years ago |
mindspore-ci-bot
|
c18c4f037f
|
!6039 Modify interface for function and remove duplicated def
Merge pull request !6039 from lilei/modify_bug
|
5 years ago |
Margaret_wangrui
|
96daa72f20
|
fix DumpIR arg
|
5 years ago |