Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tensorflow Estimator

Tensorflow: What Are The Input Nodes For Tf.estimator Models

I trained a Wide & Deep model using the pre-made Estimator class (DNNLinearCombinedClassifier),… Read more Tensorflow: What Are The Input Nodes For Tf.estimator Models

Why Should I Build Separated Graph For Training And Validation In Tensorflow?

I've been using tensorflow for a while now. At first I had stuff like this: def myModel(trainin… Read more Why Should I Build Separated Graph For Training And Validation In Tensorflow?