-
Notifications
You must be signed in to change notification settings - Fork 700
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
Bug: SomeTimes Coredumped using tfjob #1456
Comments
Hi, can you please show us the version of your keras/tensorflow? |
https://stackoverflow.com/questions/7381757/c-terminate-called-without-an-active-exception Maybe there is a thread that did not join or detach. |
the first picture show the version 2.6 and the problem also occurs in 2.7dev And my model exactly successfully trained. The exception is not throwed by my train code |
aslo submit the same issue. tensorflow-52894 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hello, iam using tfjob to train keras model.
most of times, they work fine. But some times, it will crash after train and savemodel.
our partial train code is here:
And the log is:
I get the coredumpe file;
it show this:
the operator log is :
i don't know the reason and don't know whether it is a tensorflow bug...
Any help will be appreciated... Thanks alot
The text was updated successfully, but these errors were encountered: