Code Monkey home page Code Monkey logo

Comments (8)

tobegit3hub avatar tobegit3hub commented on July 3, 2024

Can you print your version of TensorFlow? Just try this.

python -c "import tensorflow; print(tensorflow.__version__)"

from tensorflow_template_application.

stutys avatar stutys commented on July 3, 2024

my TF version: 0.8.0rc0. Is there any problem?

from tensorflow_template_application.

tobegit3hub avatar tobegit3hub commented on July 3, 2024

I think this should work with TensorFlow 0.8.0. @stutys

Can your pull the latest code of this project and run with python ./cancer_classifier.py? If there's error please paste the error log here.

from tensorflow_template_application.

tobegit3hub avatar tobegit3hub commented on July 3, 2024

0.8.0 is a little out-of-date. It would be better to test with later version.

from tensorflow_template_application.

9vivian88 avatar 9vivian88 commented on July 3, 2024

I met the same problem with @stutys

from tensorflow_template_application.

stutys avatar stutys commented on July 3, 2024

Thanks for your answers, the error log is just like this,
Use the model: wide_and_deep Use the optimizer: adagrad Use the model: wide_and_deep Traceback (most recent call last): File "./cancer_classifier.py", line 203, in <module> _, auc_op = tf.contrib.metrics.streaming_auc(validate_softmax, new_validate_batch_labels) AttributeError: 'module' object has no attribute 'streaming_auc'
And could you instuct how to update TensorFlow, or i need to install it again with latest version? @tobegit3hub

from tensorflow_template_application.

stutys avatar stutys commented on July 3, 2024

Do you solve the problem? and some solutions? Thanks so much. @9vivian88

from tensorflow_template_application.

tobegit3hub avatar tobegit3hub commented on July 3, 2024

Thanks @stutys and @9vivian88 for reporting.

Confirm that it's caused by tf.contrib.metrics.streaming_auc which is merged after r0.9. You can checkout that file here.

You can upgrade to 0.9+ TensorFlow and 0.11rc is highly recommended. Or just comment out those lines about auc and everything should work again.

from tensorflow_template_application.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.