Adding data_augmentation layer causes errors with model_1 in 05_transfer_learning #680
MikaATuomaala
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi Mika, I faced the same issue.
So, you've got I found the following workaround
The original data_augmentation remains untouched and the cloned one is used for the image augmentation Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have problems with "05_transfer_learning". Following code used for model_1:
where data_augmentation is defined as follows:
produces following error:
As far as I can tell, the code is same as in the updated course notes. And I have tried to copy-paste from the updated notes, but that doesn't seem to make any difference.
Tensorflow version is 2.17.1 and the runtime type is T4 GPU
Any ideas what could be causing this? And better yet, how to fix it?
Thanks,
-Mika
Beta Was this translation helpful? Give feedback.
All reactions