Modified: websites/staging/singa/trunk/content/docs/updater.html ============================================================================== --- websites/staging/singa/trunk/content/docs/updater.html (original) +++ websites/staging/singa/trunk/content/docs/updater.html Sat Sep 26 12:05:16 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-21 + | Generated by Apache Maven Doxia at 2015-09-26 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150921" /> + <meta name="Date-Revision-yyyymmdd" content="20150926" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Updater</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> @@ -490,7 +490,7 @@ <h1>Updater</h1> <hr /> -<p>Every server in SINGA has an <a href="api/classsinga_1_1Updater.html">Updater</a> instance that updates parameters based on gradients. In this page, the <i>Basic user guide</i> describes the configuration of an updater. The <i>Advanced user guide</i> present details on how to implement a new updater and a new learning rate changing method.</p> +<p>Every server in SINGA has an <a href="../api/classsinga_1_1Updater.html">Updater</a> instance that updates parameters based on gradients. In this page, the <i>Basic user guide</i> describes the configuration of an updater. The <i>Advanced user guide</i> present details on how to implement a new updater and a new learning rate changing method.</p> <div class="section"> <h2><a name="Basic_user_guide"></a>Basic user guide</h2> <p>There are many different parameter updating protocols (i.e., subclasses of <tt>Updater</tt>). They share some configuration fields like</p> @@ -499,7 +499,7 @@ <li><tt>type</tt>, an integer for identifying an updater;</li> -<li><tt>learning_rate</tt>, configuration for the <a class="externalLink" href="http://singa.incubator.apache.org/api/classsinga_1_1LRGenerator.html">LRGenerator</a> which controls the learning rate.</li> +<li><tt>learning_rate</tt>, configuration for the <a href="../api/classsinga_1_1LRGenerator.html">LRGenerator</a> which controls the learning rate.</li> <li><tt>weight_decay</tt>, the co-efficient for <a class="externalLink" href="http://deeplearning.net/tutorial/gettingstarted.html#regularization">L2 * regularization</a>.</li> @@ -702,7 +702,7 @@ extend UpdaterProto { optional FooUpdaterProto fooupdater_conf= 101; } </pre></div></div> -<p>The new updater should be registered in the <a class="externalLink" href="http://singa.incubator.apache.org/docs/programming-guide">main function</a></p> +<p>The new updater should be registered in the <a href="programming-guide.html">main function</a></p> <div class="source"> <div class="source"><pre class="prettyprint">driver.RegisterUpdater<FooUpdater>("FooUpdater");
Modified: websites/staging/singa/trunk/content/index.html ============================================================================== --- websites/staging/singa/trunk/content/index.html (original) +++ websites/staging/singa/trunk/content/index.html Sat Sep 26 12:05:16 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-21 + | Generated by Apache Maven Doxia at 2015-09-26 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150921" /> + <meta name="Date-Revision-yyyymmdd" content="20150926" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Getting Started</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
