Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SINGA-500 add onnx example models #582

Closed
wants to merge 94 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
eecd2b3
rm mkldnn
Oct 15, 2019
48b006c
added dnnl device
Oct 15, 2019
710b4ee
added and tested softmax
Oct 16, 2019
c3a2eac
added bn fwd testing training
Oct 16, 2019
ed64bdc
added batchnorm bwd
Oct 17, 2019
621021e
todo: gradient check
Oct 18, 2019
0def5c3
added dnnl pooling
dcslin Oct 20, 2019
41bb4a9
added conv
dcslin Oct 22, 2019
5a5d543
added batchnorm bwd check
dcslin Oct 23, 2019
9446881
update dockerfile
dcslin Oct 24, 2019
b94d12f
renamed dnnl obj
dcslin Oct 24, 2019
bb66097
fix pooling bug
dcslin Oct 24, 2019
4fefb69
update dnnl dockerfile
dcslin Oct 25, 2019
05c35d1
added pooling tests
dcslin Oct 27, 2019
f85e2f0
remove dup code
dcslin Nov 27, 2019
8cdf2a4
dockerfile singa dir name
dcslin Nov 27, 2019
fc69867
fix conflicts
dcslin Nov 27, 2019
22442c3
integrated pylint into travis with limited check for now
dcslin Jan 20, 2020
3593deb
integrated cpplint into travis
dcslin Jan 21, 2020
becd303
refactored linting into a script for developer testing at local
dcslin Jan 21, 2020
474e139
added travis depend sh install cpplint
dcslin Jan 21, 2020
f3c1649
added travis depend sh install cpplint - fix conda channels
dcslin Jan 21, 2020
7baf2c4
SINGA-502 Avoid moving data between host and gpu in SoftmaxCrossEntropy
chrishkchris Jan 21, 2020
b86add0
Merge pull request #577 from chrishkchris/SINGA-502
nudles Jan 23, 2020
7541365
customized tool to respect google style and ignore linting in travis …
dcslin Jan 26, 2020
d95b0a6
Merge branch 'master' into dev
nudles Jan 29, 2020
dedbade
add leakyrelu
joddiy Jan 29, 2020
25e8202
add tiny_yolo, mnist
joddiy Jan 29, 2020
6de082f
Merge branch 'master' into SINGA-500
joddiy Jan 29, 2020
f7a5c5e
made clang format use google style, not explicitly listing all google…
dcslin Jan 30, 2020
03a0c77
Merge remote-tracking branch 'upstream/dev' into code-format-linting
dcslin Jan 30, 2020
f7fe957
add gemm for autograd
joddiy Jan 30, 2020
ed22ca7
add gemm for onnx
joddiy Jan 30, 2020
4f9e6c2
excluded files to be refactored soon
dcslin Jan 31, 2020
e1b4751
fix cpu/gpu testcase
joddiy Jan 31, 2020
c2e98d5
Merge pull request #548 from dcslin/dnnl
nudles Jan 31, 2020
e1994bf
exclude examples except examples/autograd
dcslin Feb 1, 2020
19e0015
Merge remote-tracking branch 'upstream/dev' into code-format-linting
dcslin Feb 1, 2020
4844c57
Merge pull request #581 from dcslin/code-format-linting
nudles Feb 1, 2020
c39e93a
fix for both USE DNNL and USE CUDNN are enabled, code format, test ap…
dcslin Feb 3, 2020
da18df0
Merge pull request #590 from dcslin/fix-both-dnnl-cudnn-enabled
nudles Feb 3, 2020
7f41083
SINGA-487 Include NCCL 2.4.8 and MPICH 3.3.2
chrishkchris Feb 6, 2020
264163b
bugfix cpu batchnorm
chrishkchris Feb 9, 2020
1f1dcdf
clang-format for distributed module
chrishkchris Feb 11, 2020
3fcd952
Merge pull request #594 from chrishkchris/hot_fix_dnnl
nudles Feb 11, 2020
3d5f53b
Merge pull request #595 from chrishkchris/clang-format-dist
nudles Feb 11, 2020
f247661
Merge pull request #593 from chrishkchris/docker_dist
nudles Feb 11, 2020
497a4fc
SINGA-505 SoftMax Backward to be bufferable
chrishkchris Feb 11, 2020
8bf0c62
Merge pull request #588 from chrishkchris/SINGA-505
nudles Feb 11, 2020
b34cdaf
change SoftMax algorithm to prevent overflow
XJDKC Feb 12, 2020
47dbcb6
change the SoftmaxBackward to the same algorithm
XJDKC Feb 12, 2020
bc5df6e
Merge pull request #598 from XJDKC/SoftMax_Algorithm
nudles Feb 13, 2020
7729e15
format
joddiy Feb 18, 2020
f250a27
Merge branch 'master' into gemm_v2
joddiy Feb 18, 2020
5581429
added tensor index selector
dcslin Feb 11, 2020
c94dd43
add cnn auto pad
joddiy Feb 18, 2020
42b25f4
format on latest dev
dcslin Feb 19, 2020
a31511d
updated clang-format version to sync with other OS
dcslin Feb 19, 2020
4739c6e
test onnx backend different result
dcslin Feb 19, 2020
3d842f8
added model operation and nccl in io
dcslin Feb 20, 2020
1123c77
updated format shell script for extra files
dcslin Feb 20, 2020
06ec6ce
dnnl-performance-issue-investigation
dcslin Feb 20, 2020
ee69cc8
Merge pull request #603 from dcslin/format2
nudles Feb 20, 2020
5feb4c3
Merge branch 'dev' of https://github.com/apache/singa into gemm_v2
joddiy Feb 20, 2020
8e85fdc
fixed dnnl conv forward
dcslin Feb 20, 2020
0aa590c
fix dnnl conv
dcslin Feb 20, 2020
7a88251
test operation convolution update for performance test
dcslin Feb 20, 2020
0c8f418
fix dnnl conv performance drop
dcslin Feb 20, 2020
d9ba4aa
Merge remote-tracking branch 'upstream/dev' into dnnl-perf-issue
dcslin Feb 20, 2020
758c9e8
code format
dcslin Feb 20, 2020
fec5f8a
Merge pull request #605 from dcslin/dnnl-perf-issue
nudles Feb 21, 2020
75e692d
fix the env path to include mpiexec
chrishkchris Feb 21, 2020
cc0dbbb
add pythonpath for singa and tqdm
chrishkchris Feb 21, 2020
bae3888
working path
chrishkchris Feb 21, 2020
47a2cf4
added concatenated to python tensor api
dcslin Feb 21, 2020
186db4f
format code
dcslin Feb 21, 2020
1bd8dc6
Merge pull request #606 from chrishkchris/env_path_mpi
nudles Feb 21, 2020
4c63167
Merge branch 'concat' into cnn_add_pad_mod
joddiy Feb 21, 2020
5249e1d
finish code and test cases
joddiy Feb 24, 2020
f59ab61
Merge branch 'dev' of https://github.com/apache/singa into cnn_add_pa…
joddiy Feb 24, 2020
71aedf4
add comments
joddiy Feb 25, 2020
73e2a26
Merge branch 'cnn_add_pad_mod' into SINGA-500
joddiy Feb 25, 2020
93dee40
Merge branch 'gemm_v2' into SINGA-500
joddiy Feb 25, 2020
7232ff5
fix conv2d
joddiy Feb 25, 2020
a2cce91
fix padding for stride lager than 2
joddiy Feb 25, 2020
135d81d
Merge branch 'cnn_add_pad_mod' into SINGA-500
joddiy Feb 25, 2020
bee5cf5
clean code
joddiy Feb 25, 2020
bc878aa
commit
joddiy Feb 25, 2020
c6a052a
fix padding with stride larger than 2
joddiy Feb 25, 2020
ddc1c3d
Merge branch 'cnn_add_pad_mod' into SINGA-500
joddiy Feb 25, 2020
10b8ebb
fix padding for stride larger than 2
joddiy Feb 25, 2020
da6b839
fix
joddiy Feb 25, 2020
da267db
Merge branch 'cnn_add_pad_mod' into SINGA-500
joddiy Feb 25, 2020
8b90a3a
sonnx add auto pad for pooling
joddiy Feb 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

---
Language: Cpp
BasedOnStyle: Google
...

Loading