-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
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