--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/602f8bf3-3345-4644-b37f-6499a61c015c%40tensorflow.org.
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/3532deb7-6546-4b61-8d43-2dc4864babeb%40tensorflow.org.
However, the subject of this discussion is about the missing documentation and tutorial for building and training a computational graph.
The link related to cmake in GitHub deals with the installation: Downloading, extracting, compiling, linking and integrating the tensorflow libraries into a C++ product.
However, the subject of this discussion is about the missing documentation and tutorial for building and training a computational graph.
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/aa5823a0-9a6b-4620-bc2d-9c60d7c60270%40tensorflow.org.
Currently I'm working on a sort of autoencoder, and I'm trying to make sense from the very few examples on the web.You can view my progress here:I didn't run it even once so I'm not sure that it works at all...
On Jul 3, 2017 16:42, "Dailos Guerra Ramos" <dailos....@gmail.com> wrote:
Hi!, I'm still looking for the examples in C++.A simple convolutional neural network construction and training would be a good starting point for me.Reading data, saving network state, tensorboard, etc...Like the one written in Python from the earliest versions of tensorflow in their webpage.I see in the official C++ API tensorflow page that there are already many functions and classes defined for the language.But I cannot find examples anywhere.I'm eager to start using c++ API intensively but I don't see much documentation so far.Best regards,Dailos
On Wed, Jun 28, 2017 at 8:20 AM, <dr...@drorm.com> wrote:
The link related to cmake in GitHub deals with the installation: Downloading, extracting, compiling, linking and integrating the tensorflow libraries into a C++ product.
However, the subject of this discussion is about the missing documentation and tutorial for building and training a computational graph.
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/aa5823a0-9a6b-4620-bc2d-9c60d7c60270%40tensorflow.org.
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CAOfPsMLKALYO1e%2BRahU3YUydScWkQLvfBbxKZn11XS9t9JcGVQ%40mail.gmail.com.
namespace tensorflow {
namespace grappler {
// A cluster represents of collection of hardware resources available to run
// the TensorFlow model.
// A process can only create a single cluster at a time.
class Cluster ...
namespace tensorflow {namespace grappler {// A TensorFlow model to optimize.// Models are represented by the combination of a graph, one of more fetch// nodes, and potentially a set of nodes to feed.// TODO(volunteer_needed): turn this struct into a class.struct GrapplerItem ...
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/aa5823a0-9a6b-4620-bc2d-9c60d7c60270%40tensorflow.org.
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CAOfPsMLKALYO1e%2BRahU3YUydScWkQLvfBbxKZn11XS9t9JcGVQ%40mail.gmail.com.
--Sent from Inbox By Gmail
--Sent from Inbox By Gmail
--Sent from Inbox By Gmail
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CAC9D8R6PYYOXhPQ9s8x2MDxS4zi05W%2BBO_EG34sk-FpDXYh-Yw%40mail.gmail.com.
Hi!, I'm still looking for the examples in C++.A simple convolutional neural network construction and training would be a good starting point for me.Reading data, saving network state, tensorboard, etc...