Skip to content

Commit

Permalink
fix: autotune api conflict (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: root <root@bjlt03-hi51.sy>
  • Loading branch information
3 people authored Jul 20, 2021
1 parent ac21238 commit f8798bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bagua/torch_api/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def _bagua_autotune_step(self):
rsp = self._bagua_autotune_client.report_metrics(
model_name=self.bagua_module_name,
rank=get_rank(),
unix_timestamp=time.time(),
train_iter=self.bagua_train_step_counter,
hyperparameters=self._bagua_hyperparameters.dict(),
speed=speed,
Expand Down

0 comments on commit f8798bb

Please sign in to comment.