Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dipannita08 committed Nov 25, 2024
1 parent f5d6a37 commit 0221426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion axlearn/cloud/gcp/measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def record(self, event: measurement.Event, *args, **kwargs):
)

def start_monitoring(self, *args, **kwargs):
"""
"""Starts Monitoring of Goodput.
Instantiate ml-goodput-measurement's GoodputMonitor to asynchronously calculate
Goodput and Badput at the upload_interval and upload to the specified TensorBoard
directory.
Expand Down

0 comments on commit 0221426

Please sign in to comment.