mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#691)
This commit is contained in:
@@ -29,7 +29,8 @@ tuner = kt.Hyperband(
|
||||
logger=ClearMLTunerLogger(),
|
||||
objective='val_accuracy',
|
||||
max_epochs=10,
|
||||
hyperband_iterations=6)
|
||||
hyperband_iterations=6
|
||||
)
|
||||
```
|
||||
|
||||
When the script runs, it logs:
|
||||
|
||||
Reference in New Issue
Block a user