Skip to content

Type error with new tensorflow 2.18 #145

@maxsch3

Description

@maxsch3

Issue description

When using tensorflow 2.18 I'm getting the following error:

TypeError: `output_signature` must contain objects that are subclass of `tf.TypeSpec` but found <class 'list'> which is not.

Investigation

From the looks of it, new tensorflow wants multiple inputs in x and y structures to be tuples, not lists as it is now

I would like to

make batch shaper to return x and y as tuples

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghigh impactHigh impact

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions