You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2018/05/19 04:25:08 UTC

[3/3] incubator-singa git commit: Merge branch 'pr382'

Merge branch 'pr382'


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/0cf960c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/0cf960c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/0cf960c9

Branch: refs/heads/master
Commit: 0cf960c96b9a7a99055af3cb41922ff4bbbcb0d6
Parents: 6d7d629 8a1d98a
Author: Wang Wei <dc...@nus.edu.sg>
Authored: Sat May 19 12:23:49 2018 +0800
Committer: Wang Wei <dc...@nus.edu.sg>
Committed: Sat May 19 12:23:49 2018 +0800

----------------------------------------------------------------------
 examples/imagenet/densenet/README.md   |  50 ++++++++
 examples/imagenet/densenet/convert.py  |  90 +++++++++++++++
 examples/imagenet/densenet/model.py    | 170 ++++++++++++++++++++++++++++
 examples/imagenet/densenet/serve.py    | 144 +++++++++++++++++++++++
 examples/imagenet/googlenet/serve.py   |   6 +-
 examples/imagenet/inception/convert.py |   9 +-
 examples/imagenet/inception/serve.py   |  24 ++--
 examples/imagenet/resnet/convert.py    |  23 ++--
 examples/imagenet/vgg/README.md        |   4 +-
 examples/imagenet/vgg/convert.py       |   9 +-
 examples/imagenet/vgg/serve.py         |   3 +-
 11 files changed, 507 insertions(+), 25 deletions(-)
----------------------------------------------------------------------