Hey Paul,
thanks for giving great advice - again and again
Thanks to your guidance, I found out that my Sequential Layer is missing.
I found this post of yours
explaining how the data_augmenter()
-function works, yet I’m lacking any understanding on the topic.
In the step where data_augmenter()
is called, it is not passed any argument, returning tf.keras.Sequential
If I try passing it the inputs, the TypeError
TypeError: data_augmenter() takes 0 positional arguments but 1 was given
Which is per definition correct - yet how I understand it, the function should take the inputs
Tensor as an argument?
EDIT: Ok, I solved it, yet really don’t understand why. Paul, I would be glad if you would answer my private message I’ll write you.