Skip to content

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

Open
@EdgarMCR

Description

@EdgarMCR

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions