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/12/10 15:12:46 UTC

[singa] branch dev updated (99e2b3b -> cd50640)

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 99e2b3b  Merge pull request #818 from apache/master
     add b367fc1  Implemetnted superresolution model
     add 6337d3a  Remove unused import
     add f92e459  Merge pull request #712 from agnesnatasya/superresolution
     add 3a23a6d  Update FindGlog.cmake
     add dc7b079  Merge pull request #715 from pkgvrpdm/patch-1
     add 2d3d629  Merge branch 'master' into superresolution
     add 0b72251  update onnx example to new api
     add 0af1736  Merge branch 'master' into superresolution
     add cdd0ae4  Merge pull request #819 from joddiy/superresolution
     new cd50640  Merge pull request #820 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:
 cmake/Thirdparty/FindGlog.cmake                |   2 +-
 examples/onnx/159008.jpg                       | Bin 0 -> 78438 bytes
 examples/onnx/{vgg16.py => superresolution.py} |  73 +++++++++++--------------
 3 files changed, 34 insertions(+), 41 deletions(-)
 create mode 100644 examples/onnx/159008.jpg
 copy examples/onnx/{vgg16.py => superresolution.py} (57%)


[singa] 01/01: Merge pull request #820 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 cd506405429c6ead8f2636fdbc35bfdfa192317a
Merge: 99e2b3b cdd0ae4
Author: Chris Yeung <38...@users.noreply.github.com>
AuthorDate: Thu Dec 10 23:11:29 2020 +0800

    Merge pull request #820 from apache/master
    
    Update dev branch from master

 cmake/Thirdparty/FindGlog.cmake  |   2 +-
 examples/onnx/159008.jpg         | Bin 0 -> 78438 bytes
 examples/onnx/superresolution.py | 104 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 105 insertions(+), 1 deletion(-)