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

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?

How To Verify Optimized Model In Tensorflow

I'm following a tutorial from codelabs. They use this script to optimize the model python -m te… Read more How To Verify Optimized Model 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