-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added keras tuner and updated readme #57
Conversation
@Kanavpreet-Singh well done so far. Small updates -
|
@Cgarg9 ive tried to implement the suggestions , kindly check and update me . |
@Cgarg9 , When you call tuner.search(x_train, y_train, epochs=3, validation_split=0.2, callbacks=[early_stopping]), Keras Tuner starts running different trials with different hyperparameters. It automatically logs the results of each trial, including validation accuracy, best accuracy so far, and elapsed time. ive removed test.ipynb file |
Got it but why is your print statement not present? |
@Cgarg9 sir ive again tried running the cells, but afterwards , when trials run , then it only shows info of the particular trial like shown in screenshot below At the end , trial 5 ran , so it ended up showing its info |
Okay got it. I'll look into why this is happening later but we can merge this. Great job. |
worked on issue #41