Skip to content

Instantly share code, notes, and snippets.

@peterroelants
Last active August 24, 2017 11:43
Show Gist options
  • Save peterroelants/3b8aa9fa3c32d8c307efcb493c59ebcc to your computer and use it in GitHub Desktop.
Save peterroelants/3b8aa9fa3c32d8c307efcb493c59ebcc to your computer and use it in GitHub Desktop.
TensorFlow Estimator creation
return tf.estimator.Estimator(
model_fn=model_fn, # First-class function
params=params, # HParams
config=run_config # RunConfig
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment