Open nidragedd opened 4 years ago
Same issue here. Solution: rollback to 1.0.1 version
rollback to keras-tuner 1.0.1 version did not help. Instead, I updated TensorFlow to 2.2 from 2.1 that I was using previously
My TensorFlow-GPU version is the latest 2.6, but I still work with
Hi,
Since Nov the 21st I have issues with some of my jobs in production. I digged and found that this is due to keras-tuner-1.0.2 upgrade (before I was using 1.0.1). Maybe a brad practice but in my requirements.txt, versions were not frozen so it has upgraded by itself this WE.
Anyway, what was previously working like a charm has now this error:
I rollbacked to 1.0.1 and it works but I am letting you know this because the upgrade is not seamless.
tensorflow2_p36 has tensorflow 2.1.2 and python 3.6 on UNIX machines.
EDIT: I checked the tensorflow source code and saw that, yes, the
tensorflow.keras.layers.experimental.preprocessing.RandomRotation
has been added since r2.2. Maybe I missed this non compatibility information but this is the conclusion I arrived to