We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
overview.ipynb
Error message is NotImplementedError: numpy() is only available when eager execution is enabled. so seems tensorflow related.
NotImplementedError: numpy() is only available when eager execution is enabled.
tensorflow
Started failing (with tensorflow 2.11.1): https://github.com/SeldonIO/alibi/actions/runs/4647731609/jobs/8224890365
tensorflow 2.11.1
Passing run 3 weeks ago (with tensorflow 2.10.1): https://github.com/SeldonIO/alibi/actions/runs/4521806562/jobs/7963758404
tensorflow 2.10.1
The text was updated successfully, but these errors were encountered:
Narrowed it down to this call inside the training script function:
y_pred = model(scaler.transform(X_test)).numpy().argmax(axis=1)
It seems something changed with 2.11 and numpy() calls are not longer allowed within a non-eager execution context.
2.11
numpy()
Sorry, something went wrong.
No branches or pull requests
Error message is
NotImplementedError: numpy() is only available when eager execution is enabled.
so seemstensorflow
related.Started failing (with
tensorflow 2.11.1
): https://github.com/SeldonIO/alibi/actions/runs/4647731609/jobs/8224890365Passing run 3 weeks ago (with
tensorflow 2.10.1
): https://github.com/SeldonIO/alibi/actions/runs/4521806562/jobs/7963758404The text was updated successfully, but these errors were encountered: