You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2020/06/21 06:32:05 UTC

[GitHub] [submarine] jiwq commented on a change in pull request #316: SUBMARINE-528. Polish documents for 0.4.0 release

jiwq commented on a change in pull request #316:
URL: https://github.com/apache/submarine/pull/316#discussion_r443186954



##########
File path: README.md
##########
@@ -64,11 +64,56 @@ _Theodore Levitt_ once said:
 
 Like mentioned above, Submarine is targeted to bring Data-Scientist-friendly user-interfaces to make their life easier. Here're some examples of Submarine user-interfaces.
 
-<FIXME: Add/FIX more contents below>
+### Submit a distributed Tensorflow experiment via Submarine Python SDK
 
-<WIP>
+#### Run a Tensorflow Mnist experiment
+```python
+submarine_client = submarine.ExperimentClient(host='http://submarine:8080')

Review comment:
       ```suggestion
   submarine_client = submarine.ExperimentClient(host='http://localhost:8080')
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org