This is an automated email from the ASF dual-hosted git repository.
chrishkchris pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git.
from 4d06729 Merge pull request #783 from joddiy/fix_test_cases
new fb1db9b Update the initializer module to add more initialization
methods.
new 78764af Compile the project via setuptools
new 3eb6504 add setup.py.in back, which is used by conda build and native
build
new e4afa64 merge apache/singa:dev branch
new fde8224 successfully run aduitwheel over the generated wheel inside
the docker container from Dockerfile.manylinux2014
new 2ef3d86 finished debugging; to add documentation for building wheel
packages and uploading them to pypi repo
new 223607f merge with origin/dev
new 387c76d done the test of the wheel package; updated the documentation
of using pip to install singa
new 210a216 merge upstream/dev into pr#770
new e5445a5 remove loss.py and metric.py and the tests for them
new d5cce78 remove native conv cpp impl in cpp operation/; rename github
workflow stages
new 5d6c4b4 rename the workflow name for license check.
new 6319c8a Merge remote-tracking branch 'origin/dev' into dev
new 3c3b0cf fix linting error in sonnx.py
new af94f5e fix bugs in unittest
new 446c72c Merge pull request #770 from nudles/dev
The 2155 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 2 +
.github/workflows/conda.yaml | 4 +-
.github/workflows/macOS.yaml | 12 +-
.github/workflows/rat.yaml | 2 +-
.github/workflows/{cpp.yaml => ubuntu.yaml} | 4 +-
examples/onnx/utils.py | 6 +-
python/singa/initializer.py | 5 +-
python/singa/loss.py | 216 -
python/singa/metric.py | 220 -
python/singa/sonnx.py | 26 +-
python/singa/tensor.py | 13 +-
setup.py | 440 ++
src/api/core_tensor.i | 10 +-
src/api/singa.i | 6 +-
src/model/operation/convolution.cc | 26 +-
test/python/test_loss.py | 71 -
test/python/test_metric.py | 74 -
test/python/test_operation.py | 52 +-
test/python/test_tensor.py | 9 +-
tool/cpplint.py | 6327 --------------------
tool/docker/README.md | 9 +-
.../devel/centos6/cuda10/Dockerfile.manylinux2014 | 132 +
tool/docker/devel/centos6/cuda10/cuda.repo | 6 +
tool/{debian-python2/postinst => wheel.sh} | 26 +-
24 files changed, 705 insertions(+), 6993 deletions(-)
rename .github/workflows/{cpp.yaml => ubuntu.yaml} (98%)
delete mode 100644 python/singa/loss.py
delete mode 100644 python/singa/metric.py
create mode 100644 setup.py
delete mode 100644 test/python/test_loss.py
delete mode 100644 test/python/test_metric.py
delete mode 100755 tool/cpplint.py
create mode 100644 tool/docker/devel/centos6/cuda10/Dockerfile.manylinux2014
create mode 100644 tool/docker/devel/centos6/cuda10/cuda.repo
copy tool/{debian-python2/postinst => wheel.sh} (50%)