Skip to content

Commit

Permalink
removing references to CloudLogger in the docs (#557)
Browse files Browse the repository at this point in the history
Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com>
  • Loading branch information
haifeng-jin and haifeng-jin authored Jun 17, 2021
1 parent 4f25815 commit e07ab22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keras_tuner/engine/base_tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class BaseTuner(stateful.Stateful):
directory: A string, the relative path to the working directory.
project_name: A string, the name to use as prefix for files saved by
this Tuner.
logger: Optional instance of `Logger` class, used for streaming data to
Cloud Service for monitoring.
logger: Optional instance of `kerastuner.Logger` class for
streaming logs for monitoring.
overwrite: Boolean, defaults to `False`. If `False`, reloads an
existing project of the same name if one is found. Otherwise,
overwrites the project.
Expand Down
4 changes: 2 additions & 2 deletions keras_tuner/engine/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class Tuner(base_tuner.BaseTuner):
directory: A string, the relative path to the working directory.
project_name: A string, the name to use as prefix for files saved by
this `Tuner`.
logger: Optional instance of `Logger` class, used for streaming data to
Cloud Service for monitoring.
logger: Optional instance of `kerastuner.Logger` class for
streaming logs for monitoring.
tuner_id: Optional string, used as the ID of this `Tuner`.
overwrite: Boolean, defaults to `False`. If `False`, reloads an
existing project of the same name if one is found. Otherwise,
Expand Down

0 comments on commit e07ab22

Please sign in to comment.