Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deepcave/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Config:

# General config
TITLE: str = "DeepCAVE"
DEBUG: bool = True
DEBUG: bool = False
# How often to refresh background activities (such as update the sidebar or process button for
# static plugins). Value in milliseconds.
REFRESH_RATE: int = 500
Expand Down
1 change: 1 addition & 0 deletions logs/LLM/lm1b_2048/run_1/configspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +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}
Loading