Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cerlymarco committed May 5, 2021
1 parent f492a45 commit 626417e
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 973 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_model(param):
return model
```

The optimization process is easily trackable using the callbacks provided by Keras. At the end of the procedure, you can access to all you need querying the keras-hypetune searcher. The best solutions can be automatically saved in proper locations.
The optimization process is easily trackable using the callbacks provided by Keras. At the end of the searching, you can access all you need by querying the keras-hypetune searcher. The best solutions can be automatically saved in proper locations.

## Installation

Expand Down
Loading

0 comments on commit 626417e

Please sign in to comment.