Skip to content

Using KerasTuner for Batchdataset in Tensorflow 2.0 #752

Answered by haifeng-jin
live2awesome asked this question in Q&A
Discussion options

You must be logged in to vote

X and Y will be directly passed to the model.fit() function of a Keras model.
Please make sure it works without KerasTuner.
Something like:

model = build_model(keras_tuner.HyperParameters())
model.compile(...)
model.fit(x, y, ...)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by live2awesome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants