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 06:22:19 UTC

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

GitHub user ssallys opened a pull request:

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

    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/27.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 #27
    
----
commit 49e47563fa403092cebd8cd377012457f539fb6c
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T04:43:20Z

    HORN-30: Add driver code for Horn

commit 6fd3f5c6779b0134f4452cab1f4eca7be2f4e288
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T04:51:17Z

    HORN-30: Add driver code for Horn

commit 7e84557b220a632a668172ed91ab11220c62a0d0
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T05:53:00Z

    HORN-30: Add driver code for Horn

commit 71d33c5a8b80ead76406194bf2bb5244688925c2
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T05:56:35Z

    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 #27: 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/27


---
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 #27: 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/27


---
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 #27: Horn-30: Add driver code for Horn

Posted by ssallys <gi...@git.apache.org>.
GitHub user ssallys reopened a pull request:

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

    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/27.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 #27
    
----
commit 49e47563fa403092cebd8cd377012457f539fb6c
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T04:43:20Z

    HORN-30: Add driver code for Horn

commit 6fd3f5c6779b0134f4452cab1f4eca7be2f4e288
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T04:51:17Z

    HORN-30: Add driver code for Horn

commit 7e84557b220a632a668172ed91ab11220c62a0d0
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T05:53:00Z

    HORN-30: Add driver code for Horn

commit 71d33c5a8b80ead76406194bf2bb5244688925c2
Author: yeounhee <ss...@gmail.com>
Date:   2016-09-07T05:56:35Z

    HORN-30: Add driver code for Horn

commit f2929c070d75186951b76fd81e3d5c3d05ac8838
Author: ssallys <ss...@naver.com>
Date:   2016-09-07T06:28:13Z

    Update horn-env.sh

----


---
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.
---