python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
raise ValueError("Shapes %s and %s are incompatible" % (self, other)) error while trying to get tuner.get_best_models()[0].summary() using keras-tuner
I am trying to optimze hyperparamter for 1D CNN model using keras-tuner. Everything looks perfect while trying to get the best parameter. But when I try to print tuner.get_best_models()[0].summary(), ...
Edy Ashton
Votes: 0
Answers: 1
Keep getting NaNs value for scoring when tuning on KerasRegressor
I am trying to tune hyperparameter on the KerasRegressor
However, i only get the result of NaN's which is shown below, may i know what cause the issue?
everything works fine when i try to compile my m...
Chuen Yik Kang
Votes: 0
Answers: 0
Keras Tuner not Utilising TPUs on Google Colabs
I'm at a complete loss with this one. I have implemented the following code, using the common pattern for defining a 'resolver' and the TPU Strategy.
However, when I run this, the tuner.search functio...
Larry125
Votes: 0
Answers: 0