Skip to content

Instantly share code, notes, and snippets.

@obeshor
Created February 19, 2021 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obeshor/d8ef1e39ef1535d49dd165bfd2438122 to your computer and use it in GitHub Desktop.
Save obeshor/d8ef1e39ef1535d49dd165bfd2438122 to your computer and use it in GitHub Desktop.
tuner = kt.Hyperband(model_builder,
objective = 'val_accuracy',
max_epochs = 10,
factor = 3,
directory = 'my_dir',
project_name = 'hyper_tuning')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment