You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@horn.apache.org by ssallys <gi...@git.apache.org> on 2016/09/07 08:56:43 UTC

[GitHub] incubator-horn pull request #28: HORN-30: Add driver code for Horn

GitHub user ssallys opened a pull request:

    https://github.com/apache/incubator-horn/pull/28

    HORN-30: Add driver code for Horn

    This simplifies the execution of the code in the command line.
    E.g. MNIST example can be launched by the following command:
    $ bin/horn jar target/horn-0.1.0-SNAPSHOT.jar MultiLayerPerceptron /tmp/model mnist.seq 0.01 0.9 0.0005 784 100 10 10 12000
    Instead of:
    $ bin/horn jar target/horn-0.1.0-SNAPSHOT.jar org.apache.horn.examples.MultiLayerPerceptron /tmp/model mnist.seq 0.01 0.9 0.0005 784 100 10 10 12000

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ssallys/incubator-horn HORN-30

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-horn/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #28
    
----
commit 68f7cb12a562575a59159529fa6a4754eef530f7
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T04:43:20Z

    HORN-30: Add driver code for Horn

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-horn pull request #28: HORN-30: Add driver code for Horn

Posted by ssallys <gi...@git.apache.org>.
Github user ssallys closed the pull request at:

    https://github.com/apache/incubator-horn/pull/28


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---