Jonathan Yan
72d2597cb7
Add 2 reserve output for BatchNormGrad v1
5 years ago
Zirui Wu
78c1aa1d96
Implemented Callback for Dataset
...
implment pause in MapOp, added more to callback
add ds_callback
- Initial drop of Python DSCallback
- Pybind DSCallback
- Pybind DSCallback
added callback to mapOp
- de_pipeline DSCallback
- de_pipeline DSCallback
add test case, segfault for now
fix seg fault
- de_pipeline DSCallback
remove 1 line
update callback test case, now works
use builder class for mapOp callback
- de_pipeline DSCallback
- de_pipeline DSCallback
- de_pipeline DSCallback
better test case
minor fix
add comments and minor clean ups
get rid of nullptr in MapOp, use other flag instead
fix a bug ParseMapOp only takes 1 callback
- Added WaitedDSCalabck
refactor callback param
fix text case incorrect number
- added testing
fix cpp test case
- added testing
- revert back lenet changes
- cleanup test_callbacks.py
- cleanup test_callbacks.py
fix CI stage I
fix CI stage II
fix CI and update epoch counter
- add validation
- add more testing test_callbacks.py
use random data op to do tests
adjust when to call EpochBegin/End
- add repeat with callback
- addressing reviewers' comments
- docstring and CI fixes
- docstring and CI fixes
- docstring and CI fixes
- rebase with upstream/master
fix cpp test case
fix review comments
addr review cmts, add test case
5 years ago
mindspore-ci-bot
89cd465268
!4597 [Dataset] C++ API Support for build_vocab
...
Merge pull request !4597 from luoyang/c-api
5 years ago
mindspore-ci-bot
0e65b3ba70
!4755 fix caffe_prelu activation memory leak
...
Merge pull request !4755 from liuzhongkai/memory_leak1
5 years ago
wandongdong
877b4a978d
fix codex for opencl depthwise
5 years ago
YangLuo
b50ae27c72
!4597 [Dataset] C++ API Support for build_vocab
5 years ago
chenjianping
d126caff17
kernels support resize
5 years ago
mindspore-ci-bot
9f06974d0f
!4703 Add GPU support for DeepFM model
...
Merge pull request !4703 from tom_chen/deepfm_gpu
5 years ago
mindspore-ci-bot
ea60b3b52a
!4749 ninth caffe model gate(10)
...
Merge pull request !4749 from zhaodezan/master
5 years ago
mindspore-ci-bot
cda930f9e4
!4759 Fix duplicate column names of CSV Dataset
...
Merge pull request !4759 from jiangzhiwen/dataset/fix_duplicate_column_names
5 years ago
Pengyongrong
e3435183c5
modifyMemoryLeacky
5 years ago
gongdaguo
1c1afc4900
add lite modules
5 years ago
mindspore-ci-bot
e5ed0105b7
!4616 deconv int8
...
Merge pull request !4616 from ling/deconv
5 years ago
lizhenyu
7ddddc41a9
add FusedBatchNoramEx gpu kernel
5 years ago
ling
6fefe9392c
deconv int8
5 years ago
zhaodezan
1ebdf4dac4
ninth caffe gate 12
5 years ago
bingyaweng
d8a4827f80
add ut, st
5 years ago
mindspore-ci-bot
7d0c8e523a
!4756 Clean cmake building warnings.
...
Merge pull request !4756 from wangshaocong/lite_clean
5 years ago
baihuawei
04f4be4818
fix gpu loss grad
5 years ago
jiangzhiwen
74be92d698
fix duplicate column names
5 years ago
mindspore-ci-bot
748d7f1f1a
!4685 Export server embedding table ckpts.
...
Merge pull request !4685 from ZPaC/master-supports-export-server-ckpt
5 years ago
mindspore-ci-bot
7e0a6816a6
!4753 fix quant param null
...
Merge pull request !4753 from ghzl/fix-quant-param-null
5 years ago
Corleone
8c99355260
clean code for opencl
5 years ago
mindspore-ci-bot
8d2c005129
!4750 modify arm cpu fp16 op: arithmetic
...
Merge pull request !4750 from 陶云浩/lite
5 years ago
mindspore-ci-bot
f78086c40e
!4704 Bugfix for server start failed
...
Merge pull request !4704 from chengang/fix_ps_multi_worker
5 years ago
liuzhongkai
2cedb2caee
memory leak
5 years ago
wsc
6fe3627878
clean cmake building errors
5 years ago
zhouyaqiang
253fd92fe0
add network inceptionv3
5 years ago
tom__chen
183ae5d009
add gpu support for deepfm model
...
fixed pylint errors
5 years ago
mindspore-ci-bot
b4b76b61e4
!4727 [MS][LITE][GPU]softmax support Buffer output
...
Merge pull request !4727 from chenzupeng/master-lite
5 years ago
buxue
855d6b8fed
add check for user define bprop in Pynative mode.
5 years ago
mindspore-ci-bot
7e47cdc460
!4740 fix: RandomSharpness & RandomSolarize api comment
...
Merge pull request !4740 from guozhijian/fix_api_comment
5 years ago
mindspore-ci-bot
c8c1256c6c
!4751 modify the readme
...
Merge pull request !4751 from zongha/master
5 years ago
mindspore-ci-bot
40dced5d3c
!4651 fix bug
...
Merge pull request !4651 from 徐安越/master
5 years ago
chenzomi
990c645c85
code clean for opencl
5 years ago
mindspore-ci-bot
b63b6bed61
!4649 parameter add example
...
Merge pull request !4649 from yepei6/comment
5 years ago
cristoval
40a65e3878
bugfix for server crush
5 years ago
zongha
91accd1ed4
for readme modify
5 years ago
tao_yunhao
ea5463cdcd
modify arm cpu op: Arithmetic_fp16
5 years ago
lichenever
221a801395
auto parallel support bert
5 years ago
mindspore-ci-bot
d921d853b1
!4721 [MS][LITE]malloc buffer using memory pool
...
Merge pull request !4721 from fuzhiye/tmp
5 years ago
mindspore-ci-bot
cc53085810
!4725 [MS][LITE][Develop]support kernels resize
...
Merge pull request !4725 from chenjianping/lite_dev2
5 years ago
mindspore-ci-bot
29808eb128
!4736 Adjust the dense structure in the wide&deep multi-table
...
Merge pull request !4736 from huangxinjing/wide-deep-mutli-table-pos
5 years ago
mindspore-ci-bot
77e83fb24d
!4569 remove criteo keyword
...
Merge pull request !4569 from hanjun996/master
5 years ago
ZPaC
5084557f67
Export server embedding table ckpt.
5 years ago
mindspore-ci-bot
d541e261a0
!4696 C++ API Support for CSV Dataset
...
Merge pull request !4696 from jiangzhiwen/jzw/c_api_csv
5 years ago
chenjianping
2aaba750eb
kernels support resize
5 years ago
fuzhiye
96df6f8739
1.molloc buffer using memory pool
...
2.rewrite resize func
5 years ago
mindspore-ci-bot
0feb98ae8e
!4693 Modify CMakeList file of lite to generate packages.
...
Merge pull request !4693 from wangshaocong/lite_cmake
5 years ago
yujianfeng
d47bad38bd
Do not expand the value tuple for tensor inputs
5 years ago