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 2017/07/13 07:01:12 UTC

[6/6] incubator-singa git commit: SINGA-326 - Add Inception V4 for ImageNet classification

SINGA-326 - Add Inception V4 for ImageNet classification

Conflicts:
	tool/conda/meta.yaml


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

Branch: refs/heads/master
Commit: a39ed5ce5571cfb1b7381bec2965076a97678116
Parents: 63c6ae1 3f39cfa
Author: Wei Wang <wa...@comp.nus.edu.sg>
Authored: Thu Jul 13 15:00:02 2017 +0800
Committer: Wei Wang <wa...@comp.nus.edu.sg>
Committed: Thu Jul 13 15:00:02 2017 +0800

----------------------------------------------------------------------
 examples/cifar10/vgg.py                     |   1 +
 examples/imagenet/googlenet/serve.py        |   4 +-
 examples/imagenet/inception/README.md       |  43 +++
 examples/imagenet/inception/convert.py      | 120 ++++++++
 examples/imagenet/inception/inception_v3.py | 371 +++++++++++++++++++++++
 examples/imagenet/inception/inception_v4.py | 322 ++++++++++++++++++++
 examples/imagenet/inception/serve.py        | 121 ++++++++
 python/singa/image_tool.py                  |   8 +-
 python/singa/layer.py                       |  71 ++++-
 tool/conda/meta.yaml                        |  26 +-
 10 files changed, 1054 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/a39ed5ce/python/singa/image_tool.py
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/a39ed5ce/tool/conda/meta.yaml
----------------------------------------------------------------------
diff --cc tool/conda/meta.yaml
index 4d27ce7,f0b6dd0..f562ecc
--- a/tool/conda/meta.yaml
+++ b/tool/conda/meta.yaml
@@@ -30,20 -35,15 +35,7 @@@ requirements
      - flask >=0.10.1
      - flask-cors >=3.0.2
      - pillow >=2.3.0
-     - libgfortran >=3.0.0 # [osx]
-     - libgcc 4.8.5 # [linux]
- 
- test:
-   source_files:
-     - test/python/*.py
-   requires:
-     - unittest-xml-reporting
-   test:
-     - python run.py
  
 -test:
 -  source_files:
 -    - test/python/*.py
 -  requires:
 -    - unittest-xml-reporting
 -  test:
 -    - python run.py
 -
  about:
    home: http://singa.apache.org/
    license: Apache V2