Modified: incubator/singa/site/trunk/en/docs/installation.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/installation.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/installation.html (original) +++ incubator/singa/site/trunk/en/docs/installation.html Thu Dec 13 04:18:16 2018 @@ -129,6 +129,7 @@ <li class="toctree-l2"><a class="reference internal" href="converter.html">Caffe Converter</a></li> <li class="toctree-l2"><a class="reference internal" href="utils.html">Utils</a></li> <li class="toctree-l2"><a class="reference internal" href="model_zoo/index.html">Model Zoo</a></li> +<li class="toctree-l2"><a class="reference internal" href="security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li> @@ -139,6 +140,7 @@ <li class="toctree-l1"><a class="reference internal" href="../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -233,7 +235,7 @@ SINGA.</p> </ol> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">It</span> <span class="ow">is</span> <span class="n">equivalent</span> <span class="n">to</span> - <span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">nusdbsystem</span> <span class="n">singa</span><span class="o">=</span><span class="mf">1.1</span><span class="o">.</span><span class="mi">1</span><span class="o">=</span><span class="n">py36_cuda9</span><span class="o">.</span><span class="mi">0</span><span class="o">-</span><span class="n">cudnn7</span><span class="o">.</span><span class="mf">1.2</span> + <span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">nusdbsystem</span> <span class="n">singa</span><span class="o">=</span><span class="mf">1.1</span><span class="o">.</span><span class="mi">1</span><span class="o">=</span><span class="n">py36_cuda9</span><span class="o">.</span><span class="mi">0</span><span class="n">_cudnn7</span><span class="o">.</span><span class="mf">1.2</span> <span class="n">CUDA</span> <span class="mf">9.0</span> <span class="n">must</span> <span class="n">be</span> <span class="n">installed</span> <span class="n">before</span> <span class="n">executing</span> <span class="n">the</span> <span class="n">above</span> <span class="n">command</span><span class="o">.</span> <span class="n">Singa</span> <span class="n">packages</span> <span class="k">for</span> <span class="n">other</span> <span class="n">CUDA</span> <span class="n">versions</span> <span class="n">are</span> <span class="n">also</span> <span class="n">available</span><span class="o">.</span> <span class="n">The</span> <span class="n">following</span> <span class="n">instruction</span> @@ -267,7 +269,7 @@ cloud for others to download and install </div> <p>To build the CPU version of SINGA</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">export</span> <span class="n">BUILD_STR</span><span class="o">=</span><span class="n">cpu</span> -<span class="n">conda</span> <span class="n">build</span> <span class="n">tool</span><span class="o">/</span><span class="n">conda</span><span class="o">/</span><span class="n">singa</span><span class="o">/</span> <span class="o">--</span><span class="n">python3</span><span class="o">.</span><span class="mi">6</span> <span class="p">(</span><span class="ow">or</span> <span class="o">--</span><span class="n">python2</span><span class="o">.</span><span class="mi">7</span><span class="p">)</span> +<span class="n">conda</span> <span class="n">build</span> <span class="n">tool</span><span class="o">/</span><span class="n">conda</span><span class="o">/</span><span class="n">singa</span><span class="o">/</span> <span class="o">--</span><span class="n">python</span> <span class="mf">3.6</span> <span class="p">(</span><span class="ow">or</span> <span class="o">--</span><span class="n">python</span> <span class="mf">2.7</span><span class="p">)</span> </pre></div> </div> <p>The above commands have been tested on Ubuntu 16.04 and Mac OSX. @@ -275,7 +277,7 @@ Refer to the <a class="reference externa <p>To build the GPU version of SINGA</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">export</span> <span class="n">BUILD_STR</span><span class="o">=</span><span class="n">cudax</span><span class="o">.</span><span class="n">y</span><span class="o">-</span><span class="n">cudnna</span><span class="o">.</span><span class="n">b</span><span class="o">.</span><span class="n">c</span> <span class="p">(</span><span class="n">e</span><span class="o">.</span><span class="n">g</span><span class="o">.</span> <span class="n">cuda9</span><span class="o">.</span><span class="mi">0</span><span class="o">-</span><span class="n">cudnn7</span><span class="o">.</span><span class="mf">1.2</span><span class="p">)</span> <span class="n">export</span> <span class="n">CUDNN_PATH</span><span class="o">=<</span><span class="n">path</span> <span class="n">to</span> <span class="n">cudnn</span> <span class="n">folder</span><span class="o">></span> -<span class="n">conda</span> <span class="n">build</span> <span class="n">tool</span><span class="o">/</span><span class="n">conda</span><span class="o">/</span><span class="n">singa</span><span class="o">/</span> <span class="o">--</span><span class="n">python3</span><span class="o">.</span><span class="mi">6</span> <span class="p">(</span><span class="ow">or</span> <span class="o">--</span><span class="n">python2</span><span class="o">.</span><span class="mi">7</span><span class="p">)</span> +<span class="n">conda</span> <span class="n">build</span> <span class="n">tool</span><span class="o">/</span><span class="n">conda</span><span class="o">/</span><span class="n">singa</span><span class="o">/</span> <span class="o">--</span><span class="n">python</span> <span class="mf">3.6</span> <span class="p">(</span><span class="ow">or</span> <span class="o">--</span><span class="n">python</span> <span class="mf">2.7</span><span class="p">)</span> </pre></div> </div> <p>The commands for building on GPU platforms have been tested on Ubuntu 16.04 (cuDNN>=7 and CUDA>=9).
Modified: incubator/singa/site/trunk/en/docs/layer.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/layer.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/layer.html (original) +++ incubator/singa/site/trunk/en/docs/layer.html Thu Dec 13 04:18:16 2018 @@ -121,6 +121,7 @@ <li class="toctree-l2"><a class="reference internal" href="converter.html">Caffe Converter</a></li> <li class="toctree-l2"><a class="reference internal" href="utils.html">Utils</a></li> <li class="toctree-l2"><a class="reference internal" href="model_zoo/index.html">Model Zoo</a></li> +<li class="toctree-l2"><a class="reference internal" href="security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li> @@ -131,6 +132,7 @@ <li class="toctree-l1"><a class="reference internal" href="../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> Modified: incubator/singa/site/trunk/en/docs/loss.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/loss.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/loss.html (original) +++ incubator/singa/site/trunk/en/docs/loss.html Thu Dec 13 04:18:16 2018 @@ -117,6 +117,7 @@ <li class="toctree-l2"><a class="reference internal" href="converter.html">Caffe Converter</a></li> <li class="toctree-l2"><a class="reference internal" href="utils.html">Utils</a></li> <li class="toctree-l2"><a class="reference internal" href="model_zoo/index.html">Model Zoo</a></li> +<li class="toctree-l2"><a class="reference internal" href="security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li> @@ -127,6 +128,7 @@ <li class="toctree-l1"><a class="reference internal" href="../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> Modified: incubator/singa/site/trunk/en/docs/metric.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/metric.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/metric.html (original) +++ incubator/singa/site/trunk/en/docs/metric.html Thu Dec 13 04:18:16 2018 @@ -117,6 +117,7 @@ <li class="toctree-l2"><a class="reference internal" href="converter.html">Caffe Converter</a></li> <li class="toctree-l2"><a class="reference internal" href="utils.html">Utils</a></li> <li class="toctree-l2"><a class="reference internal" href="model_zoo/index.html">Model Zoo</a></li> +<li class="toctree-l2"><a class="reference internal" href="security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li> @@ -127,6 +128,7 @@ <li class="toctree-l1"><a class="reference internal" href="../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> Modified: incubator/singa/site/trunk/en/docs/model_zoo/caffe/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/caffe/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/caffe/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/caffe/README.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> Modified: incubator/singa/site/trunk/en/docs/model_zoo/char-rnn/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/char-rnn/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/char-rnn/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/char-rnn/README.html Thu Dec 13 04:18:16 2018 @@ -30,7 +30,7 @@ <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 rel="next" title="Train a RBM model against MNIST dataset" href="../mnist/README.html" /> + <link rel="next" title="Train AlexNet over ImageNet" href="../imagenet/alexnet/README.html" /> <link rel="prev" title="Train CNN over Cifar-10" href="../cifar10/README.html" /> <link href="../../../_static/style.css" rel="stylesheet" type="text/css"> <!--link href="../../../_static/fontawesome-all.min.css" rel="stylesheet" type="text/css"--> @@ -122,15 +122,11 @@ <li class="toctree-l4"><a class="reference internal" href="#instructions">Instructions</a></li> </ul> </li> -<li class="toctree-l3"><a class="reference internal" href="../mnist/README.html">Train a RBM model against MNIST dataset</a></li> <li class="toctree-l3"><a class="reference internal" href="../imagenet/alexnet/README.html">Train AlexNet over ImageNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/densenet/README.html">Image Classification using DenseNet</a></li> <li class="toctree-l3"><a class="reference internal" href="../imagenet/googlenet/README.html">Image Classification using GoogleNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/inception/README.html">Image Classification using Inception V4</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/resnet/README.html">Image Classification using Residual Networks</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/vgg/README.html">Image Classification using VGG</a></li> </ul> </li> +<li class="toctree-l2"><a class="reference internal" href="../../security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../../downloads.html">Download SINGA</a></li> @@ -141,6 +137,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -259,7 +256,7 @@ Other plain text files can also be used. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="../mnist/README.html" class="btn btn-neutral float-right" title="Train a RBM model against MNIST dataset" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="../imagenet/alexnet/README.html" class="btn btn-neutral float-right" title="Train AlexNet over ImageNet" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="../cifar10/README.html" class="btn btn-neutral" title="Train CNN over Cifar-10" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> Modified: incubator/singa/site/trunk/en/docs/model_zoo/cifar10/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/cifar10/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/cifar10/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/cifar10/README.html Thu Dec 13 04:18:16 2018 @@ -122,15 +122,11 @@ </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../char-rnn/README.html">Train Char-RNN over plain text</a></li> -<li class="toctree-l3"><a class="reference internal" href="../mnist/README.html">Train a RBM model against MNIST dataset</a></li> <li class="toctree-l3"><a class="reference internal" href="../imagenet/alexnet/README.html">Train AlexNet over ImageNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/densenet/README.html">Image Classification using DenseNet</a></li> <li class="toctree-l3"><a class="reference internal" href="../imagenet/googlenet/README.html">Image Classification using GoogleNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/inception/README.html">Image Classification using Inception V4</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/resnet/README.html">Image Classification using Residual Networks</a></li> -<li class="toctree-l3"><a class="reference internal" href="../imagenet/vgg/README.html">Image Classification using VGG</a></li> </ul> </li> +<li class="toctree-l2"><a class="reference internal" href="../../security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../../downloads.html">Download SINGA</a></li> @@ -141,6 +137,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/caffe/README.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -176,7 +177,25 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <div class="section" id="use-parameters-pre-trained-from-caffe-in-singa"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<p>â></p> +<div class="section" id="use-parameters-pre-trained-from-caffe-in-singa"> <span id="use-parameters-pre-trained-from-caffe-in-singa"></span><h1>Use parameters pre-trained from Caffe in SINGA<a class="headerlink" href="#use-parameters-pre-trained-from-caffe-in-singa" title="Permalink to this headline">¶</a></h1> <p>In this example, we use SINGA to load the VGG parameters trained by Caffe to do image classification.</p> <div class="section" id="run-this-example"> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/char-rnn/README.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -176,7 +177,25 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <div class="section" id="train-char-rnn-over-plain-text"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<p>â></p> +<div class="section" id="train-char-rnn-over-plain-text"> <span id="train-char-rnn-over-plain-text"></span><h1>Train Char-RNN over plain text<a class="headerlink" href="#train-char-rnn-over-plain-text" title="Permalink to this headline">¶</a></h1> <p>Recurrent neural networks (RNN) are widely used for modelling sequential data, e.g., natural language sentences. This example describes how to implement a RNN Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/cifar10/README.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -176,7 +177,25 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <div class="section" id="train-cnn-over-cifar-10"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<p>â></p> +<div class="section" id="train-cnn-over-cifar-10"> <span id="train-cnn-over-cifar-10"></span><h1>Train CNN over Cifar-10<a class="headerlink" href="#train-cnn-over-cifar-10" title="Permalink to this headline">¶</a></h1> <p>Convolution neural network (CNN) is a type of feed-forward artificial neural network widely used for image and video classification. In this example, we Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/alexnet/README.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -176,7 +177,25 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <div class="section" id="train-alexnet-over-imagenet"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<p>â></p> +<div class="section" id="train-alexnet-over-imagenet"> <span id="train-alexnet-over-imagenet"></span><h1>Train AlexNet over ImageNet<a class="headerlink" href="#train-alexnet-over-imagenet" title="Permalink to this headline">¶</a></h1> <p>Convolution neural network (CNN) is a type of feed-forward neural network widely used for image and video classification. In this example, we will Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/densenet/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/densenet/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/densenet/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/densenet/README.html Thu Dec 13 04:18:16 2018 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Image Classification using DenseNet — incubator-singa 1.1.0 documentation</title> + <title>â> — incubator-singa 1.1.0 documentation</title> @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -159,7 +160,7 @@ <li><a href="../../../../../index.html">Docs</a> »</li> - <li>Image Classification using DenseNet</li> + <li>â></li> <li class="wy-breadcrumbs-aside"> @@ -176,11 +177,30 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <hr class="docutils" /> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<div class="section" id=""> +<span id="id1"></span><h1>â><a class="headerlink" href="#" title="Permalink to this headline">¶</a></h1> <p>name: DenseNet models on ImageNet SINGA version: 1.1.1 SINGA commit: license: https://github.com/pytorch/vision/blob/master/torchvision/models/densenet.py</p> +</div> <hr class="docutils" /> <div class="section" id="image-classification-using-densenet"> <span id="image-classification-using-densenet"></span><h1>Image Classification using DenseNet<a class="headerlink" href="#image-classification-using-densenet" title="Permalink to this headline">¶</a></h1> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/googlenet/README.html Thu Dec 13 04:18:16 2018 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Image Classification using GoogleNet — incubator-singa 1.1.0 documentation</title> + <title>â> — incubator-singa 1.1.0 documentation</title> @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -159,7 +160,7 @@ <li><a href="../../../../../index.html">Docs</a> »</li> - <li>Image Classification using GoogleNet</li> + <li>â></li> <li class="wy-breadcrumbs-aside"> @@ -176,13 +177,32 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <hr class="docutils" /> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<div class="section" id=""> +<span id="id1"></span><h1>â><a class="headerlink" href="#" title="Permalink to this headline">¶</a></h1> <p>name: GoogleNet on ImageNet SINGA version: 1.0.1 SINGA commit: 8c990f7da2de220e8a012c6a8ecc897dc7532744 parameter_url: https://s3-ap-southeast-1.amazonaws.com/dlfile/bvlc_googlenet.tar.gz parameter_sha1: 0a88e8948b1abca3badfd8d090d6be03f8d7655d license: unrestricted https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet</p> +</div> <hr class="docutils" /> <div class="section" id="image-classification-using-googlenet"> <span id="image-classification-using-googlenet"></span><h1>Image Classification using GoogleNet<a class="headerlink" href="#image-classification-using-googlenet" title="Permalink to this headline">¶</a></h1> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/inception/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/inception/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/inception/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/inception/README.html Thu Dec 13 04:18:16 2018 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Image Classification using Inception V4 — incubator-singa 1.1.0 documentation</title> + <title>â> — incubator-singa 1.1.0 documentation</title> @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -159,7 +160,7 @@ <li><a href="../../../../../index.html">Docs</a> »</li> - <li>Image Classification using Inception V4</li> + <li>â></li> <li class="wy-breadcrumbs-aside"> @@ -176,13 +177,32 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <hr class="docutils" /> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<div class="section" id=""> +<span id="id1"></span><h1>â><a class="headerlink" href="#" title="Permalink to this headline">¶</a></h1> <p>name: Inception V4 on ImageNet SINGA version: 1.1.1 SINGA commit: parameter_url: https://s3-ap-southeast-1.amazonaws.com/dlfile/inception_v4.tar.gz parameter_sha1: 5fdd6f5d8af8fd10e7321d9b38bb87ef14e80d56 license: https://github.com/tensorflow/models/tree/master/slim</p> +</div> <hr class="docutils" /> <div class="section" id="image-classification-using-inception-v4"> <span id="image-classification-using-inception-v4"></span><h1>Image Classification using Inception V4<a class="headerlink" href="#image-classification-using-inception-v4" title="Permalink to this headline">¶</a></h1> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/resnet/README.html Thu Dec 13 04:18:16 2018 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Image Classification using Residual Networks — incubator-singa 1.1.0 documentation</title> + <title>â> — incubator-singa 1.1.0 documentation</title> @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -159,7 +160,7 @@ <li><a href="../../../../../index.html">Docs</a> »</li> - <li>Image Classification using Residual Networks</li> + <li>â></li> <li class="wy-breadcrumbs-aside"> @@ -176,12 +177,31 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <hr class="docutils" /> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<div class="section" id=""> +<span id="id1"></span><h1>â><a class="headerlink" href="#" title="Permalink to this headline">¶</a></h1> <p>name: Resnets on ImageNet SINGA version: 1.1 SINGA commit: 45ec92d8ffc1fa1385a9307fdf07e21da939ee2f parameter_url: https://s3-ap-southeast-1.amazonaws.com/dlfile/resnet/resnet-18.tar.gz license: Apache V2, https://github.com/facebook/fb.resnet.torch/blob/master/LICENSE</p> +</div> <hr class="docutils" /> <div class="section" id="image-classification-using-residual-networks"> <span id="image-classification-using-residual-networks"></span><h1>Image Classification using Residual Networks<a class="headerlink" href="#image-classification-using-residual-networks" title="Permalink to this headline">¶</a></h1> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/vgg/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/vgg/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/vgg/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/imagenet/vgg/README.html Thu Dec 13 04:18:16 2018 @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Image Classification using VGG — incubator-singa 1.1.0 documentation</title> + <title>â> — incubator-singa 1.1.0 documentation</title> @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -159,7 +160,7 @@ <li><a href="../../../../../index.html">Docs</a> »</li> - <li>Image Classification using VGG</li> + <li>â></li> <li class="wy-breadcrumbs-aside"> @@ -176,11 +177,30 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <hr class="docutils" /> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<div class="section" id=""> +<span id="id1"></span><h1>â><a class="headerlink" href="#" title="Permalink to this headline">¶</a></h1> <p>name: VGG models on ImageNet SINGA version: 1.1.1 SINGA commit: license: https://github.com/pytorch/vision/blob/master/torchvision/models/vgg.py</p> +</div> <hr class="docutils" /> <div class="section" id="image-classification-using-vgg"> <span id="image-classification-using-vgg"></span><h1>Image Classification using VGG<a class="headerlink" href="#image-classification-using-vgg" title="Permalink to this headline">¶</a></h1> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/index.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -208,27 +209,32 @@ </li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="imagenet/densenet/README.html">Image Classification using DenseNet</a><ul> +<li class="toctree-l1"><a class="reference internal" href="imagenet/densenet/README.html">â></a></li> +<li class="toctree-l1"><a class="reference internal" href="imagenet/densenet/README.html#image-classification-using-densenet">Image Classification using DenseNet</a><ul> <li class="toctree-l2"><a class="reference internal" href="imagenet/densenet/README.html#instructions">Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="imagenet/densenet/README.html#details">Details</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="imagenet/googlenet/README.html">Image Classification using GoogleNet</a><ul> +<li class="toctree-l1"><a class="reference internal" href="imagenet/googlenet/README.html">â></a></li> +<li class="toctree-l1"><a class="reference internal" href="imagenet/googlenet/README.html#image-classification-using-googlenet">Image Classification using GoogleNet</a><ul> <li class="toctree-l2"><a class="reference internal" href="imagenet/googlenet/README.html#instructions">Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="imagenet/googlenet/README.html#details">Details</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="imagenet/inception/README.html">Image Classification using Inception V4</a><ul> +<li class="toctree-l1"><a class="reference internal" href="imagenet/inception/README.html">â></a></li> +<li class="toctree-l1"><a class="reference internal" href="imagenet/inception/README.html#image-classification-using-inception-v4">Image Classification using Inception V4</a><ul> <li class="toctree-l2"><a class="reference internal" href="imagenet/inception/README.html#instructions">Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="imagenet/inception/README.html#details">Details</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="imagenet/resnet/README.html">Image Classification using Residual Networks</a><ul> +<li class="toctree-l1"><a class="reference internal" href="imagenet/resnet/README.html">â></a></li> +<li class="toctree-l1"><a class="reference internal" href="imagenet/resnet/README.html#image-classification-using-residual-networks">Image Classification using Residual Networks</a><ul> <li class="toctree-l2"><a class="reference internal" href="imagenet/resnet/README.html#instructions">Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="imagenet/resnet/README.html#details">Details</a></li> </ul> </li> -<li class="toctree-l1"><a class="reference internal" href="imagenet/vgg/README.html">Image Classification using VGG</a><ul> +<li class="toctree-l1"><a class="reference internal" href="imagenet/vgg/README.html">â></a></li> +<li class="toctree-l1"><a class="reference internal" href="imagenet/vgg/README.html#image-classification-using-vgg">Image Classification using VGG</a><ul> <li class="toctree-l2"><a class="reference internal" href="imagenet/vgg/README.html#instructions">Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="imagenet/vgg/README.html#details">Details</a></li> </ul> Modified: incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/examples/mnist/README.html Thu Dec 13 04:18:16 2018 @@ -107,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -176,7 +177,25 @@ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> - <div class="section" id="train-a-rbm-model-against-mnist-dataset"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span><span class="mf">2.0</span> + +<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="ow">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="ow">in</span> <span class="n">writing</span><span class="p">,</span> +<span class="n">software</span> <span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="ow">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> +<span class="s2">"AS IS"</span> <span class="n">BASIS</span><span class="p">,</span> <span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> +<span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="ow">or</span> <span class="n">implied</span><span class="o">.</span> <span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> +<span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="ow">and</span> <span class="n">limitations</span> +<span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="o">.</span> +</pre></div> +</div> +<p>â></p> +<div class="section" id="train-a-rbm-model-against-mnist-dataset"> <span id="train-a-rbm-model-against-mnist-dataset"></span><h1>Train a RBM model against MNIST dataset<a class="headerlink" href="#train-a-rbm-model-against-mnist-dataset" title="Permalink to this headline">¶</a></h1> <p>This example is to train an RBM model using the MNIST dataset. The RBM model and its hyper-parameters are set following Modified: incubator/singa/site/trunk/en/docs/model_zoo/imagenet/alexnet/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/imagenet/alexnet/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/imagenet/alexnet/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/imagenet/alexnet/README.html Thu Dec 13 04:18:16 2018 @@ -30,8 +30,8 @@ <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 rel="next" title="Image Classification using DenseNet" href="../densenet/README.html" /> - <link rel="prev" title="Train a RBM model against MNIST dataset" href="../../mnist/README.html" /> + <link rel="next" title="Image Classification using GoogleNet" href="../googlenet/README.html" /> + <link rel="prev" title="Train Char-RNN over plain text" href="../../char-rnn/README.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"> @@ -119,18 +119,14 @@ <li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Model Zoo</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="../../cifar10/README.html">Train CNN over Cifar-10</a></li> <li class="toctree-l3"><a class="reference internal" href="../../char-rnn/README.html">Train Char-RNN over plain text</a></li> -<li class="toctree-l3"><a class="reference internal" href="../../mnist/README.html">Train a RBM model against MNIST dataset</a></li> <li class="toctree-l3 current"><a class="current reference internal" href="#">Train AlexNet over ImageNet</a><ul> <li class="toctree-l4"><a class="reference internal" href="#instructions">Instructions</a></li> </ul> </li> -<li class="toctree-l3"><a class="reference internal" href="../densenet/README.html">Image Classification using DenseNet</a></li> <li class="toctree-l3"><a class="reference internal" href="../googlenet/README.html">Image Classification using GoogleNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../inception/README.html">Image Classification using Inception V4</a></li> -<li class="toctree-l3"><a class="reference internal" href="../resnet/README.html">Image Classification using Residual Networks</a></li> -<li class="toctree-l3"><a class="reference internal" href="../vgg/README.html">Image Classification using VGG</a></li> </ul> </li> +<li class="toctree-l2"><a class="reference internal" href="../../../security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../../../downloads.html">Download SINGA</a></li> @@ -141,6 +137,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -299,10 +296,10 @@ folder in data preprocessing step;</li> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="../densenet/README.html" class="btn btn-neutral float-right" title="Image Classification using DenseNet" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="../googlenet/README.html" class="btn btn-neutral float-right" title="Image Classification using GoogleNet" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="../../mnist/README.html" class="btn btn-neutral" title="Train a RBM model against MNIST dataset" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="../../char-rnn/README.html" class="btn btn-neutral" title="Train Char-RNN over plain text" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> Modified: incubator/singa/site/trunk/en/docs/model_zoo/imagenet/googlenet/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/imagenet/googlenet/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/imagenet/googlenet/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/imagenet/googlenet/README.html Thu Dec 13 04:18:16 2018 @@ -30,8 +30,8 @@ <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 rel="next" title="Image Classification using Inception V4" href="../inception/README.html" /> - <link rel="prev" title="Image Classification using DenseNet" href="../densenet/README.html" /> + <link rel="next" title="Security" href="../../../security.html" /> + <link rel="prev" title="Train AlexNet over ImageNet" href="../alexnet/README.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"> @@ -119,19 +119,15 @@ <li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Model Zoo</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="../../cifar10/README.html">Train CNN over Cifar-10</a></li> <li class="toctree-l3"><a class="reference internal" href="../../char-rnn/README.html">Train Char-RNN over plain text</a></li> -<li class="toctree-l3"><a class="reference internal" href="../../mnist/README.html">Train a RBM model against MNIST dataset</a></li> <li class="toctree-l3"><a class="reference internal" href="../alexnet/README.html">Train AlexNet over ImageNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../densenet/README.html">Image Classification using DenseNet</a></li> <li class="toctree-l3 current"><a class="current reference internal" href="#">Image Classification using GoogleNet</a><ul> <li class="toctree-l4"><a class="reference internal" href="#instructions">Instructions</a></li> <li class="toctree-l4"><a class="reference internal" href="#details">Details</a></li> </ul> </li> -<li class="toctree-l3"><a class="reference internal" href="../inception/README.html">Image Classification using Inception V4</a></li> -<li class="toctree-l3"><a class="reference internal" href="../resnet/README.html">Image Classification using Residual Networks</a></li> -<li class="toctree-l3"><a class="reference internal" href="../vgg/README.html">Image Classification using VGG</a></li> </ul> </li> +<li class="toctree-l2"><a class="reference internal" href="../../../security.html">Security</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../../../downloads.html">Download SINGA</a></li> @@ -142,6 +138,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -294,10 +291,10 @@ Refer to <a class="reference external" h <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - <a href="../inception/README.html" class="btn btn-neutral float-right" title="Image Classification using Inception V4" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + <a href="../../../security.html" class="btn btn-neutral float-right" title="Security" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - <a href="../densenet/README.html" class="btn btn-neutral" title="Image Classification using DenseNet" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + <a href="../alexnet/README.html" class="btn btn-neutral" title="Train AlexNet over ImageNet" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> Modified: incubator/singa/site/trunk/en/docs/model_zoo/imagenet/inception/README.html URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/docs/model_zoo/imagenet/inception/README.html?rev=1848817&r1=1848816&r2=1848817&view=diff ============================================================================== --- incubator/singa/site/trunk/en/docs/model_zoo/imagenet/inception/README.html (original) +++ incubator/singa/site/trunk/en/docs/model_zoo/imagenet/inception/README.html Thu Dec 13 04:18:16 2018 @@ -30,8 +30,6 @@ <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 rel="next" title="Image Classification using Residual Networks" href="../resnet/README.html" /> - <link rel="prev" title="Image Classification using GoogleNet" href="../googlenet/README.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"> @@ -99,41 +97,8 @@ - <ul class="current"> -<li class="toctree-l1 current"><a class="reference internal" href="../../../index.html">Documentation</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="../../../installation.html">Installation</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../software_stack.html">Software Stack</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../device.html">Device</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../tensor.html">Tensor</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../layer.html">Layer</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../net.html">FeedForward Net</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../initializer.html">Initializer</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../loss.html">Loss</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../metric.html">Metric</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../optimizer.html">Optimizer</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../data.html">Data</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../image_tool.html">Image Tool</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../snapshot.html">Snapshot</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../converter.html">Caffe Converter</a></li> -<li class="toctree-l2"><a class="reference internal" href="../../../utils.html">Utils</a></li> -<li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Model Zoo</a><ul class="current"> -<li class="toctree-l3"><a class="reference internal" href="../../cifar10/README.html">Train CNN over Cifar-10</a></li> -<li class="toctree-l3"><a class="reference internal" href="../../char-rnn/README.html">Train Char-RNN over plain text</a></li> -<li class="toctree-l3"><a class="reference internal" href="../../mnist/README.html">Train a RBM model against MNIST dataset</a></li> -<li class="toctree-l3"><a class="reference internal" href="../alexnet/README.html">Train AlexNet over ImageNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../densenet/README.html">Image Classification using DenseNet</a></li> -<li class="toctree-l3"><a class="reference internal" href="../googlenet/README.html">Image Classification using GoogleNet</a></li> -<li class="toctree-l3 current"><a class="current reference internal" href="#">Image Classification using Inception V4</a><ul> -<li class="toctree-l4"><a class="reference internal" href="#instructions">Instructions</a></li> -<li class="toctree-l4"><a class="reference internal" href="#details">Details</a></li> -</ul> -</li> -<li class="toctree-l3"><a class="reference internal" href="../resnet/README.html">Image Classification using Residual Networks</a></li> -<li class="toctree-l3"><a class="reference internal" href="../vgg/README.html">Image Classification using VGG</a></li> -</ul> -</li> -</ul> -</li> + <ul> +<li class="toctree-l1"><a class="reference internal" href="../../../index.html">Documentation</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../downloads.html">Download SINGA</a></li> </ul> <p class="caption"><span class="caption-text">Development</span></p> @@ -142,6 +107,7 @@ <li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-contribute.html">How to Contribute to SINGA</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-code.html">How to Contribute Code</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../../develop/contribute-docs.html">How to Contribute to Documentation</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../../develop/how-to-release.html">How to prepare a release</a></li> </ul> <p class="caption"><span class="caption-text">Community</span></p> <ul> @@ -194,10 +160,6 @@ <li><a href="../../../../index.html">Docs</a> »</li> - <li><a href="../../../index.html">Documentation</a> »</li> - - <li><a href="../../index.html">Model Zoo</a> »</li> - <li>Image Classification using Inception V4</li> @@ -271,15 +233,6 @@ After downloading and decompressing the </div> <footer> - <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> - - <a href="../resnet/README.html" class="btn btn-neutral float-right" title="Image Classification using Residual Networks" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> - - - <a href="../googlenet/README.html" class="btn btn-neutral" title="Image Classification using GoogleNet" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> - - </div> - <hr/>
