Section 5 - transfer learning feature extraction input shape error #319
-
Tensorflow Version 2.7. I'm faced with an input shape warning when executing the code provided. Please assist. Thank you. **** below is the code and error ******
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ngcheeyuan, Looks like your model was training correctly, is this correct? But the warning is still there - I feel like this may be an error (or an unnecessary warning). Can you confirm the shapes of your input data & data augmentation layers? (I think the error may be within one of the data augmentation layers, because of How do these look? Is your model still able to make sound predictions? |
Beta Was this translation helpful? Give feedback.
Hi @ngcheeyuan,
Looks like your model was training correctly, is this correct?
But the warning is still there - I feel like this may be an error (or an unnecessary warning).
Can you confirm the shapes of your input data & data augmentation layers? (I think the error may be within one of the data augmentation layers, because of
random_flip_5_input
, though this may be because of TensorFlow aug layers rather than your code)How do these look?
Is your model still able to make sound predictions?