Skip to content

U-Net models no longer work with recent versions of Tensorflow #76

Description

Can we update the model files to use recent versions of TensorFlow?

At the moment I get this error:

Exception encountered: Unrecognized keyword arguments passed to Conv2DTranspose: {'groups': 1}

I think the problem is this:

I can now confirm that if the model is created in Keras 3, and saved as .h5 the problem does not occur. It only occurs with historic models created in tf.keras. However, we (and customers) have a large collections of such models.

link to webpage with issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdding a new functionality, small or largeoptimisationImprovements in the performance of the code

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions