You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ch...@apache.org on 2020/11/25 05:18:55 UTC

[singa] branch dev updated (0a4f433 -> 0499a82)

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 0a4f433  Merge pull request #814 from chrishkchris/fp16dist
     add f651f3c  fix onnx examples for new onnx API
     add a8397fd  Merge pull request #815 from joddiy/fix_onnx_examples
     new 0499a82  Merge pull request #816 from apache/master

The 1 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:
 examples/onnx/densenet121.py  | 58 ++++++++++++++++------------------
 examples/onnx/shufflenetv1.py | 72 +++++++++++++++++++++----------------------
 examples/onnx/shufflenetv2.py |  4 +--
 examples/onnx/squeezenet.py   | 66 ++++++++++++++++++++-------------------
 examples/onnx/vgg19.py        | 57 ++++++++++++++++------------------
 5 files changed, 126 insertions(+), 131 deletions(-)


[singa] 01/01: Merge pull request #816 from apache/master

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chrishkchris pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git

commit 0499a82781eac56c8a3fb04a2cb2258a6c73d405
Merge: 0a4f433 a8397fd
Author: Chris Yeung <38...@users.noreply.github.com>
AuthorDate: Wed Nov 25 13:18:46 2020 +0800

    Merge pull request #816 from apache/master
    
    Update dev branch due to master branch hot-fix of onnx example error

 examples/onnx/densenet121.py  | 58 ++++++++++++++++------------------
 examples/onnx/shufflenetv1.py | 72 +++++++++++++++++++++----------------------
 examples/onnx/shufflenetv2.py |  4 +--
 examples/onnx/squeezenet.py   | 66 ++++++++++++++++++++-------------------
 examples/onnx/vgg19.py        | 57 ++++++++++++++++------------------
 5 files changed, 126 insertions(+), 131 deletions(-)