79577180

Date: 2025-04-16 12:31:18
Score: 1.5
Natty:
Report link

If you define batch_size before initializing your model, such as:

batch_size = hp.Int('batch_size', min_value=1, max_value=10, step=16)
model = Sequential()

then it works.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hannes