Skip to content
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

Changing KERNEL_LENGTHSCALE to tf.constant results in serialisation failure in expected_improvement.pct.py #833

Open
uri-granta opened this issue Mar 25, 2024 · 0 comments
Labels
code quality Improvements to robustness or maintainability

Comments

@uri-granta
Copy link
Collaborator

Changing KERNEL_LENGTHSCALE from tf.cast to tf.constant results in the documentation build failing during serialisation (hitting an assert id(obj) not in self.memo in pickle.py while using dill). This does not happen in the quickdocs run and was not easy to reproduce in the integration tests.

Low priority but would be good to get to the bottom of this.

@uri-granta uri-granta added bug Something isn't working code quality Improvements to robustness or maintainability and removed bug Something isn't working labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improvements to robustness or maintainability
Projects
None yet
Development

No branches or pull requests

1 participant