I have some problems when I use kerastuner on Colab. This\'s my code:
def build_model(hp): input_ = Input(shape=(20,20,1)) cnn_out1 = Conv2D(filters=16, k