Code Monkey home page Code Monkey logo

Comments (4)

reedwm avatar reedwm commented on August 28, 2024 1

From the thread you linked, txbob said

If it is compiled against CUDA 8 (you would either have to compile from sources or pull a special wheel: tensorflow/tensorflow#14244 to get TF 1.4 compiled against CUDA 9) then you may be experiencing a substantial JIT-compilation delay. It's not unheard of for JIT to add minutes of start-up time to an application that uses many libraries (like TF). The best practice is to build TF from sources and make sure to specify the compute capability of the GPUs you are going to use:

Recent versions tf-nightly-gpu is compiled for CUDA 9 and compute capability 7.0 which is what the Titan V uses, so either build from source or use a recently tf-nightly-gpu version.

from benchmarks.

gorogm avatar gorogm commented on August 28, 2024

During the delay execution is in a sess.run (warm up / benchmark_one_step), so I couldn't go deeper.

from benchmarks.

gorogm avatar gorogm commented on August 28, 2024

Thanks @reedwm, the solution which I have just recently found, is that cuDNN 7.0.3 is not enough for Titan V, the delays were gone with 7.0.5.

from benchmarks.

gorogm avatar gorogm commented on August 28, 2024

.. and for the mentioned FP16 error message, see this issue:
tensorflow/tensorflow#15521

from benchmarks.

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.