Skip to content

Commit d86b23e

Browse files
authored
Merge pull request #235 from automl/nas_and_llm
Nas and llm
2 parents c25c5ad + 0f4de33 commit d86b23e

File tree

11 files changed

+131006
-1
lines changed

11 files changed

+131006
-1
lines changed

deepcave/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Config:
6161

6262
# General config
6363
TITLE: str = "DeepCAVE"
64-
DEBUG: bool = True
64+
DEBUG: bool = False
6565
# How often to refresh background activities (such as update the sidebar or process button for
6666
# static plugins). Value in milliseconds.
6767
REFRESH_RATE: int = 500
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name": null, "hyperparameters": [{"type": "uniform_float", "name": "lr_decay_factor", "lower": 0.010543, "upper": 0.9885653, "default_value": 0.49955415, "log": false, "meta": null}, {"type": "uniform_float", "name": "lr_initial", "lower": 1e-05, "upper": 9.986256, "default_value": 0.0099931256372, "log": true, "meta": null}, {"type": "uniform_float", "name": "lr_power", "lower": 0.100811, "upper": 1.999659, "default_value": 1.050235, "log": false, "meta": null}, {"type": "uniform_float", "name": "opt_momentum", "lower": 5.9e-05, "upper": 0.9989986, "default_value": 0.0076772988349, "log": true, "meta": null}], "conditions": [], "forbiddens": [], "python_module_version": "1.2.0", "format_version": 0.4}

0 commit comments

Comments
 (0)