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 2019/04/24 14:57:38 UTC

svn commit: r1858059 [32/38] - in /incubator/singa/site/trunk: ./ en/ en/_sources/ en/_sources/community/ en/_sources/develop/ en/_sources/docs/ en/_sources/docs/model_zoo/ en/_sources/docs/model_zoo/caffe/ en/_sources/docs/model_zoo/char-rnn/ en/_sour...

Modified: incubator/singa/site/trunk/zh/develop/schedule.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/develop/schedule.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/develop/schedule.html (original)
+++ incubator/singa/site/trunk/zh/develop/schedule.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>开发时间表 &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>开发时间表 &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="如何贡献给 SINGA" href="how-contribute.html" />
     <link rel="prev" title="下载 SINGA" href="../downloads.html" />
-     <link href="../_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="../_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -180,182 +180,182 @@
             
   <div class="section" id="id1">
 <h1>开发时间表<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<table border="1" class="docutils">
+<table class="docutils align-center">
 <colgroup>
-<col width="33%" />
-<col width="33%" />
-<col width="33%" />
+<col style="width: 33%" />
+<col style="width: 33%" />
+<col style="width: 33%" />
 </colgroup>
-<thead valign="bottom">
-<tr class="row-odd"><th class="head">版本</th>
-<th class="head">模块</th>
-<th class="head">特性</th>
+<thead>
+<tr class="row-odd"><th class="head"><p>版本</p></th>
+<th class="head"><p>模块</p></th>
+<th class="head"><p>特性</p></th>
 </tr>
 </thead>
-<tbody valign="top">
-<tr class="row-even"><td>v0.1 2015 九月</td>
-<td>神经网络</td>
-<td>前向传播神经网络, 包括 CNN, MLP</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>类 RBM 模型, 包括 RBM</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>循环神经网络, 包括标准 RNN</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>架构</td>
-<td>在单节点运行一个工作组 (包括划分)</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>在单节点运行多个工作组, 用 <a class="reference external" href="http://www.eecs.berkeley.edu/~brecht/papers/hogwildTR.pdf">Hogwild</a></td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>分布式 Hogwild</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>跨多节点运行多个工作组 , 如 <a class="reference external" href="http://papers.nips.cc/paper/4687-large-scale-distritbuted-deep-networks">Downpour</a></td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>All-Reduce 训练架构如 <a class="reference external" href="http://arxiv.org/abs/1501.02876">DeepImage</a></td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>服务器间负载均衡</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>失败恢复</td>
-<td>检查点和恢复</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>工具</td>
-<td>用 GNU 自动工具安装</td>
-</tr>
-<tr class="row-odd"><td>v0.2 2016 一月</td>
-<td>神经网络</td>
-<td>前向传播神经网络, 包括 AlexNet, cuDNN 层, 工具</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>循环神经网络, 包括 GRU 层和 BPTT</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>模型划分和混合划分</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>工具</td>
-<td>融合 Mesos 资源管理</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>准备部署 Docker images</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>可视化神经网络和调试信息</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>绑定</td>
-<td>主要组件 Python 绑定</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>GPU</td>
-<td>单节点多个 GPU</td>
-</tr>
-<tr class="row-odd"><td>v0.3 2016 四月</td>
-<td>GPU</td>
-<td>多个节点, 每个包含多个 GPU</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>用 GPU 和 CPU 混合训练  <a class="reference external" href="http://arxiv.org/abs/1504.04343">CcT</a></td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>支持 cuDNN v4</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>安装</td>
-<td>删除 ZeroMQ, CZMQ 依赖, 单节点训练 zookeeper</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>优化器</td>
-<td>添加新的 SGD 优化器,包括 Adam, AdamMax 和 AdaDelta</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>绑定</td>
-<td>增强 Python 绑定训练</td>
-</tr>
-<tr class="row-odd"><td>v1.0 2016 九月</td>
-<td>模型抽象</td>
-<td>Tensor 基于线性代数, 神经网络和随机运算</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>分布式参数更新优化器</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>硬件</td>
-<td>使用 Cuda 和 Cudnn for Nvidia GPU</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>使用 OpenCL for AMD GPU 及其他设备</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>跨平台</td>
-<td>从 Linux 扩展到 MacOS</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>大型图像模型, 例如, <a class="reference external" href="https://arxiv.org/pdf/1409.1556.pdf">VGG</a> 和 <a class="reference external" href="http://arxiv.org/abs/1512.03385">Residual Net</a></td>
-</tr>
-<tr class="row-odd"><td>v1.1 2017 一月</td>
-<td>模型库</td>
-<td>GoogleNet; 医疗健康模型</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>Caffe 转换器</td>
-<td>使用 SINGA 训练模型, 从 caffe proto 文件配置</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>模型组件</td>
-<td>添加 concat 和 slice 层; 接受多个输入网络</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>编译和安装</td>
-<td>Windows 支持</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>通过与 protobuf 和 openblas 一起编译 SINGA 简化安装</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>&#160;</td>
-<td>用 Jenkins 自动生成 python wheel</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>&#160;</td>
-<td>从 Debian packages 安装 SINGA</td>
-</tr>
-<tr class="row-even"><td>v1.2 2018 六月</td>
-<td>AutoGrad</td>
-<td>后向传播 AutoGrad</td>
-</tr>
-<tr class="row-odd"><td>&#160;</td>
-<td>Python 3</td>
-<td>PySinga 支持 Python 3</td>
-</tr>
-<tr class="row-even"><td>&#160;</td>
-<td>模型</td>
-<td>添加流行模型, 包括 VGG, ResNet, DenseNet, InceptionNet</td>
+<tbody>
+<tr class="row-even"><td><p>v0.1 2015 九月</p></td>
+<td><p>神经网络</p></td>
+<td><p>前向传播神经网络, 包括 CNN, MLP</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>类 RBM 模型, 包括 RBM</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>循环神经网络, 包括标准 RNN</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>架构</p></td>
+<td><p>在单节点运行一个工作组 (包括划分)</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>在单节点运行多个工作组, 用 <a class="reference external" href="http://www.eecs.berkeley.edu/~brecht/papers/hogwildTR.pdf">Hogwild</a></p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>分布式 Hogwild</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>跨多节点运行多个工作组 , 如 <a class="reference external" href="http://papers.nips.cc/paper/4687-large-scale-distritbuted-deep-networks">Downpour</a></p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>All-Reduce 训练架构如 <a class="reference external" href="http://arxiv.org/abs/1501.02876">DeepImage</a></p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>服务器间负载均衡</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>失败恢复</p></td>
+<td><p>检查点和恢复</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>工具</p></td>
+<td><p>用 GNU 自动工具安装</p></td>
+</tr>
+<tr class="row-odd"><td><p>v0.2 2016 一月</p></td>
+<td><p>神经网络</p></td>
+<td><p>前向传播神经网络, 包括 AlexNet, cuDNN 层, 工具</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>循环神经网络, 包括 GRU 层和 BPTT</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>模型划分和混合划分</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>工具</p></td>
+<td><p>融合 Mesos 资源管理</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>准备部署 Docker images</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>可视化神经网络和调试信息</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>绑定</p></td>
+<td><p>主要组件 Python 绑定</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>GPU</p></td>
+<td><p>单节点多个 GPU</p></td>
+</tr>
+<tr class="row-odd"><td><p>v0.3 2016 四月</p></td>
+<td><p>GPU</p></td>
+<td><p>多个节点, 每个包含多个 GPU</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>用 GPU 和 CPU 混合训练  <a class="reference external" href="http://arxiv.org/abs/1504.04343">CcT</a></p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>支持 cuDNN v4</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>安装</p></td>
+<td><p>删除 ZeroMQ, CZMQ 依赖, 单节点训练 zookeeper</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>优化器</p></td>
+<td><p>添加新的 SGD 优化器,包括 Adam, AdamMax 和 AdaDelta</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>绑定</p></td>
+<td><p>增强 Python 绑定训练</p></td>
+</tr>
+<tr class="row-odd"><td><p>v1.0 2016 九月</p></td>
+<td><p>模型抽象</p></td>
+<td><p>Tensor 基于线性代数, 神经网络和随机运算</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>分布式参数更新优化器</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>硬件</p></td>
+<td><p>使用 Cuda 和 Cudnn for Nvidia GPU</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>使用 OpenCL for AMD GPU 及其他设备</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>跨平台</p></td>
+<td><p>从 Linux 扩展到 MacOS</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>大型图像模型, 例如, <a class="reference external" href="https://arxiv.org/pdf/1409.1556.pdf">VGG</a> 和 <a class="reference external" href="http://arxiv.org/abs/1512.03385">Residual Net</a></p></td>
+</tr>
+<tr class="row-odd"><td><p>v1.1 2017 一月</p></td>
+<td><p>模型库</p></td>
+<td><p>GoogleNet; 医疗健康模型</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>Caffe 转换器</p></td>
+<td><p>使用 SINGA 训练模型, 从 caffe proto 文件配置</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>模型组件</p></td>
+<td><p>添加 concat 和 slice 层; 接受多个输入网络</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>编译和安装</p></td>
+<td><p>Windows 支持</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>通过与 protobuf 和 openblas 一起编译 SINGA 简化安装</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td></td>
+<td><p>用 Jenkins 自动生成 python wheel</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td></td>
+<td><p>从 Debian packages 安装 SINGA</p></td>
+</tr>
+<tr class="row-even"><td><p>v1.2 2018 六月</p></td>
+<td><p>AutoGrad</p></td>
+<td><p>后向传播 AutoGrad</p></td>
+</tr>
+<tr class="row-odd"><td></td>
+<td><p>Python 3</p></td>
+<td><p>PySinga 支持 Python 3</p></td>
+</tr>
+<tr class="row-even"><td></td>
+<td><p>模型</p></td>
+<td><p>添加流行模型, 包括 VGG, ResNet, DenseNet, InceptionNet</p></td>
 </tr>
 </tbody>
 </table>
@@ -408,50 +408,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../../index.html">English</a></dd>
-           <dd><a href=".././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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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/zh/docs.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs.html (original)
+++ incubator/singa/site/trunk/zh/docs.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>文档 &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>文档 &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -36,18 +36,18 @@
   <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="index" title="Index" href="genindex.html" />
     <link rel="search" title="Search" href="search.html" />
-     <link href="_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -608,50 +608,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../index.html">English</a></dd>
-           <dd><a href="./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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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/zh/docs/data.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/data.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/data.html (original)
+++ incubator/singa/site/trunk/zh/docs/data.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>数据(Data) &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>数据(Data) &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="图像工具" href="image_tool.html" />
     <link rel="prev" title="优化器(Optimizer)" href="optimizer.html" />
-     <link href="../_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="../_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -255,13 +255,13 @@
 <p>迭代地从数据集中获取批数据。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>img_list_file (str)</strong> – 包含源数据的文件名;每行包含image_path_suffix和标签</li>
-<li><strong>batch_size (int)</strong> – 每个mini-bach包含的样本数目</li>
-<li><strong>image_transform</strong> – 图像增强函数;它接受完整的图像路径并输出一系列增强后的图像</li>
-<li><strong>shuffle (boolean)</strong> – 为真表示对列表做搅乱</li>
-<li><strong>delimiter (char)</strong> – image_path_suffix和标签之间的分割符, 例如空格或逗号</li>
-<li><strong>image_folder (boolean)</strong> – 图片路径的前缀</li>
-<li><strong>capacity (int)</strong> – 内部队列的最大mini-batch数目</li>
+<li><p><strong>img_list_file (str)</strong> – 包含源数据的文件名;每行包含image_path_suffix和标签</p></li>
+<li><p><strong>batch_size (int)</strong> – 每个mini-bach包含的样本数目</p></li>
+<li><p><strong>image_transform</strong> – 图像增强函数;它接受完整的图像路径并输出一系列增强后的图像</p></li>
+<li><p><strong>shuffle (boolean)</strong> – 为真表示对列表做搅乱</p></li>
+<li><p><strong>delimiter (char)</strong> – image_path_suffix和标签之间的分割符, 例如空格或逗号</p></li>
+<li><p><strong>image_folder (boolean)</strong> – 图片路径的前缀</p></li>
+<li><p><strong>capacity (int)</strong> – 内部队列的最大mini-batch数目</p></li>
 </ul>
 <hr class="docutils" />
 </div>
@@ -314,50 +314,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../../index.html">English</a></dd>
-           <dd><a href=".././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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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/zh/docs/device.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/device.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/device.html (original)
+++ incubator/singa/site/trunk/zh/docs/device.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>设备(Device) &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>设备(Device) &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="张量(Tensor)" href="tensor.html" />
     <link rel="prev" title="软件架构" href="software_stack.html" />
-     <link href="../_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="../_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -213,9 +213,9 @@
 <h2>特定设备<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
 <p>目前,SINGA有三种Device实现,</p>
 <ol class="simple">
-<li>CudaGPU: 在Nvidia GPU卡上运行Cuda代码</li>
-<li>CppCPU:在CPU上运行Cpp代码</li>
-<li>OpenclGPU: GPU卡上运行OpenCL代码</li>
+<li><p>CudaGPU: 在Nvidia GPU卡上运行Cuda代码</p></li>
+<li><p>CppCPU:在CPU上运行Cpp代码</p></li>
+<li><p>OpenclGPU: GPU卡上运行OpenCL代码</p></li>
 </ol>
 </div>
 <div class="section" id="python-api">
@@ -227,7 +227,7 @@
 <p>创建一个列表的CudaGPU设备。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>num(int)</strong> - 创建的设备数目</li>
+<li><p><strong>num(int)</strong> - 创建的设备数目</p></li>
 </ul>
 <p><strong>返回值:</strong> 一个列表CudaGPU设备</p>
 </div>
@@ -237,7 +237,7 @@
 <p>创建一个列表的CudaGPU设备。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>device_ids(list)</strong> - 一个列表的显卡ID</li>
+<li><p><strong>device_ids(list)</strong> - 一个列表的显卡ID</p></li>
 </ul>
 <p><strong>返回值:</strong> 一个列表CudaGPU设备</p>
 </div>
@@ -305,50 +305,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../../index.html">English</a></dd>
-           <dd><a href=".././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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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/zh/docs/image_tool.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/image_tool.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/image_tool.html (original)
+++ incubator/singa/site/trunk/zh/docs/image_tool.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>图像工具 &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>图像工具 &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="Snapshot" href="snapshot.html" />
     <link rel="prev" title="数据(Data)" href="data.html" />
-     <link href="../_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="../_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -259,8 +259,8 @@
 <p>对每个通道加上一个随机偏移值[-offset, offset]。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>offset</strong> – 偏移, &gt;0 and &lt;255</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>offset</strong> – 偏移, &gt;0 and &lt;255</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -269,9 +269,9 @@
 <p>对给定位置,截取可能的最大方框并缩放到给定尺寸。 按照图像尺寸,截取位置可以是(左, 中, 右)或(上, 中, 下)之一。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>patch (tuple)</strong> – 输出图像的高和宽</li>
-<li><strong>num_case</strong> – 情况数目, 必须在[1,3]</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>patch (tuple)</strong> – 输出图像的高和宽</p></li>
+<li><p><strong>num_case</strong> – 情况数目, 必须在[1,3]</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -280,9 +280,9 @@
 <p>截取位置可以是[左上, 左下, 右上, 右下, 中间]。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>patch (tuple)</strong> – 输出图像的高和宽</li>
-<li><strong>num_case</strong> – 情况数目, 必须在[1,5]</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>patch (tuple)</strong> – 输出图像的高和宽</p></li>
+<li><p><strong>num_case</strong> – 情况数目, 必须在[1,5]</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -296,8 +296,8 @@
 <p>对色度、对比度、亮度和锐度采用随机增强。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>scale (float)</strong> – 增强范围 [1-scale, 1+scale]</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>scale (float)</strong> – 增强范围 [1-scale, 1+scale]</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -306,8 +306,8 @@
 <p>随机向左或向右翻转图像。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>num_case</strong> – 情况数目,必须是 {1,2}; 如果是2,则会返回原图以及翻转的图像。</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>num_case</strong> – 情况数目,必须是 {1,2}; 如果是2,则会返回原图以及翻转的图像。</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -321,8 +321,8 @@
 <p>根据随机偏移截取指定大小的图像</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>patch (tuple)</strong> – 截取图像块的高和宽</li>
-<li><strong>inplace (Boolean)</strong> – 如果为真,直接用新图像块替换原始图像内容;否则返回新图像块。</li>
+<li><p><strong>patch (tuple)</strong> – 截取图像块的高和宽</p></li>
+<li><p><strong>inplace (Boolean)</strong> – 如果为真,直接用新图像块替换原始图像内容;否则返回新图像块。</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -330,8 +330,8 @@
 <h3>resize_by_list(size_list, num_case=1, inplace=True)<a class="headerlink" href="#resize-by-list-size-list-num-case-1-inplace-true" title="Permalink to this headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>num_case</strong> – 缩放操作数目, 必须不超过size_list的长度</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>num_case</strong> – 缩放操作数目, 必须不超过size_list的长度</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -339,8 +339,8 @@
 <h3>resize_by_range(rng, inplace=True)<a class="headerlink" href="#resize-by-range-rng-inplace-true" title="Permalink to this headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>rng</strong> – 元组 (起始值, 结束值), 包括起始值但不包括结束值</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>rng</strong> – 元组 (起始值, 结束值), 包括起始值但不包括结束值</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -348,8 +348,8 @@
 <h3>rotate_by_list(angle_list, num_case=1, inplace=True)<a class="headerlink" href="#rotate-by-list-angle-list-num-case-1-inplace-true" title="Permalink to this headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>num_case</strong> – 旋转操作数目, 必须不超过angle_list的长度</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>num_case</strong> – 旋转操作数目, 必须不超过angle_list的长度</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -357,8 +357,8 @@
 <h3>rotate_by_range(rng, inplace=True)<a class="headerlink" href="#rotate-by-range-rng-inplace-true" title="Permalink to this headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>rng</strong> – 表示旋转角度范围的元组 (起始值, 结束值), 包括起始值但不包括结束值</li>
-<li><strong>inplace</strong> – 对原图对象操作或返回一张新图</li>
+<li><p><strong>rng</strong> – 表示旋转角度范围的元组 (起始值, 结束值), 包括起始值但不包括结束值</p></li>
+<li><p><strong>inplace</strong> – 对原图对象操作或返回一张新图</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -372,8 +372,8 @@
 <p>截取给定位置和给定大小的图像块。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>patch (tuple)</strong> – 宽,高</li>
-<li><strong>position (list(str))</strong> – 左上,左下,右上,右下,中间</li>
+<li><p><strong>patch (tuple)</strong> – 宽,高</p></li>
+<li><p><strong>position (list(str))</strong> – 左上,左下,右上,右下,中间</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -382,8 +382,8 @@
 <p>对给定位置,截取可能的最大方框并缩放到给定尺寸。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>patch (tuple)</strong> – 宽,高</li>
-<li><strong>position (list(str))</strong> – 左,中,右,上,中,下</li>
+<li><p><strong>patch (tuple)</strong> – 宽,高</p></li>
+<li><p><strong>position (list(str))</strong> – 左,中,右,上,中,下</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -392,7 +392,7 @@
 <p>对色度、对比度、亮度和锐度采用随机增强。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>scale (float)</strong> – 增强范围 [1-scale, 1+scale]</li>
+<li><p><strong>scale (float)</strong> – 增强范围 [1-scale, 1+scale]</p></li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -456,50 +456,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../../index.html">English</a></dd>
-           <dd><a href=".././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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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/zh/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/index.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/index.html (original)
+++ incubator/singa/site/trunk/zh/docs/index.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>文档 &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>文档 &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="安装" href="installation.html" />
     <link rel="prev" title="SINGA 中文文档" href="../index.html" />
-     <link href="../_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="../_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -633,50 +633,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../../index.html">English</a></dd>
-           <dd><a href=".././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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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/zh/docs/initializer.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/initializer.html?rev=1858059&r1=1858058&r2=1858059&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/initializer.html (original)
+++ incubator/singa/site/trunk/zh/docs/initializer.html Wed Apr 24 14:57:35 2019
@@ -1,5 +1,5 @@
 
- 
+
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>初始化器(Initializer) &mdash; incubator-singa 2.0.0 documentation</title>
+  <title>初始化器(Initializer) &mdash; incubator-singa 1.1.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="损失(Loss)" href="loss.html" />
     <link rel="prev" title="前馈网络" href="net.html" />
-     <link href="../_static/style.css" rel="stylesheet" type="text/css">
-     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
-   <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
-     <style>
-   .fa:hover {
-       opacity: 0.7;
-   }
-   .fab:hover {
-       opacity: 0.7;
-   }
-     </style>
- 
+    <link href="../_static/style.css" rel="stylesheet" type="text/css">
+    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"-->
+	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
+    <style>
+	.fa:hover {
+	    opacity: 0.7;
+	}
+	.fab:hover {
+	    opacity: 0.7;
+	}
+    </style>
+
 </head>
 
 <body class="wy-body-for-nav">
@@ -241,8 +241,8 @@
 <p>按照指定均匀分布对输入tensor初始化。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>fan_in (int)</strong> – 对于卷积层权重tensor,fan_in = nb_channel * kh * kw;对于全连接层,fan_in = input_feature_length</li>
-<li><strong>fan_out (int)</strong> – 对于卷积层权重tensor,fan_out = nb_filter * kh * kw;对于全连接层,fan_out = output_feature_length</li>
+<li><p><strong>fan_in (int)</strong> – 对于卷积层权重tensor,fan_in = nb_channel * kh * kw;对于全连接层,fan_in = input_feature_length</p></li>
+<li><p><strong>fan_out (int)</strong> – 对于卷积层权重tensor,fan_out = nb_filter * kh * kw;对于全连接层,fan_out = output_feature_length</p></li>
 </ul>
 <p><strong>参考文献</strong> [Bengio and Glorot 2010]: Understanding the difficulty of training deep feedforward neuralnetworks.</p>
 </div>
@@ -252,8 +252,8 @@
 <p>按照指定高斯分布对输入tensor初始化。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><strong>fan_in (int)</strong> – 对于卷积层权重tensor,fan_in = nb_channel * kh * kw;对于全连接层,fan_in = input_feature_length</li>
-<li><strong>fan_out (int)</strong> – 对于卷积层权重tensor,fan_out = nb_filter * kh * kw;对于全连接层,fan_out = output_feature_length</li>
+<li><p><strong>fan_in (int)</strong> – 对于卷积层权重tensor,fan_in = nb_channel * kh * kw;对于全连接层,fan_in = input_feature_length</p></li>
+<li><p><strong>fan_out (int)</strong> – 对于卷积层权重tensor,fan_out = nb_filter * kh * kw;对于全连接层,fan_out = output_feature_length</p></li>
 </ul>
 <p><strong>参考文献</strong> Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun: Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification</p>
 <hr class="docutils" />
@@ -308,50 +308,46 @@
   
     
   
+
+<div class="rst-versions" 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.png" style="background-color:white;"> </a>
+
+  <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
+  <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+  <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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>
+
  
- <div class="rst-versions" 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="../../index.html">English</a></dd>
-           <dd><a href=".././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://www.apache.org" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Foundation</a>
-   <a href="http://www.apache.org/events/current-event" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Events</a>
-   <a href="http://www.apache.org/foundation/thanks.html" style="color:lightblue;padding: 5px; font-size: 10px; text-align: center; text-decoration: none; margin: 5px 2px;">Thanks</a>
-   <a href="http://www.apache.org/foundation/sponsorship.html" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">Sponsorship</a>
-   <a href="http://www.apache.org/licenses/" style="color:lightblue;padding: 5px; font-size: 10px;  text-align: center; text-decoration: none; margin: 5px 2px;">License</a>
-   <br>
-   <a href="https://github.com/apache/incubator-singa" class="fa fa-github" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c" class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://hub.docker.com/r/apache/singa/" class="fab fa-docker" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a> 
-   <a href="https://www.linkedin.com/groups/13550034" class="fa fa-linkedin" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://twitter.com/ApacheSinga" class="fa fa-twitter" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/" class="fa fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-   <a href="https://www.researchgate.net/project/Apache-SINGA" class="fab fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; text-align: center; text-decoration: none; margin: 5px 2px;"></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