eaplatanios / tensorflow_scala

TensorFlow API for the Scala Programming Language
http://platanios.org/tensorflow_scala/
Apache License 2.0
937 stars 95 forks source link

Are data, example likely to be published soon? #40

Closed siddhartha-gadgil closed 6 years ago

siddhartha-gadgil commented 6 years ago

I see a TODO in build.sbt. Got Linear regression working, want to try MNIST (and word2vec)

eaplatanios commented 6 years ago

@siddhartha-gadgil The data and the examples modules are now also included in the publish artifacts. You can use them by specifying one or both of the following dependencies in your project:

libraryDependencies += "org.platanios" %% "tensorflow-data" % "0.1.0-SNAPSHOT"
libraryDependencies += "org.platanios" %% "tensorflow-examples" % "0.1.0-SNAPSHOT"

The artifacts are currently being published and so if your dependencies don't work immediately please wait a few minutes and try again.

siddhartha-gadgil commented 6 years ago

Works beautifully. This is brilliant stuff. The only slight issue is that examples have directories hard-coded in them, so I can run in a console (as I did) but not just "run"

On Tue, Nov 7, 2017 at 12:24 AM Anthony Platanios notifications@github.com wrote:

Closed #40 https://github.com/eaplatanios/tensorflow_scala/issues/40.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eaplatanios/tensorflow_scala/issues/40#event-1328225683, or mute the thread https://github.com/notifications/unsubscribe-auth/ADatpHA7ctrjitXqcU9V4kQ986VgdmkOks5sz1XOgaJpZM4QSybw .

eaplatanios commented 6 years ago

Great, thanks!:) Oh yes. I’m sorry about that. It was because I was using them to test my code. I’ll standardize them a bit and update I_n the next couple of days.

On Nov 6, 2017, 10:15 PM -0500, Siddhartha Gadgil notifications@github.com, wrote:

Works beautifully. This is brilliant stuff. The only slight issue is that examples have directories hard-coded in them, so I can run in a console (as I did) but not just "run"

On Tue, Nov 7, 2017 at 12:24 AM Anthony Platanios notifications@github.com wrote:

Closed #40 https://github.com/eaplatanios/tensorflow_scala/issues/40.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eaplatanios/tensorflow_scala/issues/40#event-1328225683, or mute the thread https://github.com/notifications/unsubscribe-auth/ADatpHA7ctrjitXqcU9V4kQ986VgdmkOks5sz1XOgaJpZM4QSybw .

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.