Skip to content

Instantly share code, notes, and snippets.

@peterroelants
Created June 6, 2018 16:33
Show Gist options
  • Save peterroelants/d29cd28025be6fabfaccc4f66966dd1c to your computer and use it in GitHub Desktop.
Save peterroelants/d29cd28025be6fabfaccc4f66966dd1c to your computer and use it in GitHub Desktop.
Create a tensorflow estimator
return tf.estimator.Estimator(
model_fn=model_fn,
config=config,
params=params,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment