Author: wangwei
Date: Fri Feb 17 06:25:32 2017
New Revision: 1783332

URL: http://svn.apache.org/viewvc?rev=1783332&view=rev
Log:
update the docs by jenkins for commit f2ad933

Added:
    
incubator/singa/site/trunk/en/_sources/docs/model_zoo/examples/imagenet/resnet/
    
incubator/singa/site/trunk/en/_sources/docs/model_zoo/examples/imagenet/resnet/README.txt
    incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/
    
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html
Modified:
    incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html
    incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html
    incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html
    
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html
    
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html
    incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html
    incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html
    incubator/singa/site/trunk/en/searchindex.js

Added: 
incubator/singa/site/trunk/en/_sources/docs/model_zoo/examples/imagenet/resnet/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/_sources/docs/model_zoo/examples/imagenet/resnet/README.txt?rev=1783332&view=auto
==============================================================================
--- 
incubator/singa/site/trunk/en/_sources/docs/model_zoo/examples/imagenet/resnet/README.txt
 (added)
+++ 
incubator/singa/site/trunk/en/_sources/docs/model_zoo/examples/imagenet/resnet/README.txt
 Fri Feb 17 06:25:32 2017
@@ -0,0 +1,54 @@
+---
+name: Resnets on ImageNet
+SINGA version: 1.1
+SINGA commit: 45ec92d8ffc1fa1385a9307fdf07e21da939ee2f
+parameter_url: 
https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-18.tar.gz
+license: Apache V2, 
https://github.com/facebook/fb.resnet.torch/blob/master/LICENSE
+---
+
+# Image Classification using Residual Networks
+
+
+In this example, we convert Residual Networks trained on 
[Torch](https://github.com/facebook/fb.resnet.torch) to SINGA for image 
classification.
+
+## Instructions
+
+* Download one parameter checkpoint file (see below) and the synset word file 
of ImageNet into this folder, e.g.,
+
+        $ wget 
https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-18.tar.gz
+        $ wget 
https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/synset_words.txt
+        $ tar xvf resnet-18.tar.gz
+
+* Usage
+
+        $ python serve.py -h
+
+* Example
+
+        # use cpu
+        $ python serve.py --use_cpu --parameter_file resnet-18.pickle --model 
resnet --depth 18 &
+        # use gpu
+        $ python serve.py --parameter_file resnet-18.pickle --model resnet 
--depth 18 &
+
+  The parameter files for the following model and depth configuration pairs 
are provided:
+  * resnet (original resnet), 
[18](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-101.tar.gz)|[34](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-34.tar.gz)|[101](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-101.tar.gz)|[152](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-152.tar.gz)
+  * addbn (resnet with a batch normalization layer after the addition), 
[50](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-50.tar.gz)
+  * wrn (wide resnet), 
[50](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/wrn-50-2.tar.gz)
+  * preact (resnet with pre-activation) 
[200](https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-200.tar.gz)
+
+* Submit images for classification
+
+        $ curl -i -F [email protected] http://localhost:9999/api
+        $ curl -i -F [email protected] http://localhost:9999/api
+        $ curl -i -F [email protected] http://localhost:9999/api
+
+image1.jpg, image2.jpg and image3.jpg should be downloaded before executing 
the above commands.
+
+## Details
+
+The parameter files were extracted from the original [torch 
files](https://github.com/facebook/fb.resnet.torch/tree/master/pretrained) via
+the convert.py program.
+
+Usage:
+
+    $ python convert.py -h

Modified: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html 
(original)
+++ incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html Fri 
Feb 17 06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -242,27 +242,25 @@ You can start the prediction program by
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>

Modified: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html 
(original)
+++ incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html 
Fri Feb 17 06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -240,27 +240,25 @@ Other plain text files can also be used.
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>

Modified: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html 
(original)
+++ incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html 
Fri Feb 17 06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -285,27 +285,25 @@ The &#8216;model.bin&#8217; file generat
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>

Modified: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html
 (original)
+++ 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html
 Fri Feb 17 06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -280,27 +280,25 @@ folder in data preprocessing step;</li>
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>

Modified: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html
 (original)
+++ 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html
 Fri Feb 17 06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -274,27 +274,25 @@ Refer to <a class="reference external" h
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>

Added: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html?rev=1783332&view=auto
==============================================================================
--- 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html
 (added)
+++ 
incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html
 Fri Feb 17 06:25:32 2017
@@ -0,0 +1,298 @@
+
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>Image Classification using Residual Networks &mdash; incubator-singa 
1.1.0 documentation</title>
+  
+
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../../../../../_static/css/theme.css" 
type="text/css" />
+  
+
+  
+
+  
+    <link rel="top" title="incubator-singa 1.1.0 documentation" 
href="../../../../../index.html"/>
+    <link href="../../../../../_static/style.css" rel="stylesheet" 
type="text/css">
+
+
+  
+  <script src="../../../../../_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../../../../../index.html" class="icon icon-home"> 
incubator-singa
+          
+
+          
+            
+            <img src="../../../../../_static/singa.png" class="logo" />
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                latest
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" 
action="../../../../../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" 
role="navigation" aria-label="main navigation">
+          
+            
+            
+                <ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../downloads.html">Download SINGA</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../index.html">Documentation</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Development</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../develop/schedule.html">Development Schedule</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../develop/how-contribute.html">How to Contribute to 
SINGA</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../develop/contribute-code.html">How to Contribute 
Code</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../develop/contribute-docs.html">How to Contribute to 
Documentation</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Community</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../community/source-repository.html">Source 
Repository</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../community/mail-lists.html">Project Mailing Lists</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../community/issue-tracking.html">Issue Tracking</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../../../community/team-list.html">The SINGA Team</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+        <a href="../../../../../index.html">incubator-singa</a>
+      </nav>
+
+
+      
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          
+
+ 
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="../../../../../index.html">Docs</a> &raquo;</li>
+      
+    <li>Image Classification using Residual Networks</li>
+      <li class="wy-breadcrumbs-aside">
+        
+          
+        
+      </li>
+  </ul>
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" 
itemtype="http://schema.org/Article";>
+           <div itemprop="articleBody">
+            
+  <hr class="docutils" />
+<p>name: Resnets on ImageNet
+SINGA version: 1.1
+SINGA commit: 45ec92d8ffc1fa1385a9307fdf07e21da939ee2f
+parameter_url: 
https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-18.tar.gz
+license: Apache V2, 
https://github.com/facebook/fb.resnet.torch/blob/master/LICENSE</p>
+<hr class="docutils" />
+<div class="section" id="image-classification-using-residual-networks">
+<span id="image-classification-using-residual-networks"></span><h1>Image 
Classification using Residual Networks<a class="headerlink" 
href="#image-classification-using-residual-networks" title="Permalink to this 
headline">¶</a></h1>
+<p>In this example, we convert Residual Networks trained on <a 
class="reference external" 
href="https://github.com/facebook/fb.resnet.torch";>Torch</a> to SINGA for image 
classification.</p>
+<div class="section" id="instructions">
+<span id="instructions"></span><h2>Instructions<a class="headerlink" 
href="#instructions" title="Permalink to this headline">¶</a></h2>
+<ul>
+<li><p class="first">Download one parameter checkpoint file (see below) and 
the synset word file of ImageNet into this folder, e.g.,</p>
+<div class="highlight-python"><div class="highlight"><pre>  $ wget 
https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-18.tar.gz
+  $ wget https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/synset_words.txt
+  $ tar xvf resnet-18.tar.gz
+</pre></div>
+</div>
+</li>
+<li><p class="first">Usage</p>
+<div class="highlight-python"><div class="highlight"><pre>  $ python serve.py 
-h
+</pre></div>
+</div>
+</li>
+<li><p class="first">Example</p>
+<div class="highlight-python"><div class="highlight"><pre>  # use cpu
+  $ python serve.py --use_cpu --parameter_file resnet-18.pickle --model resnet 
--depth 18 &amp;
+  # use gpu
+  $ python serve.py --parameter_file resnet-18.pickle --model resnet --depth 
18 &amp;
+</pre></div>
+</div>
+<p>The parameter files for the following model and depth configuration pairs 
are provided:</p>
+<ul class="simple">
+<li>resnet (original resnet), <a class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-101.tar.gz";>18</a>|<a
 class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-34.tar.gz";>34</a>|<a
 class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-101.tar.gz";>101</a>|<a
 class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-152.tar.gz";>152</a></li>
+<li>addbn (resnet with a batch normalization layer after the addition), <a 
class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-50.tar.gz";>50</a></li>
+<li>wrn (wide resnet), <a class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/wrn-50-2.tar.gz";>50</a></li>
+<li>preact (resnet with pre-activation) <a class="reference external" 
href="https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-200.tar.gz";>200</a></li>
+</ul>
+</li>
+<li><p class="first">Submit images for classification</p>
+<div class="highlight-python"><div class="highlight"><pre>  $ curl -i -F 
[email protected] http://localhost:9999/api
+  $ curl -i -F [email protected] http://localhost:9999/api
+  $ curl -i -F [email protected] http://localhost:9999/api
+</pre></div>
+</div>
+</li>
+</ul>
+<p>image1.jpg, image2.jpg and image3.jpg should be downloaded before executing 
the above commands.</p>
+</div>
+<div class="section" id="details">
+<span id="details"></span><h2>Details<a class="headerlink" href="#details" 
title="Permalink to this headline">¶</a></h2>
+<p>The parameter files were extracted from the original <a class="reference 
external" 
href="https://github.com/facebook/fb.resnet.torch/tree/master/pretrained";>torch 
files</a> via
+the convert.py program.</p>
+<p>Usage:</p>
+<div class="highlight-python"><div class="highlight"><pre>$ python convert.py 
-h
+</pre></div>
+</div>
+</div>
+</div>
+
+
+           </div>
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017 The Apache Software Foundation. All rights 
reserved. Apache Singa, Apache, the Apache feather logo, and the Apache Singa 
project logos are trademarks of The Apache Software Foundation. All other marks 
mentioned may be trademarks or registered trademarks of their respective 
owners..
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/";>Sphinx</a> using a <a 
href="https://github.com/snide/sphinx_rtd_theme";>theme</a> provided by <a 
href="https://readthedocs.org";>Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../../../../../',
+            VERSION:'1.1.0',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true
+        };
+    </script>
+      <script type="text/javascript" 
src="../../../../../_static/jquery.js"></script>
+      <script type="text/javascript" 
src="../../../../../_static/underscore.js"></script>
+      <script type="text/javascript" 
src="../../../../../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" 
src="../../../../../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+  
+
+<div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
+  <span class="rst-current-version" data-toggle="rst-current-version">
+    <span class="fa fa-book"> incubator-singa </span>
+    v: latest
+    <span class="fa fa-caret-down"></span>
+  </span>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
+
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../../_static/apache.jpg"> </a>
+</div>
+
+ <a href="https://github.com/apache/incubator-singa";>
+    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+        alt="Fork me on GitHub">
+</a>
+
+ 
+
+
+</body>
+</html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html (original)
+++ incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html Fri Feb 17 
06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -240,27 +240,25 @@
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>

Modified: 
incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html?rev=1783332&r1=1783331&r2=1783332&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html 
(original)
+++ incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html Fri 
Feb 17 06:25:32 2017
@@ -64,7 +64,7 @@
             
             
               <div class="version">
-                1.1
+                latest
               </div>
             
           
@@ -227,27 +227,25 @@ the program with an additional argument<
   
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" 
aria-label="versions">
-<a href="http://incubator.apache.org/";>
-<img src= "../../../../_static/apache.jpg">
-</a>
-
   <span class="rst-current-version" data-toggle="rst-current-version">
     <span class="fa fa-book"> incubator-singa </span>
-    v: 1.1
+    v: latest
     <span class="fa fa-caret-down"></span>
   </span>
-    <div class="rst-other-versions">
-        <dl>
-            <dt>Languages</dt>
-            <dd><a href="../../../../../en/index.html">English</a></dd>
-            <dd><a href="../../../../../zh/index.html">中文</a></dd>
-        </dl>
-        <dl>
-            <dt>Versions</dt>
-            <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-        </dl>
+  <div class="rst-other-versions">
+      <dl>
+          <dt>Languages</dt>
+          <dd><a href="../../../../../en/index.html">English</a></dd>
+          <dd><a href="../../../../../zh/index.html">中文</a></dd>
+      </dl>
+      <dl>
+          <dt>Versions</dt>
+          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+      </dl>
 
-    </div>
+  </div>
+  <a href="http://incubator.apache.org/";> <img src= 
"../../../../_static/apache.jpg"> </a>
 </div>
 
  <a href="https://github.com/apache/incubator-singa";>


Reply via email to