poor GPU utilization on the deep learning examples
Open
good first issue
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 76
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
when running the deep learning examples (say) deep_learning/flax_image_classif.py , the GPU utilization is never above 5%, while for the equivalent flax example the GPU utilization is around 90%, and the example runs more than 20x faster.
My guess is that there's a crucial @jax.jit directive missing somewhere.
Contributor guide
Assessment
This issue has not been assessed yet.