Relative Content

Tag Archive for tensorflowkerasconv-neural-networkkeras-layerkeras-tuner

Keras Error ‘keras.layers’ has no attribute ‘RandomRotation’

I am trying to optimize a CNN made with KERAS. For that I wanted to use the KERAS TUNER module. However, when importing the module i get the error message: “AttributeError: module ‘tensorflow.keras.layers’ has no attribute ‘RandomRotation’ “. This is shown in line 29 in the augment.py file of KERAS’ src/applications, which can be found in the TUNER GitHub Repo.