1

Trying to repoduce the results from the Tensorflow tutorial based on the Iris Data set https://www.tensorflow.org/get_started/estimator

However I am unable to run it as there is the Attribute Error I am running this on the official docker tensorflow jupyter image

error output

2
  • upgrade your tensorflow version to 1.3.0 Commented Aug 17, 2017 at 16:16
  • @IshantMrinal awesome was able bash into the docker container and pip install tensorflow to upgrade. any recommendation on the best docker image to run? Commented Aug 17, 2017 at 17:49

1 Answer 1

2

Just to close the question officially: only the (right now) newest tensorflow release 1.3.0 has the DNNClassifier included (see release notes: https://github.com/tensorflow/tensorflow/blob/r1.3/RELEASE.md), so you need to upgrade your tensorflow version to use it:)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.