Modified: incubator/singa/site/trunk/en/docs/utils.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/utils.html?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/utils.html (original) +++ incubator/singa/site/trunk/en/docs/utils.html Tue Aug 16 07:30:21 2016 @@ -144,8 +144,26 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <div class="section" id="misc"> -<h1>Misc.<a class="headerlink" href="#misc" title="Permalink to this headline">¶</a></h1> + <div class="section" id="module-singa.utils"> +<span id="misc"></span><h1>Misc.<a class="headerlink" href="#module-singa.utils" title="Permalink to this headline">¶</a></h1> +<dl class="function"> +<dt id="singa.utils.update_progress"> +<code class="descclassname">singa.utils.</code><code class="descname">update_progress</code><span class="sig-paren">(</span><em>progress</em>, <em>info</em><span class="sig-paren">)</span><a class="headerlink" href="#singa.utils.update_progress" title="Permalink to this definition">¶</a></dt> +<dd><p>Display progress bar and user info.</p> +<table class="docutils field-list" frame="void" rules="none"> +<col class="field-name" /> +<col class="field-body" /> +<tbody valign="top"> +<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> +<li><strong>progress</strong> (<em>float</em>) – progress [0, 1], negative for halt, and >=1 for done.</li> +<li><strong>info</strong> (<em>str</em>) – a string for user provided info to be displayed.</li> +</ul> +</td> +</tr> +</tbody> +</table> +</dd></dl> + </div>
Modified: incubator/singa/site/trunk/en/genindex.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/genindex.html?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/en/genindex.html (original) +++ incubator/singa/site/trunk/en/genindex.html Tue Aug 16 07:30:21 2016 @@ -149,8 +149,763 @@ <h1 id="index">Index</h1> <div class="genindex-jumpbox"> + <a href="#A"><strong>A</strong></a> + | <a href="#B"><strong>B</strong></a> + | <a href="#C"><strong>C</strong></a> + | <a href="#D"><strong>D</strong></a> + | <a href="#E"><strong>E</strong></a> + | <a href="#F"><strong>F</strong></a> + | <a href="#G"><strong>G</strong></a> + | <a href="#I"><strong>I</strong></a> + | <a href="#L"><strong>L</strong></a> + | <a href="#M"><strong>M</strong></a> + | <a href="#N"><strong>N</strong></a> + | <a href="#O"><strong>O</strong></a> + | <a href="#P"><strong>P</strong></a> + | <a href="#R"><strong>R</strong></a> + | <a href="#S"><strong>S</strong></a> + | <a href="#T"><strong>T</strong></a> + | <a href="#U"><strong>U</strong></a> </div> +<h2 id="A">A</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.abs">abs() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/metric.html#singa.metric.Accuracy">Accuracy (class in singa.metric)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Activation">Activation (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.AdaGrad">AdaGrad (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.add">add() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.add_column">add_column() (in module singa.tensor)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.add_column">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/tensor.html#singa.tensor.add_row">add_row() (in module singa.tensor)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.add_row">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/optimizer.html#singa.optimizer.Constraint.apply">apply() (singa.optimizer.Constraint method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/optimizer.html#singa.optimizer.CppConstraint.apply">(singa.optimizer.CppConstraint method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.CppRegularizer.apply">(singa.optimizer.CppRegularizer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.L2Constraint.apply">(singa.optimizer.L2Constraint method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.L2Regularizer.apply">(singa.optimizer.L2Regularizer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.Optimizer.apply">(singa.optimizer.Optimizer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.Regularizer.apply">(singa.optimizer.Regularizer method)</a> + </dt> + + </dl></dd> + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/optimizer.html#singa.optimizer.Optimizer.apply_regularizer_constraint">apply_regularizer_constraint() (singa.optimizer.Optimizer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.AdaGrad.apply_with_lr">apply_with_lr() (singa.optimizer.AdaGrad method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/optimizer.html#singa.optimizer.Nesterov.apply_with_lr">(singa.optimizer.Nesterov method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.Optimizer.apply_with_lr">(singa.optimizer.Optimizer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.RMSProp.apply_with_lr">(singa.optimizer.RMSProp method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.SGD.apply_with_lr">(singa.optimizer.SGD method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/layer.html#singa.layer.Layer.as_type">as_type() (singa.layer.Layer method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.average">average() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.AvgPooling1D">AvgPooling1D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.AvgPooling2D">AvgPooling2D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.axpy">axpy() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="B">B</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.Layer.backward">backward() (singa.layer.Layer method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/layer.html#singa.layer.RNN.backward">(singa.layer.RNN method)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.Loss.backward">(singa.loss.Loss method)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.SquaredError.backward">(singa.loss.SquaredError method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/layer.html#singa.layer.BatchNormalization">BatchNormalization (class in singa.layer)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.bernoulli">bernoulli() (in module singa.tensor)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.bernoulli">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + </dl></td> +</tr></table> + +<h2 id="C">C</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.clone">clone() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.Constraint">Constraint (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Conv1D">Conv1D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Conv2D">Conv2D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.copy">copy() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.copy_data">copy_data() (singa.tensor.Tensor method)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.copy_data_to_from">copy_data_to_from() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.copy_from_numpy">copy_from_numpy() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.CppConstraint">CppConstraint (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.CppRegularizer">CppRegularizer (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/device.html#singa.device.create_cuda_gpus">create_cuda_gpus() (in module singa.device)</a> + </dt> + + + <dt><a href="docs/device.html#singa.device.create_cuda_gpus_on">create_cuda_gpus_on() (in module singa.device)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="D">D</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.deepcopy">deepcopy() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Dense">Dense (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.div">div() (in module singa.tensor)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.div_column">div_column() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.div_row">div_row() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Dropout">Dropout (class in singa.layer)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="E">E</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.eltwise_mult">eltwise_mult() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.engine">engine (in module singa.layer)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/loss.html#singa.loss.Loss.evaluate">evaluate() (singa.loss.Loss method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/loss.html#singa.loss.SquaredError.evaluate">(singa.loss.SquaredError method)</a> + </dt> + + + <dt><a href="docs/metric.html#singa.metric.Metric.evaluate">(singa.metric.Metric method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/tensor.html#singa.tensor.exp">exp() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="F">F</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.Flatten">Flatten (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Layer.forward">forward() (singa.layer.Layer method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/layer.html#singa.layer.RNN.forward">(singa.layer.RNN method)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.Loss.forward">(singa.loss.Loss method)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.SquaredError.forward">(singa.loss.SquaredError method)</a> + </dt> + + + <dt><a href="docs/metric.html#singa.metric.Metric.forward">(singa.metric.Metric method)</a> + </dt> + + </dl></dd> + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.from_numpy">from_numpy() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="G">G</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/initializer.html#singa.initializer.gaussian">gaussian() (in module singa.initializer)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.gaussian">(in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.gaussian">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/tensor.html#singa.tensor.ge">ge() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/device.html#singa.device.get_default_device">get_default_device() (in module singa.device)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.get_layer_list">get_layer_list() (in module singa.layer)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.AvgPooling1D.get_output_sample_shape">get_output_sample_shape() (singa.layer.AvgPooling1D method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/layer.html#singa.layer.Conv1D.get_output_sample_shape">(singa.layer.Conv1D method)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Layer.get_output_sample_shape">(singa.layer.Layer method)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.MaxPooling1D.get_output_sample_shape">(singa.layer.MaxPooling1D method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/layer.html#singa.layer.GRU">GRU (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.gt">gt() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="I">I</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.is_transpose">is_transpose() (singa.tensor.Tensor method)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="L">L</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.l1">l1() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.l2">l2() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.L2Constraint">L2Constraint (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.L2Regularizer">L2Regularizer (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Layer">Layer (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.le">le() (in module singa.tensor)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.log">log() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.Loss">Loss (class in singa.loss)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.LRN">LRN (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.LSTM">LSTM (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.lt">lt() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="M">M</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.MaxPooling1D">MaxPooling1D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.MaxPooling2D">MaxPooling2D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.memsize">memsize() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/metric.html#singa.metric.Metric">Metric (class in singa.metric)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.mult">mult() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.mult_column">mult_column() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.mult_row">mult_row() (singa.tensor.Tensor method)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="N">N</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.ndim">ndim() (singa.tensor.Tensor method)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/optimizer.html#singa.optimizer.Nesterov">Nesterov (class in singa.optimizer)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="O">O</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/optimizer.html#singa.optimizer.Optimizer">Optimizer (class in singa.optimizer)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="P">P</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.Layer.param_names">param_names() (singa.layer.Layer method)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Layer.param_values">param_values() (singa.layer.Layer method)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.Pooling2D">Pooling2D (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.pow">pow() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="R">R</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/optimizer.html#singa.optimizer.Optimizer.register">register() (singa.optimizer.Optimizer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.Regularizer">Regularizer (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.relu">relu() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.reset_like">reset_like() (singa.tensor.Tensor method)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.reshape">reshape() (in module singa.tensor)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.reshape">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/optimizer.html#singa.optimizer.RMSProp">RMSProp (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.RNN">RNN (class in singa.layer)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="S">S</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.set_value">set_value() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Layer.setup">setup() (singa.layer.Layer method)</a> + </dt> + + + <dt><a href="docs/optimizer.html#singa.optimizer.SGD">SGD (class in singa.optimizer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.sigmoid">sigmoid() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/device.html#module-singa.device">singa.device (module)</a> + </dt> + + + <dt><a href="docs/initializer.html#module-singa.initializer">singa.initializer (module)</a> + </dt> + + + <dt><a href="docs/layer.html#module-singa.layer">singa.layer (module)</a> + </dt> + + + <dt><a href="docs/loss.html#module-singa.loss">singa.loss (module)</a> + </dt> + + + <dt><a href="docs/metric.html#module-singa.metric">singa.metric (module)</a> + </dt> + + + <dt><a href="docs/optimizer.html#module-singa.optimizer">singa.optimizer (module)</a> + </dt> + + + <dt><a href="docs/tensor.html#module-singa.tensor">singa.tensor (module)</a> + </dt> + + + <dt><a href="docs/utils.html#module-singa.utils">singa.utils (module)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.size">size() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.sizeof">sizeof() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/layer.html#singa.layer.Softmax">Softmax (class in singa.layer)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.softmax">softmax() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.SoftmaxCrossEntropy">SoftmaxCrossEntropy (class in singa.loss)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.square">square() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/loss.html#singa.loss.SquaredError">SquaredError (class in singa.loss)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.sub">sub() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.sum">sum() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.sum_columns">sum_columns() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.sum_rows">sum_rows() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="T">T</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.T">T() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.tanh">tanh() (in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor">Tensor (class in singa.tensor)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/layer.html#singa.layer.Layer.to_device">to_device() (singa.layer.Layer method)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.to_device">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.to_host">to_host() (singa.tensor.Tensor method)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.to_numpy">to_numpy() (in module singa.tensor)</a> + </dt> + + </dl></td> +</tr></table> + +<h2 id="U">U</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/initializer.html#singa.initializer.uniform">uniform() (in module singa.initializer)</a> + </dt> + + <dd><dl> + + <dt><a href="docs/tensor.html#singa.tensor.uniform">(in module singa.tensor)</a> + </dt> + + + <dt><a href="docs/tensor.html#singa.tensor.Tensor.uniform">(singa.tensor.Tensor method)</a> + </dt> + + </dl></dd> + </dl></td> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="docs/utils.html#singa.utils.update_progress">update_progress() (in module singa.utils)</a> + </dt> + + </dl></td> +</tr></table> + </div> Modified: incubator/singa/site/trunk/en/objects.inv URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/objects.inv?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/singa/site/trunk/en/searchindex.js URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/searchindex.js?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/en/searchindex.js (original) +++ incubator/singa/site/trunk/en/searchindex.js Tue Aug 16 07:30:21 2016 @@ -1 +1 @@ -Search.setIndex({envversion:49,filenames:["community/issue-tracking","community/mail-lists","community/source-repository","community/team-list","develop/contribute-code","develop/contribute-docs","develop/how-contribute","develop/schedule","docs","docs/cnn","docs/device","docs/index","docs/initializer","docs/installation","docs/layer","docs/loss","docs/metric","docs/neural-net","docs/optimizer","docs/software_stack","docs/tensor","docs/utils","downloads","index","releases/RELEASE_NOTES_0.1.0","releases/RELEASE_NOTES_0.2.0","releases/RELEASE_NOTES_0.3.0"],objects:{},objnames:{},objtypes:{},terms:{"09309e":9,"1024l":9,"16l":9,"32l":9,"64l":9,"938460476e":9,"abstract":[7,10,19,22,24,25,26],"case":[13,17],"class":[10,19,22,24,25],"const":17,"default":[10,13,24],"export":13,"final":9,"import":[10,13],"int":17,"new":[4,7,17,19,22],"public":23,"return":17,"short":[4,25],"static":17,"switch":9,"try":13,"void":17,"while":[3,13,17,22,23],abl:19,abov:17,ac_check_lib:13,ac_cv_have_libgflag:13,a ccept:[22,23],accord:17,account:4,accuraci:[9,19],acm:23,across:7,adadelta:[7,22,26],adagrad:19,adam:[7,22,26],adamax:22,adammax:[7,26],add:[2,4,7,22,24,25],addit:[13,19],address:[2,25,26],adsc:23,after:[4,9,13,17,25],again:[4,13],against:[4,19,22],alan:3,alex:17,alexnet:[7,9,25],algebra:[7,19,20,22],algorithm:[19,22,24,25],all:[7,10,13,17,22,23],alloc:[19,20],allreduc:24,also:[10,17,23],amazon:22,amd:[7,19],among:[7,17],anh:3,ani:[6,10,17,23],annot:4,answer:6,anthoni:3,apach:[0,1,2,3,4,5,13,22],append:9,applic:[0,6,17,22,23,25],april:[7,22,23],apt:[5,13],architectur:[7,22],archiv:1,archive:1,argsortlay:[22,25],arm:19,arrai:[19,20],artifici:9,arxiv:7,ary1:10,ary2:10,asf:[2,22,23],asset:13,assign:[17,24,25],asterisk:25,asynchron:22,atung:3,aug:[7,23],auto:[7,24],automat:[4,17,19,24],autoreconf:13,auxiliari:24,avail:[23,24],averag:17,avoid:[17,24],awar:20,backward:19,balanc:[7,24],base:[0,17,22,24,25,26],bashrc:25,basic:23,batch:9,bdist_wheel:13,becaus:13,been:[1,23],belong:13,below:1 7,beng:3,berkelei:7,best:23,better:13,between:[17,19,26],bia:17,bibtex:23,big:[24,25,26],bin:[9,13],binari:[9,13],bind:[7,9,13,25,26],bit:13,bla:13,blame:4,blob:[17,22,24,25,26],boltzman:24,boss:23,both:[4,7,9,17,19,26],bptt:[7,22,25],bpttworker:25,branch:[2,4,22],brecht:7,brew:13,bridg:[17,25],brows:0,buffer:13,bug:[0,4,6,22,24,25,26],build:[5,6,8,9,11],built:5,cai:23,call:[9,17,19,25],can:[2,4,5,6,9,13,17,19,23,24],cannot:[13,24,26],card:[10,19,22,25],carri:[19,22],categor:17,categori:[17,22,24],caus:25,cbla:13,cblas:20,ccmake:13,cct:7,cflags:13,chang:[4,13,26],check:[4,6,24],checkpoint:[7,9,22,24],chen:[3,23],chin:3,chonho:3,chunk:17,cifar10:[9,25],cifar:9,circl:17,clang:13,classif:[9,25],click:4,clone:[4,13,22],cloud:[22,25],cluster:[22,24,26],clusterproto:24,cmake:[9,13],cmake_include_path:13,cmake_library_path:13,cnmem:13,cnn:[7,9,17],code:[2,3],codebas:4,collis:26,column:17,com:[2,3,5,13],command:[5,13,24,25],commandqueu:19,commit:[1,4],common:24,commun:[17,19,22,23],comp:[3, 13],compat:19,competit:23,compil:[9,13,24,25,26],complet:[22,23],complex:[19,22,25],compon:[7,19],compris:17,compuat:10,comput:[17,19],concat:25,concaten:17,concurr:24,condit:26,conf:24,configur:13,conflict:4,connect:[17,19,24],connectstub:24,consid:[4,17],consist:[17,19,22,23],constant:9,constructor:17,contact:23,contain:26,context:25,contributor:4,control:17,conv1:9,conv1_bia:9,conv1_weight:9,conv2:9,conv2_bia:9,conv2_weight:9,conv3:9,conv3_bia:9,conv3_weight:9,convert:17,convolut:9,copi:[4,20],core:[8,11],corp:3,correct:[4,13],correspond:19,could:[9,13,19],coupl:17,cp27:13,cplus:13,cplus_include_path:13,cppcpu:[10,19],cppgpu:20,cpplint:4,cppmath:19,cpu:[7,10,13,19,22,24,26],creat:[4,10,17,19],create_cuda_gpu:10,create_cuda_gpu_on:10,creategraph:17,createnetfromgraph:17,cross:[7,19],cublas:20,cuda7:13,cuda:[7,9,10,13,19,20,25],cudagpu:[10,19,20],cudamath:19,cudnn5:13,cudnn:[7,9,13,22,25,26],current:[4,9,10,17],custom:24,cxxflags:13,czmq:7,dai:[3,23],daiji:3,danac:23,daniel:3,data: [7,9,17,19,22,24,25,26],data_batch_1:9,data_batch_2:9,data_batch_3:9,data_batch_4:9,data_batch_5:9,dataset:[9,24,25,26],datavec:25,dbm:17,dbsystem:13,dcnn:17,dealer:24,debug:[7,22,25],dec:23,decis:[22,23],decod:19,deep:[7,9,17,19,22,23,24,25,26],deepimag:7,defin:[13,19,24],dens:19,dense_bia:9,dense_weight:9,depend:[7,8,11],deploi:5,deploy:7,describ:[4,17,19,23],descript:4,design:[3,4,24,25,26],detail:[4,9,17,19,23,25],detect:26,dev:[1,13,22,23],develop:1,devic:[7,8],diff:24,differ:[13,17,19,20,22,24],dimension:[19,20],dinh:[3,23],dinhtta:3,direct:17,directli:23,directori:[9,13,25],disabl:4,disclaim:22,discuss:4,disk:19,displai:24,dist:13,distribut:[7,17,22,23,24,25,26],doc:5,docker:[7,22,25,26],document:[2,3,4],doe:[4,9,22,23],done:[4,7],download:[9,13],download_data:9,downpour:[7,24],doxygen:[5,25],driver:[24,25,26],due:17,dummi:25,dummylay:22,dun:3,dure:[9,24],duse_python:9,each:[1,7,17,19,20],earli:24,easi:[22,24,25],easili:[17,19],ec2:22,edu:[3,7,9,13],eec:7,effect:17,effort:[22 ,23],either:13,email:3,empti:24,enabl:[13,17,22,24,25],encod:19,encoder:19,encourag:13,endors:[22,23],endpoint:[2,19],enhanc:[7,24],entir:17,entropi:19,enum_type_wrapp:13,environ:[13,24],epoch:9,error:[13,19,24,25],establish:1,etc:[7,17,19],everi:[17,19],exampl:[4,7,9,10,13,17,19,23,24,25],except:[17,20],exclud:[17,25],execut:[5,7,9,10,13,19],exist:[9,13],express:19,extend:[7,19,24,26],extens:19,extern:24,extract:[9,22,25],fact:17,fail:[24,26],failur:7,faq:[8,11],fast:4,featur:[0,4,6,7],feed:[7,9],fewer:[4,22],field:[4,17,24,25],figur:[17,19],file:[4,9,13,17,19,24,25,26],filter:17,find:[4,13,23,24],finish:[4,9,24],first:[9,17,23],firstli:17,fix:[4,6,13,22,24,25,26],fixbug:4,fixg:24,flag:24,flat:9,float16:19,float32:19,flow:4,folder:[5,13,24],follow:[0,2,4,5,9,10,13,17,19,23,24,25,26],foo:4,fork:4,form:4,fortran:13,forward:[4,7,9],found:[2,13],foundat:[22,23],fpga:19,framework:[22,24],free:19,from:[4,5,7,8,9,10,11],full:17,fulli:[17,22,23],func:24,further:[4,22,23],gang:3,gao:[3,23], gate:3,gaussian:[9,19],gcc:13,gener:[5,13,19,24,25,26],get:[4,5,10,13,17],get_default_devic:10,gflag:13,git:[2,4,5,13],github:[2,4,5,13,22],give:[5,17,23],given:[17,19,23],glibc:13,glog:[13,24],gmail:3,gnu:[7,22,24],googl:[4,13,25],gpu:[7,10,13,19,22,24,25,26],grad:22,gradient:[17,19,24],gradvec:25,graph:[17,24,25],grep:13,group:[7,17,24],gru:[22,25],grulayer:[7,25],gtest:22,guid:4,gun:25,hadoop:23,haibo:3,half:23,hand:23,handleputmsg:24,hardwar:[7,10,19,20],hash:26,have:[1,4,9,13,17,19,22,23],haven:13,hawaii:23,hdfs:[22,25],header:[13,25],held:23,help:[6,17,22],henc:9,here:23,heterogen:[7,22],hid:17,hidden:17,high:4,higher:[17,19],hogwild:[7,24],hogwildtr:7,homebrew:13,host:[10,24],html:[5,10],http:[0,2,5,7,9,13],hybrid:[7,17,22,25,26],hzchenhaibo:3,hzzhongming15:3,i2r:23,idea:17,ideal:4,identifi:4,ignor:13,illustr:[9,19],imag:[7,9,17,22],imagenet:25,immedi:4,implement:[4,8,10,11],implment:[10,20],importerror:13,improv:[4,22,25],improve:24,improvement:26,includ:[4,7,9,13,17,19,22,2 4,25,26],include:13,incub:[1,2,4,5,13,22,23,24,25,26],incubat:[22,23],indic:[17,22,23],inform:[7,9,22,25],infrastructur:[22,23],init:[13,25],initgooglelog:25,initi:[19,24],initial:[8,11],innerproductlay:25,input:25,insert:17,instal:[5,9,13,23,24,26],install:[8,11],installat:[7,8,9,11],instanc:[17,19,20,24],instruct:5,instruction:2,integr:[22,25],integrat:[7,24,25],interact:[4,26],interfac:[25,26],intermedi:24,intern:[13,17],intial:9,intuit:[24,25,26],invalid:24,invok:19,ip_bia:9,ip_weight:9,issu:[0,6,23],itself:4,j2ee:0,jan:[7,23],januari:22,jinyang:3,jira:0,jixin:3,job:[4,17,22,24,25],join:6,juli:23,june:23,just:13,kaip:3,kdata:17,kernel:19,keys:22,keyword:13,khidden:17,khidlay:17,kian:3,kimage:17,kind:17,klabel:17,know:13,kriz:9,ksoftmaxloss:17,ktest:17,ktrain:17,kvalid:17,kvislay:17,label:17,lack:6,languag:19,larg:[7,17,24,25,26],last:4,later:17,latest:[4,22],launch:24,layer:[7,8,11],layertyp:25,ld_library_path:13,lead:[17,24],learn:[17,19,22,23,24,25,26],lee:3,let:13,level:[4,19 ,25,26],lib64:13,lib:13,libgoogl:13,liblmdb:13,libopenbla:13,libopencv:13,libprotobuf:13,librari:[13,22,24,26],library:13,libsingagpu:26,libstdc:13,libtool:24,licens:4,like:[4,7,9,13,17],line:[4,13],linear:[7,19,20,22],link:[1,2,13],linker:13,linux:[7,8,11],linux_x86_64:13,lmdb:[13,24],load:[7,9,19,22,24,25],local:[2,13],locat:[17,26],log:[13,25],look:17,loss:[8,9,11],lower:17,lrn1:9,lrn2:9,luo:[3,23],mac:13,machin:[19,24],macos:[7,8,11],mai:[4,17,23],main:[13,24,25],major:[7,19,22,25],make:[5,9,13,17,20,22,23,25],malloc:19,manag:[0,2,7,10,19,22,24],manger:13,mani:[3,4,19],manner:[22,23],march:23,markdown:5,master:[4,5],math:[19,25,26],matrix:[17,19,25],mayb:13,md5:22,mean:13,meaning:4,measur:19,meihui:3,meihui_zhang:3,melbourn:23,member:[3,25],memori:[7,10,17,19,24],merg:4,meso:[7,22,24,25,26],messag:[4,9,19],meta:19,method:19,metric:[8,9,11],ming:3,mini:17,miscellan:25,mismatch:24,mkdir:[9,13],mlp:[7,17],mode:25,model:[7,8,9,11],modelproto:24,modul:[7,19,24],momentum:25,more:[4,19 ,23,25],most:[13,17,19],move:[24,25],msse2:13,multi:[7,19,20],multimedia:23,multipl:7,must:[13,17],nair:3,name2lay:17,name:[1,3,13,17,19,22],namespac:13,nation:3,necessari:13,necessarili:[22,23],need:[2,9,13,17,20],net:[7,9],neteas:3,netproto:17,network:[7,9,17,19,24],neural:[7,9],neuralnet:[17,22,24,25],newer:13,newest:13,newli:[17,22,23],next:[13,17,24],nip:7,node:[7,17,22,24,25],none:13,normal:[17,19],note:[13,20,22,24,25,26],now:[9,23],npartit:17,num:17,number:[4,9,17,24],numpi:13,nvidia:[7,10,19],object:[17,19,24],oct:23,october:22,older:13,omit:17,once:4,one:7,onehotlay:25,onli:[13,17,25],onlin:2,only_cblas:13,ooi:[3,23],ooibc:3,open:[4,6,23],openbla:[13,24],openblas:13,opencl:[7,10,19,20],openclgpu:[10,19,20],openclmath:19,opencv:13,oper:[7,10,19,20,22],operand:20,operat:[25,26],opt:13,optim:[7,10,19,26],optimiz:[7,8,11],option:[13,24],optional:[8,11],order:[6,9],org:[0,1,2,3,7,23],organiz:3,origin:[4,17],other:[3,4,6,7,13,17,19,22,23,24,25,26],our:23,out:24,output:[9,13,17,2 4],outsid:13,over:[17,20,22,24,25,26],overview:23,own:4,packag:13,page:[9,17,19,23],pair:17,paper:[7,23],parallel:[17,22,25],param:[17,24,25],paramet:[7,9],paramid2param:17,pars:24,parti:25,particularli:17,partit:7,partition_dim:17,pass:[13,17,19],patch:[3,4,6],path:[13,24],payload:19,pb2:13,pdf:7,peopl:3,perform:[9,13,19,22,24],permiss:24,phase:[13,17],ping:4,pip:[5,13],plai:3,plan:24,platform:[7,23,24,25,26],pleas:[4,9,13,22,23],pmc:22,pointer:[17,22],pool1:9,pool2:9,pool3:9,popular:[17,24,25,26],possibl:17,post:1,potenti:19,pre:25,predict:[9,19,25],prefetch:[22,26],prepar:[7,9],preprocess:19,present:23,previous:22,print:25,prioriti:26,problem:4,proce:13,procedur:5,process:[9,17,22,23,24,26],program:[7,13,19,22,24,25,26],project:0,propag:19,propos:17,proto:24,protobuf:[13,25],protocol:13,provid:[4,6,10,17,19,20],purpos:25,push:[2,4],put:23,pysinga:[8,11],python2:13,python:[5,7,8],question:6,quickstart:9,race:26,random:[7,19,22,24],rang:19,rat:24,raw:22,rbm:[7,17,24,25],read:[9,19] ,reader:19,rearrang:25,rebas:4,recognit:7,recommend:5,recommonmark:5,record:19,recoveri:7,recurr:[7,17,24],reduc:7,redund:17,refactor:[24,25],refer:[4,9,17],refin:[24,25],reflect:[22,23],relat:[24,25],releas:[7,17,22,23,24,25,26],relev:4,relu1:9,relu2:9,relu3:9,remot:2,remov:[7,17,24,25,26],replac:[17,25],replic:17,repo:2,report:[4,6,13,23],repres:[10,17,19],reproduct:4,request:0,requir:[3,4,8,9,11],research:23,reset:24,resid:[10,17],residu:7,resourc:7,respect:17,restor:[7,22,24],restrict:24,result:[13,17],review:[4,22,23],reword:4,right:13,rmsprop:19,rnn:7,role:3,root:[13,24],row:17,run:5,runonebatch:24,runtim:24,safe:[4,24],same:[5,9,17,20,22,24,25],sampl:9,save:9,scale:[7,24],schedul:6,scheme:17,school:23,scienc:13,scm:2,scrip:24,script:[9,22,24],second:23,section:[13,17],see:[4,9,13,17],select:24,sep:[7,23],separ:24,server:[7,17,22,24],servic:24,session:23,set:[2,4,13,17,19,20,24],setup:[13,24],sever:6,sgd:[7,19,22,25,26],shape:17,share:13,share_from:17,sharefrom:17,shareparamsf rom:17,sheng:3,should:[0,4,9,17],show:9,shown:17,sigmod:23,signa:[25,26],similar:17,similarli:17,simpl:23,simplest:13,simpli:17,sinc:17,sing:17,singa:[0,1,2],singa_root:9,singa_wheel_url:13,singapor:3,singatest:24,singatool:24,singl:[7,17,22,24,25,26],singleton:[4,24],size:[17,24],slice:[17,24,25],slide:23,small:4,softmax:17,softmaxlay:[22,25],softwar:[8,11],some:[3,9,17,19,22,24],sort:24,source:13,space:17,spars:[19,24],specif:[4,8],specifi:[9,17],speech:7,speed:19,sphinx:5,split:[17,25],sponsor:[22,23],squar:19,squash:4,src:13,srclayer:17,sse2:13,ssh:24,stabil:[22,23],stack:[8,11],standard:7,start:[9,10],state:4,statist:9,statu:[7,22,23],std:17,step:[5,9],stop:24,store:[5,9,19,20,22,25],strata:23,strategi:17,stream:19,string:[13,17,19],structur:9,stub:[17,22],stuck:24,sub:17,subclass:19,submit:[0,3],submodul:13,subscrib:[1,23],subsequ:17,subset:17,success:[3,22,23],successfulli:13,sudo:13,suggest:3,summari:2,summer:23,support:[5,7,17,19,22,24,25,26],suppos:17,sure:20,sutd:3,swig:1 3,synchron:[17,22],system:[0,4,13,22,24],take:17,tan:[3,23],tankl:3,tap:13,tar:9,target:24,tcp:25,tdun:3,technolog:3,ted:3,tensor:[7,8,10,11,19],tensor_math_cpp:20,tensor_math_cuda:20,tensor_math_opencl:20,term:19,termin:24,test:[4,9,13,17,22,24,25],test_batch:9,test_singa:13,tester:3,than:[13,17],thei:[17,19],theja:3,them:[4,13,17],therefor:[10,19],thi:[0,1,2,4,5,9,13,17,24,25,26],third:[23,25],thirdparti:24,thread:[4,17,19,24,26],three:[10,17,19,20,22],through:17,thu:17,time:[22,24,25],titl:4,tmp:25,togeth:19,told:[4,13],too:[4,24],tool:[4,7,24,25],toolkit:13,top:19,topolog:24,toronto:9,tracker:23,tradit:19,train:[7,9,17,19,22,24,25,26],train_perf:9,trainer:24,transfer:17,transpar:[17,19],tree:5,trivial:25,tsinghua:23,tung:[3,23],tutori:23,two:[17,19,23],type:[9,17,19,20,24],typic:[17,19],ubuntu:[5,13],unclear:6,under:[4,13,17,23],undergo:[22,23],undesir:26,undirect:17,unidirection:17,uniform:19,unit:[10,13,17,19,22,24,25],unittest:13,univers:[3,23],unrol:17,unsubscrib:1,until:[22 ,23],updat:[4,6,7,13,19,22,24],update:[22,24,25],updater:[7,26],upgrad:13,use:[7,13,24,25],user:[6,13],usernam:4,usr:13,util:[22,24],val:9,val_perf:9,valid:[9,17],valu:[17,19,24],valuabl:3,varaibl:13,variabl:[13,19,20],variant:19,varieti:[24,25,26],vector:17,vgg:7,via:[13,17],virtual:13,visibl:17,visual:[7,22],vldb:23,wai:[2,6,13,17],wait:4,wang:[3,23],wangji:3,wangsh:3,wangwei:3,wangyuan:3,webpag:6,wei:3,weight:[17,25],well:17,wenfeng:3,wheel:[8,11],when:[13,17,19,24,25,26],where:[4,17],which:[10,13,17,19,22,24],whl:13,who:4,whose:17,wide:[9,19,24,25,26],window:[7,8,11],wip:2,within:[17,24],without:[17,20],word:[17,19],work:4,worker:7,workshop:23,workspac:24,would:[17,19],wrap:19,wrapper:[22,25],write:[3,4,19,24],writer:19,wuwf:3,www:[7,9],xie:[3,23],xing:3,xpu:24,xxxmath:19,xxxx:4,yet:[22,23],you:[2,4,5,6,9,13,23],your:[2,4,13,23],your_file:4,yourself:6,yuan:3,zeromq:7,zhang:[3,23],zhaoj:3,zhejiang:3,zheng:[3,23],zhong:3,zhongl:3,zju:3,zmq:26,zookeep:[7,22,24,26],zsock:24},titles: ["Issue Tracking","Project Mailing Lists","Source Repository","The SINGA Team","How to Contribute Code","How to Contribute Documentation","How to Contribute to SINGA","Development Schedule","Documentation","Running instructions for CPP version","Device","Documentation","Initializer","Installation","Layer","Loss","Metric","Neural Net","Optimizer","Software Stack","Tensor","Misc.","Download SINGA","Welcome to Apache Singa","<no title>","<no title>","<no title>"],titleterms:{"function":17,"new":23,access:[2,17],advanc:17,apach:23,api:[5,10,12,14,20],batch:17,build:13,cite:23,code:4,committ:2,configur:17,contribut:[4,5,6,23],core:19,cpp:[5,9,10,12,14,20],creation:17,depend:13,develop:[3,7],devic:10,dimens:17,disclaim:23,dispatch:17,document:[5,8,11,23],download:22,energi:17,faq:13,featur:17,feed:17,format:4,forward:17,from:13,get:23,guid:17,how:[4,5,6,23],implement:[17,20],initial:12,install:13,installat:13,instruct:9,issue:0,jira:4,layer:14,licens:23,linux:13,list:1,l oss:15,macos:13,mail:1,mentor:3,metric:16,misc:21,model:[17,19],multipl:17,net:17,neural:17,optimiz:18,optional:13,paramet:17,partit:17,project:1,pull:4,pysinga:13,python:[9,10,12,14,20],recent:23,repositori:2,request:4,requir:13,rnn:17,run:9,schedul:7,share:17,singa:[3,6,13,22,23],softwar:19,sourc:[2,13],specif:10,stack:19,start:23,structur:17,style:4,team:3,tensor:20,track:0,upstream:2,user:17,version:9,web:2,websit:5,welcom:23,wheel:13,window:13,worker:17}}) \ No newline at end of file +Search.setIndex({envversion:49,filenames:["community/issue-tracking","community/mail-lists","community/source-repository","community/team-list","develop/contribute-code","develop/contribute-docs","develop/how-contribute","develop/schedule","docs","docs/cnn","docs/device","docs/examples/char-rnn/README","docs/examples/cifar10/README","docs/examples/imagenet/README","docs/examples/index","docs/examples/mnist/README","docs/index","docs/initializer","docs/installation","docs/layer","docs/loss","docs/metric","docs/neural-net","docs/optimizer","docs/software_stack","docs/tensor","docs/utils","downloads","index","releases/RELEASE_NOTES_0.1.0","releases/RELEASE_NOTES_0.2.0","releases/RELEASE_NOTES_0.3.0"],objects:{"singa.device":{create_cuda_gpus:[10,1,1,""],create_cuda_gpus_on:[10,1,1,""],get_default_device:[10,1,1,""]},"singa.initializer":{gaussian:[17,1,1,""],uniform:[17,1,1,""]},"singa.layer":{Activation:[19,2,1,""],AvgPooling1D:[19,2,1,""],AvgPooling2D:[19,2,1,""],BatchNormalization:[1 9,2,1,""],Conv1D:[19,2,1,""],Conv2D:[19,2,1,""],Dense:[19,2,1,""],Dropout:[19,2,1,""],Flatten:[19,2,1,""],GRU:[19,2,1,""],LRN:[19,2,1,""],LSTM:[19,2,1,""],Layer:[19,2,1,""],MaxPooling1D:[19,2,1,""],MaxPooling2D:[19,2,1,""],Pooling2D:[19,2,1,""],RNN:[19,2,1,""],Softmax:[19,2,1,""],engine:[19,4,1,""],get_layer_list:[19,1,1,""]},"singa.layer.AvgPooling1D":{get_output_sample_shape:[19,3,1,""]},"singa.layer.Conv1D":{get_output_sample_shape:[19,3,1,""]},"singa.layer.Layer":{as_type:[19,3,1,""],backward:[19,3,1,""],forward:[19,3,1,""],get_output_sample_shape:[19,3,1,""],param_names:[19,3,1,""],param_values:[19,3,1,""],setup:[19,3,1,""],to_device:[19,3,1,""]},"singa.layer.MaxPooling1D":{get_output_sample_shape:[19,3,1,""]},"singa.layer.RNN":{backward:[19,3,1,""],forward:[19,3,1,""]},"singa.loss":{Loss:[20,2,1,""],SoftmaxCrossEntropy:[20,2,1,""],SquaredError:[20,2,1,""]},"singa.loss.Loss":{backward:[20,3,1,""],evaluate:[20,3,1,""],forward:[20,3,1,""]},"singa.loss.SquaredError":{backward:[20, 3,1,""],evaluate:[20,3,1,""],forward:[20,3,1,""]},"singa.metric":{Accuracy:[21,2,1,""],Metric:[21,2,1,""]},"singa.metric.Metric":{evaluate:[21,3,1,""],forward:[21,3,1,""]},"singa.optimizer":{AdaGrad:[23,2,1,""],Constraint:[23,2,1,""],CppConstraint:[23,2,1,""],CppRegularizer:[23,2,1,""],L2Constraint:[23,2,1,""],L2Regularizer:[23,2,1,""],Nesterov:[23,2,1,""],Optimizer:[23,2,1,""],RMSProp:[23,2,1,""],Regularizer:[23,2,1,""],SGD:[23,2,1,""]},"singa.optimizer.AdaGrad":{apply_with_lr:[23,3,1,""]},"singa.optimizer.Constraint":{apply:[23,3,1,""]},"singa.optimizer.CppConstraint":{apply:[23,3,1,""]},"singa.optimizer.CppRegularizer":{apply:[23,3,1,""]},"singa.optimizer.L2Constraint":{apply:[23,3,1,""]},"singa.optimizer.L2Regularizer":{apply:[23,3,1,""]},"singa.optimizer.Nesterov":{apply_with_lr:[23,3,1,""]},"singa.optimizer.Optimizer":{apply:[23,3,1,""],apply_regularizer_constraint:[23,3,1,""],apply_with_lr:[23,3,1,""],register:[23,3,1,""]},"singa.optimizer.RMSProp":{apply_with_lr:[23,3,1,""]} ,"singa.optimizer.Regularizer":{apply:[23,3,1,""]},"singa.optimizer.SGD":{apply_with_lr:[23,3,1,""]},"singa.tensor":{Tensor:[25,2,1,""],abs:[25,1,1,""],add:[25,1,1,""],add_column:[25,1,1,""],add_row:[25,1,1,""],average:[25,1,1,""],axpy:[25,1,1,""],bernoulli:[25,1,1,""],copy_data_to_from:[25,1,1,""],div:[25,1,1,""],eltwise_mult:[25,1,1,""],exp:[25,1,1,""],from_numpy:[25,1,1,""],gaussian:[25,1,1,""],ge:[25,1,1,""],gt:[25,1,1,""],le:[25,1,1,""],log:[25,1,1,""],lt:[25,1,1,""],mult:[25,1,1,""],pow:[25,1,1,""],relu:[25,1,1,""],reshape:[25,1,1,""],sigmoid:[25,1,1,""],sizeof:[25,1,1,""],softmax:[25,1,1,""],square:[25,1,1,""],sub:[25,1,1,""],sum:[25,1,1,""],sum_columns:[25,1,1,""],sum_rows:[25,1,1,""],tanh:[25,1,1,""],to_numpy:[25,1,1,""],uniform:[25,1,1,""]},"singa.tensor.Tensor":{T:[25,3,1,""],add_column:[25,3,1,""],add_row:[25,3,1,""],bernoulli:[25,3,1,""],clone:[25,3,1,""],copy:[25,3,1,""],copy_data:[25,3,1,""],copy_from_numpy:[25,3,1,""],deepcopy:[25,3,1,""],div_column:[25,3,1,""],div_r ow:[25,3,1,""],gaussian:[25,3,1,""],is_transpose:[25,3,1,""],l1:[25,3,1,""],l2:[25,3,1,""],memsize:[25,3,1,""],mult_column:[25,3,1,""],mult_row:[25,3,1,""],ndim:[25,3,1,""],reset_like:[25,3,1,""],reshape:[25,3,1,""],set_value:[25,3,1,""],size:[25,3,1,""],to_device:[25,3,1,""],to_host:[25,3,1,""],uniform:[25,3,1,""]},"singa.utils":{update_progress:[26,1,1,""]},singa:{device:[10,0,0,"-"],initializer:[17,0,0,"-"],layer:[19,0,0,"-"],loss:[20,0,0,"-"],metric:[21,0,0,"-"],optimizer:[23,0,0,"-"],tensor:[25,0,0,"-"],utils:[26,0,0,"-"]}},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"],"4":["py","data","Python data"]},objtypes:{"0":"py:module","1":"py:function","2":"py:class","3":"py:method","4":"py:data"},terms:{"09309e":9,"1024l":9,"16l":9,"32l":9,"64l":9,"938460476e":9,"abstract":[7,10,24,27,29,30,31],"byte":25,"case":[18,19,22],"char":[],"class":[10,19,20,21,23,24,25,27,29,30],"cons t":22,"default":[10,12,13,15,18,25,29],"export":18,"final":[9,19],"float":[13,19,20,21,23,25,26],"function":[],"goto":19,"import":[10,17,18,19,20,21,23,25],"int":[10,13,17,19,20,21,22,23,25],"long":25,"new":[],"public":28,"return":[10,12,19,20,21,22,23,25],"short":[4,30],"static":22,"switch":9,"true":[19,25],"try":18,"void":22,"while":[3,18,22,27,28],abl:24,about:12,abov:22,ac_check_lib:18,ac_cv_have_libgflag:18,acc:21,accept:[19,25,27,28],accord:[22,25],account:4,accuraci:[9,12,13,21,24],achiev:12,acm:28,across:7,activ:[20,21],activat:19,adadelta:[7,27,31],adagrad:[23,24],adam:[7,27,31],adamax:27,adammax:[7,31],add:[2,4,7,12,19,25,27,29,30],add_column:25,add_row:25,addit:[12,15,18,19,24,25],address:[2,30,31],adsc:28,affin:19,after:[4,9,11,13,18,19,22,30],again:[4,18,20],against:[],alan:3,alex:22,alexnet:[],algebra:[7,24,25,27],algorithm:[19,23,24,27,29,30],all:[7,10,18,19,20,21,22,23,25,27,28],alloc:[24,25],allreduc:29,along:25,alpha:[19,25],also:[10,11,13,19,22,23,28],amazon:27,am d:[7,24],among:[7,22],anh:3,ani:[6,10,22,28],annot:4,answer:6,anthoni:3,apach:[],append:9,appli:[12,23],applic:[0,6,11,22,27,28,30],apply:[19,23,25],apply_regularizer_constraint:23,apply_with_lr:23,april:[7,27,28],apt:[5,18],architectur:[7,27],archiv:1,archive:1,arg:[19,23],argsortlay:[27,30],argument:[12,15,23,25],arm:24,arrai:[12,20,21,24,25],artifici:[9,12],arxiv:7,ary1:10,ary2:10,as_typ:19,asf:[2,27,28],asset:18,assign:[22,29,30],assum:23,assume:13,asterisk:30,asynchron:27,attribut:[19,25],atung:3,aug:[7,28],augment:12,auto:[7,29],automat:[4,22,24,29],autoreconf:18,autotun:19,aux:13,auxiliari:29,avail:[23,28,29],ave:19,averag:[12,19,20,21,22,25],avg:19,avgpooling1d:19,avgpooling2d:19,avoid:[22,29],awar:25,axi:[19,25],axpi:25,b_spec:19,back:25,backward:[19,20,24],balanc:[7,29],bar:26,base:[0,13,19,20,21,22,23,27,29,30,31],bashrc:30,basic:28,batch:[],batch_siz:19,batchnorm:19,batchsiz:[13,19],bdist_wheel:18,becaus:[18,19],been:[1,28],befor:[20,25],belong:18,below:22,beng:3,bengio: 17,berkelei:7,bernoulli:25,best:[12,28],beta:[19,25],beta_spec:19,better:18,between:[20,22,24,25,31],bia:[19,22],bibtex:28,bidirect:19,big:[29,30,31],bin:[9,13,18],binari:[9,13,18,25],bind:[7,9,18,30,31],bit:18,bla:18,blame:4,blob:[22,27,29,30,31],boltzman:29,bool:19,border_mod:19,boss:28,both:[4,7,9,12,17,19,22,23,24,31],bound:[17,25],bptt:[7,27,30],bpttworker:30,branch:[2,4,27],brecht:7,brew:18,bridg:[22,30],brows:0,buffer:18,bug:[0,4,6,27,29,30,31],build:[],built:5,cai:28,calcul:[21,25],call:[9,10,19,20,21,22,24,25,30],can:[2,4,5,6,9,11,12,13,18,20,21,22,23,24,28,29],cannot:[18,29,31],card:[10,15,24,27,30],carri:[24,27],categor:22,categori:[22,27,29],caus:30,cbla:18,cblas:25,ccmake:[13,18],cct:7,cell:19,cflags:18,chang:[4,13,18,19,25,31],channel:19,charact:11,check:[4,6,29],checkpoint:[7,9,27,29],chen:[3,28],chin:3,chonho:3,chunk:22,cifar10:[9,30],cifar:[],circl:22,clamp:19,clang:18,classif:[9,12,13,17,30],click:4,clone:[4,18,25,27],cloud:[27,30],cluster:[27,29,31],clusterproto:2 9,cmake:[9,18],cmake_include_path:18,cmake_library_path:18,cmakelist:13,cnmem:18,cnn:[],code:[],codebas:4,coeffic:23,coeffici:23,collis:31,column:[19,22,25],com:[2,3,5,18],combin:20,command:[5,11,12,13,18,29,30],commandqueu:24,commit:[1,4],common:29,commun:[22,24,27,28],comp:[3,18],comparison:25,compat:24,competit:28,compil:[],complet:[27,28],complex:[24,27,30],compon:[7,24],compris:22,compuat:[10,20],comput:[12,20,21,22,24],concat:30,concaten:[19,22],concurr:29,condit:31,conf:[23,29],config:19,configur:[],conflict:4,connect:[19,22,24,29],connectstub:29,consid:[4,22],consist:[12,22,24,27,28],constant:[9,19,23],constraint:[19,23],constraintconf:23,construct:[19,23,25],constructor:[22,23,25],contact:28,contain:[20,31],context:30,contributor:4,control:22,conv1:9,conv1_bia:9,conv1_weight:9,conv1d:19,conv2:9,conv2_bia:9,conv2_weight:9,conv2d:19,conv3:9,conv3_bia:9,conv3_weight:9,conv:19,convert:[10,19,20,21,22,25],convolut:[9,12,13,17,19],copi:[4,25],copy_data:25,copy_data_to_from:25,cop y_from_numpi:25,core:[],corp:3,correct:[4,18,19],correspond:[19,24],could:[9,11,18,19,21,23,24,25],coupl:22,cp27:18,cplus:18,cplus_include_path:18,cppconstraint:23,cppcpu:[10,12,24,25],cppgpu:25,cpplint:4,cppmath:24,cppregular:23,cpu:[7,10,12,15,18,24,25,27,29,31],creat:[4,10,12,13,19,22,23,24,25],create_cuda_gpu:[10,19,25],create_cuda_gpu_on:10,create_cuda_gpus_on:10,create_data:13,creategraph:22,createnetfromgraph:22,cross:[7,19,20,24],cross_channel:19,cublas:25,cuda7:18,cuda:[7,9,10,12,13,18,19,24,25,30],cudagpu:[10,12,19,24,25],cudamath:24,cudnn5:18,cudnn:[7,9,11,12,13,18,19,27,30,31],cudnn_convolut:19,cudnn_pref:19,cudnnconvolut:19,current:[4,9,10,11,13,19,22,23,25],custom:29,cxxflags:18,cycl:19,czmq:7,dai:[3,28],daiji:3,danac:28,daniel:3,data:[],data_batch_1:9,data_batch_2:9,data_batch_3:9,data_batch_4:9,data_batch_5:9,data_format:19,dataset:[],datavec:30,dbm:22,dbsystem:18,dcnn:22,dcx:19,dcy:19,dealer:29,debug:[7,27,30],dec:28,decai:[19,23],decay_mult:19,decid:19,decis:[27,28 ],decod:24,decompress:13,decreas:13,deep:[7,9,12,13,17,22,24,25,27,28,29,30,31],deepcopi:25,deepimag:7,def:12,defin:[18,24,25,29],delv:17,denot:25,dens:[17,19,24],dense_bia:9,dense_weight:9,depend:[],deploi:5,deploy:7,descent:23,describ:[4,11,22,24,28],descript:4,design:[3,4,29,30,31],destin:25,detail:[4,9,12,22,24,28,30],detect:31,dev:[1,12,18,19,25,27,28],develop:[],devic:[],device_id:10,dhx:19,dhy:19,dict:19,dictionari:19,diff:[19,29],differ:[18,19,22,24,25,27,29],difficulti:17,dimension:[24,25],dinh:[3,28],dinhtta:3,direct:22,directli:[20,21,28],directori:[9,18,30],disabl:4,disclaim:[],discuss:4,disk:24,displai:[26,29],dist:18,distribut:[7,17,22,25,27,28,29,30,31],div:25,div_column:25,div_row:25,divid:25,divis:25,doc:5,docker:[7,27,30,31],document:[],doe:[4,9,19,23,25,27,28],done:[4,7,25,26],download:[],download_data:9,downpour:[7,29],doxygen:[5,30],dp1:19,dp2:19,dpi:19,driver:[29,30,31],drop:19,dropout:19,droput:19,dst:25,dst_offset:25,dtype:[19,20,21,25],due:[19,22],dummi:[19, 25,30],dummylay:27,dun:3,dure:[9,29],duse_python:9,dx1:19,dx2:19,dxi:19,dxn:19,dy1:19,dy2:19,dyi:19,dyn:19,each:[1,7,11,12,13,19,21,22,23,24,25],earli:29,easi:[27,29,30],easili:[22,24],ec2:27,edu:[3,7,9,18],eec:7,effect:22,effort:[27,28],either:[18,19],element:[19,25],elementi:25,eltwise_mult:25,email:3,empti:29,enabl:[18,22,27,29,30],encod:24,encoder:24,encourag:18,endors:[27,28],endpoint:[2,24],engin:19,enhanc:[7,29],entir:22,entropi:[20,24],enum_type_wrapp:18,environ:[18,29],epoch:[9,13,23],epsilon:23,equal:19,error:[18,20,23,24,29,30],establish:1,etc:[7,22,24],evalu:[20,21],everi:[22,24,25],exactli:13,exampl:[],except:[19,22,25],exclud:[22,30],exclus:23,execut:[5,7,9,10,18,24],exist:[9,18],exp:[13,25],expect:11,express:24,extend:[7,24,29,31],extens:24,extern:29,extra:19,extract:[9,27,30],fact:22,fail:[29,31],failur:7,fals:[19,25],fan_in:17,fan_out:17,faq:[],fast:4,fatest:19,featur:[],feed:[],feedforward:17,fewer:[4,27],field:[4,19,22,25,29,30],figur:[22,24],file:[4,9,11,13,18,22 ,24,29,30,31],files:13,filter:22,find:[4,18,28,29],finish:[4,9,29],first:[9,22,28],firstli:22,fix:[4,6,18,27,29,30,31],fixbug:4,fixg:29,flag:[19,20,29],flat:9,flatten:19,float16:24,float32:[24,25],floder:13,floor:19,flow:4,folder:[5,12,13,18,29],follow:[0,2,4,5,9,10,12,13,15,17,18,19,22,23,24,25,28,29,30,31],foo:4,fork:4,form:4,fortran:18,forward:[],found:[2,18],foundat:[27,28],four:12,foward:[19,20,21],fpga:24,framework:[27,29],free:24,frequenc:13,from:[],from_numpi:[20,21,25],full:22,fulli:[19,22,27,28],func:29,further:[4,27,28],futur:19,gamma:19,gamma_spec:19,gang:3,gao:[3,28],gate:3,gaussian:[9,17,19,23,24,25],gcc:18,gemm:25,gemv:25,geneart:[20,21],gener:[5,11,13,18,23,24,25,29,30,31],get:[],get_default_devic:10,get_layer_list:19,get_output_sample_shap:19,gflag:18,git:[2,4,5,18],github:[2,4,5,18,27],give:[5,22,25,28],given:[19,22,23,24,25,28],glibc:18,global:23,glog:[18,29],glorot:17,gmail:3,gnu:[7,27,29],googl:[4,18,30],gpu:[7,10,12,15,18,24,25,27,29,30,31],grad:[19,20,23,27],g radient:[12,19,20,22,23,24,29],gradvec:30,graph:[22,29,30],grep:18,ground:[20,21],group:[7,22,29],gru:[11,19,27,30],grulayer:[7,30],gtest:27,guid:[],gun:30,hadoop:28,haibo:3,half:[19,28],halt:26,hand:[25,28],handleputmsg:29,hardwar:[7,10,24,25],hash:31,have:[1,4,9,13,18,19,22,23,24,25,27,28],haven:18,hawaii:28,hdfs:[27,30],header:[18,30],height:19,held:28,help:[6,22,27],henc:9,here:28,heterogen:[7,27],hid:22,hidden:[19,22],hidden_s:19,high:[4,19,25],higher:[22,23,24,25],hight:25,hinton:15,hogwild:[7,29],hogwildtr:7,homebrew:18,host:[10,12,25,29],html:[5,10],http:[0,2,5,7,9,18],human:17,hybrid:[7,22,27,30,31],hyper:[11,15,19],hzchenhaibo:3,hzzhongming15:3,i2r:28,idea:22,ideal:4,identifi:[4,19],ignor:18,illustr:[9,24],ilsvrc:13,imag:[7,9,12,13,22,27],image:12,imagenet:[],immedi:4,implement:[],implment:[10,20,21,25],importerror:18,improv:[4,27,30],improve:29,improvement:31,in_shap:19,includ:[4,7,9,10,11,12,13,18,19,20,21,22,23,24,27,29,30,31],include:18,inconsist:19,incub:[1,2,4,5,18,2 7,28,29,30,31],incubat:[27,28],indic:[22,27,28],info:[23,26],inform:[7,9,27,30],infrastructur:[27,28],inherit:[20,21],init:[18,19,30],initgooglelog:30,initi:[17,19,24,25,29],initial:[],inner:19,innerproductlay:30,input:[11,17,19,20,25,30],input_feature_length:[17,19],input_linux:11,input_mod:19,input_sample_shap:19,insensit:19,insert:22,insid:23,instal:[],install:[],installat:[],instanc:[19,22,23,24,25,29],instead:19,instruct:[],instruction:[],integ:[19,20,25],integr:[27,30],integrat:[7,29,30],interact:[4,31],interfac:[30,31],intermedi:29,intern:[18,22,25],intial:9,intuit:[29,30,31],invalid:29,invok:[24,25],ip_bia:9,ip_weight:9,is_transpos:25,issu:[0,6,28],iter:23,itself:4,j2ee:0,jan:[7,28],januari:27,jian:17,jinyang:3,jira:[],jixin:3,job:[4,22,27,29,30],join:6,juli:28,june:28,just:18,kaim:17,kaip:3,kdata:22,kernel:[11,19,24],keval:[19,20],keys:27,keyword:18,kfloat32:25,khidden:22,khidlay:22,kian:3,kimage:22,kind:22,klabel:22,know:18,kriz:9,ksoftmaxloss:22,ktest:22,ktrain:[19,20,22] ,kvalid:22,kvislay:22,kwarg:19,l2constraint:23,l2regular:23,label:[12,21,22],lack:6,languag:[11,24],larg:[7,22,29,30,31],last:4,later:22,latest:[4,27],launch:29,layer:[],layertyp:30,ld_library_path:18,lead:[22,29],learn:[13,19,22,23,24,27,28,29,30,31],least:19,lee:3,left:25,length:[19,25],let:18,level:[4,17,24,30,31],lib64:18,lib:18,libgoogl:18,liblmdb:18,libopenbla:18,libopencv:18,libprotobuf:18,librari:[18,19,27,29,31],library:18,libsingagpu:31,libstdc:18,libtool:29,licens:[],life:19,like:[4,7,9,18,22],limited_workspac:19,line:[4,11,18],linear:[7,19,24,25,27],link:[1,2,18],linker:18,linux:[],linux_x86_64:18,lmdb:[18,29],load:[7,9,12,13,24,27,29,30],local:[2,18,19],locat:[22,31],log:[18,25,30],look:22,loss:[],low:[19,25],lower:[22,25],lr_gen:23,lr_mult:19,lrn1:9,lrn2:9,lrn:19,lstm:19,luo:[3,28],mac:18,machin:[24,29],macos:[],mai:[4,13,22,28],main:[18,29,30],major:[7,24,27,30],make:[5,9,18,22,23,25,27,28,30],malloc:24,manag:[0,2,7,10,24,27,29],manger:18,mani:[3,4,24],manner:[27,28], manual:[13,19],march:28,mark:25,markdown:5,master:[4,5],math:[24,30,31],matrix:[19,22,24,25,30],max:19,maxpooling1d:19,maxpooling2d:19,mayb:18,md5:27,mean:[13,18,19,25],meaning:[4,11],measur:24,meihui:3,meihui_zhang:3,melbourn:28,member:[3,19,25,30],memori:[7,10,13,22,24,25,29],memsiz:25,merg:4,meso:[7,27,29,30,31],messag:[4,9,23,24],meta:[19,24],method:[10,17,19,24],metric:[],ming:3,mini:22,miscellan:30,mismatch:29,mkdir:[9,18],mlp:[7,22],mode:[12,19,30],model:[],model_pb2:[19,20],modelproto:29,moduel:25,modul:[7,20,21,23,24,25,29],momentum:[19,23,30],more:[4,13,24,28,30],most:[18,19,22,24,25],move:[19,25,29,30],msse2:18,mult:25,mult_column:25,mult_row:25,multi:[7,24,25],multimedia:28,multipl:[],multipli:[19,23,25],must:[18,19,20,22,23,25],mutual:23,nair:3,name2lay:22,name:[1,3,18,19,22,23,24,27],namespac:18,nation:3,natur:11,nb_channel:17,nb_filter:17,nb_kernel:19,nchw:19,ndim:25,necessari:18,necessarili:[27,28],need:[2,9,18,20,21,22,23,25],neg:26,negat:25,nesterov:23,net:[],netea s:3,netproto:22,network:[7,9,11,12,13,22,24,29],neural:[],neuralnet:[22,27,29,30],neuralnetwork:17,newer:18,newest:18,newli:[22,27,28],next:[18,22,29],nhwc:19,nip:7,no_workspac:19,node:[7,22,27,29,30],none:[18,19,23,25],norm:[23,25],normal:[19,21,22,24],note:[18,25,27,29,30,31],noth:19,now:[9,13,28],np_arrai:25,npartit:22,ntest:13,nthread:13,ntrain:13,num:[10,19,22],num_output:19,num_stack:19,number:[4,9,10,11,13,19,22,23,25,29],numer:23,numpi:[12,18,25],nvidia:[7,10,24],obj:23,object:[17,19,20,21,22,23,24,29],oct:28,october:27,odd:19,offset:25,old:25,older:18,omit:22,once:4,one:7,onehotlay:30,onli:[17,18,19,22,25,30],onlin:2,only_cblas:18,onto:[19,25],ooi:[3,28],ooibc:3,open:[4,6,28],openbla:[18,29],openblas:18,opencl:[7,10,19,24,25],openclgpu:[10,24,25],openclmath:24,opencv:[13,18],oper:[7,10,20,24,25,27],operand:25,operat:[30,31],opt:18,optim:[7,10,23,24,31],optimiz:[],option:[13,18,23,25,29],optional:[],order:[6,9],org:[0,1,2,3,7,28],organiz:3,origin:[4,22,25],other:[3,4,6,7,11, 12,18,19,20,21,22,23,24,25,27,28,29,30,31],otherwis:25,our:28,out:[19,25,29],outdata:13,output:[9,13,18,19,22,29],output_feature_length:17,outsid:[18,23],over:[],overrid:[20,21,23],overview:28,own:4,packag:18,pad:19,page:[9,12,22,24,28],pair:[19,22],paper:[7,15,28],parallel:[12,22,27,30],param:[19,22,23,29,30],param_nam:19,param_spec:19,param_valu:19,paramet:[],paramid2param:22,paramspec:23,paramt:[19,23],pars:29,parti:30,particularli:[11,22],partit:[],partition_dim:22,pass:[18,22,24],patch:[3,4,6],path:[18,29],payload:24,pb2:18,pdf:7,peopl:3,per:[12,20,21,23],perform:[9,17,18,21,24,27,29],permiss:29,pfreq:13,phase:[18,22],ping:4,pip:[5,18],plai:3,plain:[],plan:29,platform:[7,28,29,30,31],pleas:[4,9,12,13,15,18,27,28],pmc:27,pointer:[22,27],pool1:9,pool2:9,pool3:9,pool:19,pooling2d:19,poolingconf:19,popular:[17,22,29,30,31],posit:19,possibl:22,post:1,potenti:24,pow:25,pre:[15,30],predict:[],prefer:19,prefetch:[27,31],prefix:19,prepar:[7,9,11,13],preprocess:[],present:28,prevent:23,p revious:[12,27],print:[13,30],prioriti:[23,31],probabl:[19,21,25],problem:4,proce:18,procedur:5,process:[9,15,22,27,28,29,31],product:19,program:[7,12,15,18,24,27,29,30,31],progress:26,project:[],propag:[19,24],propos:22,proto:[20,25,29],protobuf:[18,23,30],protocol:18,provid:[4,6,10,11,19,22,24,25,26],purpos:30,push:[2,4],put:[25,28],pysinga:[],python2:18,python:[],question:6,quickstart:9,race:31,ran:12,random:[7,24,27,29],randomli:[20,21],rang:24,rat:29,rate:[13,19,23],raw:27,rbm:[],read:[9,24,25],reader:24,real:23,rearrang:30,rebas:4,recognit:7,recommend:5,recommonmark:5,record:24,recoveri:7,rectifi:17,recurr:[7,11,19,22,29],reduc:7,redund:22,ref:17,refactor:[29,30],refer:[4,9,12,13,19,22],refin:[29,30],reflect:[27,28],regard:13,regist:23,regular:[19,23],regularizerconf:23,relat:[29,30],releas:[7,22,27,28,29,30,31],relev:4,relu1:9,relu2:9,relu3:9,relu:[19,25],remot:2,remov:[7,20,22,29,30,31],ren:17,replac:[12,22,30],replic:22,repo:2,report:[4,6,18,28],repres:[10,22,24],reproduct: 4,request:[],requir:[],rescal:23,research:28,reset:[25,29],reset_lik:[19,25],reshap:[19,25],resid:[10,22],residu:7,resnet:12,resourc:7,respect:[19,22],respons:19,rest:20,restor:[7,27,29],restrict:29,result:[18,19,22,25],ret:25,retriev:23,review:[4,27,28],reword:4,rho:23,right:[18,25],rmsprop:[23,24],rnn:[],rnn_mode:19,role:3,root:[18,29],row:[12,19,21,22,25],rule:23,run:[],runonebatch:29,runtim:29,safe:[4,29],same:[5,9,13,19,22,25,27,29,30],sampl:[9,11,19,20,21,25],save:[9,13],scalar:19,scale:[7,29],schedul:[],scheme:22,school:28,scienc:18,scm:2,scrip:29,script:[9,10,13,27,29],second:28,section:[18,22],see:[4,9,18,22,23],seed:11,select:29,self:25,sensit:19,sentenc:11,sep:[7,28],separ:29,seqenc:19,sequenti:11,server:[7,22,27,29],servic:29,session:28,set:[2,4,11,15,18,19,20,21,22,23,24,25,29],set_valu:[19,25],setup:[18,19,29],sever:[6,13],sgd:[7,23,24,27,30,31],shallow:25,shaoq:17,shape:[19,20,22,25],share:[],share_from:22,sharefrom:22,shareparamsfrom:22,sheng:3,should:[0,4,9,13,22,23 ,25],show:9,shown:22,side:25,sigmod:28,sigmoid:[19,25],signa:[30,31],similar:[12,19,22],similarli:22,simpl:28,simpler:19,simplest:18,simpli:22,sinc:[22,25],sing:22,singa:[],singa_dropout:19,singa_root:9,singa_wheel_url:18,singacl:19,singacl_dropout:19,singacpp:19,singacpp_convolut:19,singacpp_dropout:19,singacuda:19,singacuda_dropout:19,singapor:3,singatest:29,singatool:29,singel:21,singl:[7,19,22,25,27,29,30,31],singleton:[4,29],size:[19,22,25,29],sizeof:25,skip:19,slice:[22,29,30],slide:28,small:[4,23],softmax:[19,20,21,22,25],softmaxcrossentropi:20,softmaxlay:[27,30],softwar:[],some:[3,9,11,19,20,22,23,24,27,29],sort:29,source:18,space:22,spars:[24,29],spec:[19,23],specif:[],specifi:[9,13,19,22,25],speech:7,speed:24,sphinx:5,split:[22,30],sponsor:[27,28],squar:[20,24,25],squarederror:20,squash:4,src:[18,25],src_offset:25,srclayer:22,sse2:18,ssh:29,stabil:[27,28],stack:[],stand:19,standard:[7,25],start:[],state:[4,19,25],statist:9,statu:[7,13,27,28],std:[11,17,19,22,25],step1:13,s tep:[5,9,13,23],stochasitc:23,stop:29,store:[5,9,13,19,24,25,27,30],str:[19,23,26],strata:28,strategi:22,stream:24,stride:19,string:[11,18,19,22,23,24,26],structur:[],stub:[22,27],stuck:29,sub:[22,25],subclass:[10,20,21,23,24],submit:[0,3],submodul:18,subscrib:[1,28],subsequ:22,subset:22,subtract:25,success:[3,27,28],successfulli:18,sudo:18,suggest:3,sum:25,sum_column:25,sum_row:25,summari:2,summat:25,summer:28,sun:17,support:[5,7,19,22,24,27,29,30,31],suppos:22,sure:25,surpass:17,sutd:3,swig:[10,18,19,25],synchron:[12,22,27],system:[0,4,18,27,29],tag:19,take:22,tan:[3,28],tanh:[19,25],tankl:3,tap:18,tar:9,target:29,task:21,tcp:30,tdun:3,technolog:3,ted:3,tensor:[],tensor_math_cpp:25,tensor_math_cuda:25,tensor_math_opencl:25,term:[24,25],termin:29,tesnor:23,tesor:25,test:[4,9,13,18,22,27,29,30],test_batch:9,test_singa:18,tester:3,testfold:13,testlist:13,text:[],than:[18,22,23],thei:[19,22,24],theja:3,them:[4,18,22],therefor:[10,24],thererfor:19,thi:[0,1,2,4,5,9,10,11,12,13,15,18,19, 20,21,22,23,25,29,30,31],third:[28,30],thirdparti:29,those:19,thread:[4,13,22,24,29,31],three:[10,12,22,24,25,27],threse:19,threshold:23,through:[11,19,22],thu:22,time:[27,29,30],titl:4,tmp:30,tnesor:20,to_devic:[19,25],to_host:25,to_numpi:25,todo:[10,19],togeth:24,told:[4,18],too:[4,29],tool:[4,7,29,30],toolkit:18,top:[21,24],topk:12,topolog:29,toronto:9,tracker:28,tradit:24,train:[],train_perf:9,trainer:29,trainfold:13,trainlist:13,trainx:13,transfer:22,transform:[13,19],transpar:[19,22,24],transpos:25,tree:5,trivial:30,truch:20,truth:[20,21],tsinghua:28,tung:[3,28],tupl:19,turn:13,tutori:28,two:[12,22,24,25,28],txt:[11,13],type:[9,12,13,19,22,24,25,29],typic:[19,22,23,24],ubuntu:[5,18],udpat:23,unclear:6,under:[4,18,22,28],undergo:[27,28],underli:[19,25],understand:17,undesir:31,undirect:22,unidirection:22,uniform:[17,19,20,21,23,24,25],unit:[10,11,18,19,22,24,27,29,30],unittest:18,univers:[3,28],unrol:[19,22],unsubscrib:1,until:[27,28],updat:[4,6,7,12,18,19,23,24,27,29],update:[ 27,29,30],update_progress:26,updater:[7,31],upgrad:18,usag:[17,19,20,21,23,25],use:[7,18,29,30],use_bia:19,use_cpu:12,use_gpu:15,user:[],usernam:4,usr:18,util:[26,27,29],val:9,val_perf:9,valid:[9,12,13,19,22],vallina:23,valu:[17,19,20,21,22,23,24,25,29],valuabl:3,varaibl:18,variabl:[18,24,25],varianc:[19,25],variant:24,varieti:[29,30,31],vector:[19,22,25],vgg:[7,12],vggnet:12,via:[18,20,22],video:[12,13],virtual:18,visibl:22,visual:[7,27],vldb:28,volumn:25,w_spec:19,w_transpos:19,wai:[2,6,18,22],wait:4,wang:[3,28],wangji:3,wangsh:3,wangwei:[3,10,19],wangyuan:3,webpag:6,wei:3,weight:[17,19,22,23,30],weight_decai:23,well:22,wenfeng:3,wheel:[],when:[18,22,24,29,30,31],where:[4,19,22],which:[10,11,12,13,18,19,22,23,24,25,27,29],whl:18,who:4,whose:[20,22,25],wide:[9,11,12,13,24,29,30,31],width:19,window:[],wip:2,wise:25,within:[22,23,29],without:[12,19,22,25],word:[22,24],work:4,worker:[],workshop:28,workspac:29,would:[12,15,19,22,23,24,25],wrap:[19,20,21,24,25],wrapper:[23,27,30],write: [3,4,24,29],writer:24,wuwf:3,www:[7,9],xavier:19,xiangyu:17,xie:[3,28],xing:3,xpu:29,xxxmath:24,xxxx:4,yet:[27,28],you:[2,4,5,6,9,13,18,28],your:[2,4,13,18,28],your_file:4,yourself:6,yuan:3,zeromq:7,zhang:[3,17,28],zhaoj:3,zhejiang:3,zheng:[3,28],zhong:3,zhongl:3,zju:3,zmq:31,zookeep:[7,27,29,31],zsock:29},titles:["Issue Tracking","Project Mailing Lists","Source Repository","The SINGA Team","How to Contribute Code","How to Contribute Documentation","How to Contribute to SINGA","Development Schedule","Documentation","Running instructions for CPP version","Device","Train Char-RNN over plain text","Train CNN over Cifar-10","Train AlexNet over ImageNet","Examples","Train a RBM model against MNIST dataset","Documentation","Initializer","Installation","Layer","Loss","Metric","Neural Net","Optimizer","Software Stack","Tensor","Misc.","Download SINGA","Welcome to Apache Singa","<no title>","<no title>","<no title>"],titleterms:{"char":11,"function":22,"new":28,access:[2,22 ],advanc:22,against:15,alexnet:13,apach:28,api:[5,10,17,19,25],batch:22,build:18,cifar:12,cite:28,cnn:12,code:4,committ:2,compil:13,configur:22,contribut:[4,5,6,28],core:24,cpp:[5,9,10,17,19,25],creation:22,data:13,dataset:15,depend:18,develop:[3,7],devic:10,dimens:22,disclaim:28,dispatch:22,document:[5,8,16,28],download:[13,27],energi:22,exampl:14,faq:18,featur:22,feed:22,format:4,forward:22,from:18,get:28,guid:22,how:[4,5,6,28],imagenet:13,implement:[22,25],initial:17,instal:12,install:18,installat:18,instruct:[9,15],instruction:[11,12,13],issue:0,jira:4,layer:19,licens:28,linux:18,list:1,loss:20,macos:18,mail:1,mentor:3,metric:21,misc:26,mnist:15,model:[15,22,24],multipl:22,net:22,neural:22,optimiz:23,optional:18,over:[11,12,13],paramet:22,partit:22,plain:11,predict:12,preprocess:13,project:1,pull:4,pysinga:18,python:[9,10,17,19,25],rbm:15,recent:28,repositori:2,request:4,requir:18,rnn:[11,22],run:[9,15],schedul:7,share:22,singa:[3,6,12,13,18,27,28],softwar:24,sourc:[2,18],specif :10,stack:24,start:28,structur:22,style:4,team:3,tensor:25,text:11,track:0,train:[11,12,13,15],upstream:2,user:22,version:9,web:2,websit:5,welcom:28,wheel:18,window:18,worker:22}}) \ No newline at end of file Modified: incubator/singa/site/trunk/zh/.buildinfo URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/.buildinfo?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/zh/.buildinfo (original) +++ incubator/singa/site/trunk/zh/.buildinfo Tue Aug 16 07:30:21 2016 @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 9a1d83ea722f672536594fbfde6df879 +config: 38d34329735699bcd380962b209f9e7e tags: 645f666f9bcd5a90fca523b33c5a78b7 Modified: incubator/singa/site/trunk/zh/_static/pygments.css URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/_static/pygments.css?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/zh/_static/pygments.css (original) +++ incubator/singa/site/trunk/zh/_static/pygments.css Tue Aug 16 07:30:21 2016 @@ -4,10 +4,8 @@ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #007020; font-weight: bold } /* Keyword */ .highlight .o { color: #666666 } /* Operator */ -.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */ .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #007020 } /* Comment.Preproc */ -.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */ .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ @@ -42,7 +40,6 @@ .highlight .nv { color: #bb60d5 } /* Name.Variable */ .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #208050 } /* Literal.Number.Bin */ .highlight .mf { color: #208050 } /* Literal.Number.Float */ .highlight .mh { color: #208050 } /* Literal.Number.Hex */ .highlight .mi { color: #208050 } /* Literal.Number.Integer */ Modified: incubator/singa/site/trunk/zh/genindex.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/genindex.html?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/zh/genindex.html (original) +++ incubator/singa/site/trunk/zh/genindex.html Tue Aug 16 07:30:21 2016 @@ -86,9 +86,8 @@ - <ul class="simple"> -</ul> - + <!-- Local TOC --> + <div class="local-toc"></div> </div> Modified: incubator/singa/site/trunk/zh/index.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/index.html?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/zh/index.html (original) +++ incubator/singa/site/trunk/zh/index.html Tue Aug 16 07:30:21 2016 @@ -85,9 +85,11 @@ - <ul class="simple"> + <!-- Local TOC --> + <div class="local-toc"><ul> +<li><a class="reference internal" href="#">SINGA ä¸æææ¡£</a></li> </ul> - +</div> </div> @@ -131,8 +133,6 @@ <div class="section" id="singa"> <h1>SINGA ä¸æææ¡£<a class="headerlink" href="#singa" title="Permalink to this headline">¶</a></h1> <div class="toctree-wrapper compound"> -<ul class="simple"> -</ul> </div> </div> Modified: incubator/singa/site/trunk/zh/search.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/search.html?rev=1756485&r1=1756484&r2=1756485&view=diff ============================================================================== --- incubator/singa/site/trunk/zh/search.html (original) +++ incubator/singa/site/trunk/zh/search.html Tue Aug 16 07:30:21 2016 @@ -85,9 +85,8 @@ - <ul class="simple"> -</ul> - + <!-- Local TOC --> + <div class="local-toc"></div> </div>
