Giter Site home page Giter Site logo

Comments (3)

shakes76 avatar shakes76 commented on May 17, 2024 4

This is the solution for the case when using JAX with tensorflow datasets that use tensorflow for the preprocessing as XLA and TF both fight for the memory. Using the documentation highlighted in this issue above points out using tf.config.experimental.set_visible_devices([], "GPU")

from dm-haiku.

iobtl avatar iobtl commented on May 17, 2024 2

Following the configuration instructions in https://jax.readthedocs.io/en/latest/gpu_memory_allocation.html worked.
Thank you! Will keep note of such a requirement in future. I don't have concurrent processes running so this may just be an internal system setup on my side.

from dm-haiku.

trevorcai avatar trevorcai commented on May 17, 2024 1

2020-05-11 20:08:32.182307: E external/org_tensorflow/tensorflow/stream_executor/cuda/cuda_blas.cc:236] failed to create cublas handle: CUBLAS_STATUS_NOT_INITIALIZED

This error is indicating that CUDA didn't initialize properly.
As you point out, one cause of this might be that many processes are concurrently trying to reserve GPU memory. Do you get this error when there are no other processes using your GPU? (Can be seen with nvidia-smi.)

The JAX equivalent of the above TF configuration can be found here:
https://jax.readthedocs.io/en/latest/gpu_memory_allocation.html

One other thing that might be worth trying is encasing all the TFDS logic in a with tf.device('cpu'): to make sure the TF executor & XLA aren't fighting in your setup.

I'm fairly confident that this is a configuration issue; the folks in google/jax may be more able to pinpoint the problem than me.

from dm-haiku.

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.