Skip to content

Instantly share code, notes, and snippets.

@yufengg
Created November 3, 2017 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yufengg/cfa3893a3424428896837c0a0ef02c21 to your computer and use it in GitHub Desktop.
Save yufengg/cfa3893a3424428896837c0a0ef02c21 to your computer and use it in GitHub Desktop.
classifier =
tf.estimator.DNNClassifier(
feature_columns=feature_columns,
n_classes=10,
hidden_units=[100, 75, 50],
model_dir=logdir
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment