Small edits (#691)

This commit is contained in:
pollfly
2023-10-15 10:59:07 +03:00
committed by GitHub
parent e6257d2843
commit a8be5b50c8
18 changed files with 27 additions and 26 deletions

View File

@@ -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: