TensorFlow 1.0 Released
developers.googleblog.com
TensorFlow 1.0 Released
1–10 of 76 posts
Re: TensorFlow 1.0 Released
#2https://github.com/tensorflow/tensorflow/releases/tag/v1.0.0
You can follow the Summit live here: https://www.youtube.com/watch?v=LqLyrl-agOw
Re: TensorFlow 1.0 Released
#3Re: TensorFlow 1.0 Released
#4Kudos to the team. Anybody know if we can we train in languages other than Python yet (or do I have that wrong)?
-----------------------------------------------------
Language options
TensorFlow comes with an easy-to-use Python interface and no-nonsense interfaces in other languages to build and execute computational graphs. Write stand-alone TensorFlow Python, C++, Java, or Go programs, or try things out in an interactive TensorFlow iPython notebook where you can keep notes, code, and visualizations logically grouped. This is just the start though — we're hoping to entice you to contribute interfaces to your favorite language — be it Lua, JavaScript, or R.
--------------------------------------------------------
Re: TensorFlow 1.0 Released
#5Kudos to the team. Anybody know if we can we train in languages other than Python yet (or do I have that wrong)?
Re: TensorFlow 1.0 Released
#6Kudos to the team. Anybody know if we can we train in languages other than Python yet (or do I have that wrong)?
The short answer is no.
The long answer is yes, but only if you create the model in Python, export it, and then feed training data in other languages. There are some people doing exactly that.
Long term, I'd like to give all languages equal footing, but there's quite a bit of work left.
Re: TensorFlow 1.0 Released
#7Kudos to the team. Anybody know if we can we train in languages other than Python yet (or do I have that wrong)?
From the page: ----------------------------------------------------- Language options TensorFlow comes with an easy-to-use Python interface and no-nonsense interfaces in other languages to build and execute computational graphs. Write stand-alone TensorFlow Python, C++, Java, or Go programs, or try things out in an interactive TensorFlow iPython notebook where you can keep notes, code, and visualizations logically gr…
Re: TensorFlow 1.0 Released
#8https://www.youtube.com/watch?v=vq2nnJ4g6N0
I wish AMD graphics cards were supported fully. I really think AMD should find a way to work with the Tensor Flow team on this...
Re: TensorFlow 1.0 Released
#9Re: TensorFlow 1.0 Released
#10I have a couple of applications in mind, mostly time series predictions. But the machine learning field seems to be vast and I don't know where to start.