-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added hpo * lint fixed * Update hyperparameter_optimization.rst * fixed file lint * fixed documentation images * added sweep doc image * updated hpo docs to include images * fixed linting errors * added config folder to store sample sweeps * fixed docs for new location of config files * not needed. moved to config directory * not needed moved to config directory * renamed to configs * changed to "configs" * fixed grammar
- Loading branch information
Showing
6 changed files
with
106 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
algorithm: "bayes" | ||
spec: | ||
maxCombo: 10 | ||
metric: "image_F1Score" | ||
objective: "maximize" | ||
parameters: | ||
dataset: | ||
category: capsule | ||
image_size: | ||
type: discrete | ||
values: [128, 256] | ||
model: | ||
backbone: | ||
type: categorical | ||
values: ["resnet18", "wide_resnet50_2"] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters