Replies: 1 comment 6 replies
-
I don't know if it will help, but it's something to try: can you try lowering the amount of GPU memory JAX allocates (https://jax.readthedocs.io/en/latest/gpu_memory_allocation.html) ? Can you also share the output of |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my installation of
jax
and
indicate my GPU is being found.
I am not sure exactly what the problem is, but some of the
jax/examples
scripts that run without convolutions do not seem as fast as I would expect (maybe even at CPU speed) and I cannot run my own more complicated models (that run perfectly on colab).I believe the GPU works after running the VAE example in the
jax/examples
directory. It seems instead that convolutions cause the problem.My relevant versions are here
and I install via the commands
However, when I run some codes, I obtain the error here:
Beta Was this translation helpful? Give feedback.
All reactions