Skip to content

Instantly share code, notes, and snippets.

@amirhfarzaneh
Created February 23, 2018 09:07
Show Gist options
  • Save amirhfarzaneh/35b165fb328897a303c05e9c3e8dad94 to your computer and use it in GitHub Desktop.
Save amirhfarzaneh/35b165fb328897a303c05e9c3e8dad94 to your computer and use it in GitHub Desktop.
mnist_classifier = tf.estimator.Estimator(model_fn=cnn_model_fn,
model_dir="/tmp/mnist_vgg13_model")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment