Closed TillBeemelmanns closed 6 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Hi @TillBeemelmanns it is upto the users to turn jit compile on or not. It will be on by default.
Yes sure, but this keras-cv demo does not work with the default jit_compile=True
. Hence, it is necessary to change the default.
I am running into problems when using
keras-cv/examples/training/object_detection_3d/waymo/train_pillars.py
with Keras 3. Some of the layers constantly recompile XLA (probably the voxelization layer) causing very long step time and OOM crash. Withjit_compile=False
the problem does not appear.jit_compile=True
jit_compile=False
@divyashreepathihalli @sampathweb