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

What version of tensorflow and python allows the unit tests to pass? #137

Open
EdgarMCR opened this issue Feb 6, 2025 · 0 comments
Open

Comments

@EdgarMCR
Copy link

EdgarMCR commented Feb 6, 2025

Hi,
Thank you for sharing this great repository.

Would it be possible to add a working python version and requirements file to the ReadMe? I cannot find any version of tensorflow with which I can run the tests.

Using the requierements file, I cannot install a configuration where the tests work.

For tensorflow 2.16, 2.17 and 2.18, keras-tune is too old. After updating keras-tuner, the most common error is
E AttributeError: module 'tensorflow._api.v2.compat.v2.__internal__' has no attribute 'register_load_context_function'. Did you mean: 'register_call_context_function'?

With tensorflow 2.13, 2.14 and 2.15 I get an error about the propbuf package version. After forcing a protobuf downgrade to 3.20.0, 20 or so of the unit test still fail for various reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant