You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by bu...@apache.org on 2016/01/08 10:47:43 UTC

svn commit: r977295 - in /websites/staging/singa/trunk/content: ./ docs/python.html

Author: buildbot
Date: Fri Jan  8 09:47:43 2016
New Revision: 977295

Log:
Staging update by buildbot for singa

Modified:
    websites/staging/singa/trunk/content/   (props changed)
    websites/staging/singa/trunk/content/docs/python.html

Propchange: websites/staging/singa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jan  8 09:47:43 2016
@@ -1 +1 @@
-1723668
+1723670

Modified: websites/staging/singa/trunk/content/docs/python.html
==============================================================================
--- websites/staging/singa/trunk/content/docs/python.html (original)
+++ websites/staging/singa/trunk/content/docs/python.html Fri Jan  8 09:47:43 2016
@@ -341,7 +341,7 @@
 </pre></div></div>
 <div class="section">
 <h2><a name="Compiling_and_running_instructions"></a>Compiling and running instructions</h2>
-<p>In order to use the Python APIs, users need to add the following option when compiling SINGA,</p>
+<p>In order to use the Python APIs, users need to add the following arguments when compiling SINGA,</p>
 
 <div class="source">
 <div class="source"><pre class="prettyprint">./configure --enable-python --with-python=PYTHON_DIR
@@ -353,11 +353,11 @@ make
 <div class="source">
 <div class="source"><pre class="prettyprint">bin/singa-run.sh -exec &lt;user_main.py&gt;
 </pre></div></div>
-<p>where user_main.py creates the JobProto object and pass it to Driver::Train to start the training.</p>
+<p>where user_main.py creates the JobProto object and passes it to Driver::Train to start the training.</p>
 <p>For example,</p>
 
 <div class="source">
-<div class="source"><pre class="prettyprint">cd SINGA_ROOT
+<div class="source"><pre class="prettyprint">cd SINGAROOT
 bin/singa-run.sh -exec tool/python/examples/cifar10_cnn.py
 </pre></div></div></div>
 <div class="section">