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

Tensorflow Estimator - High Evaluation Values On Training Data

I'm using Tensorflow 1.10 with a custom Estimator. To test my training/evaluation loop, I just … Read more Tensorflow Estimator - High Evaluation Values On Training Data

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?

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