-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intermittent test case failed on tensorflow gpu env #20027
Comments
@sachinprasadhs https://colab.sandbox.google.com/gist/sachinprasadhs/e73e2c7428f44ccc0d2ef486bed047c6/20027.ipynb |
Hi @shashaka, could we try and get a pared down colab of this issue? Please remove anything non-relevant to Tensorflow and to this reproduction. Please also add |
Here is a simplified gist (shows the error) (With disabled traceback filtering.) Happens both with GPU and CPU. (It does happen only some times !) PS: This might be obvious but without the test environment there seems to be no error (gist). |
I also updated my gist based on @ghsanti 's one. https://colab.research.google.com/gist/shashaka/71e1e97d1486398c0bcca1fb4fc084d8/20027.ipynb |
Thank you @shashaka and @ghsanti, unless this shows up in our own testing environment (internally/github CI) we are unlikely to have the bandwidth to dive deeper into what is happening since this might be environment specific. If you're taking a closer look and find the code pointer responsible we'd be happy to support any PR's. Leaving open for now! |
On keras/src/trainers/data_adapters/generator_data_adapter_test.py, I found that there is intermittent test case failed on tensorflow gpu env.
This is related in test_basic_flow method on this test case, so, I made test code for this on my local side.
And I got an error as below, many of running was succeeded, however, some are failed.
So, is there anyone can confirm whether this is the bug or not??
The text was updated successfully, but these errors were encountered: