qkeras icon indicating copy to clipboard operation
qkeras copied to clipboard

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

Open EdgarMCR opened this issue 8 months ago • 0 comments

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.

EdgarMCR avatar Feb 06 '25 17:02 EdgarMCR