Skip to content

Commit

Permalink
fix(autotune): fix bucket size switch not effective (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shjwudp authored Jun 25, 2021
1 parent 58719c7 commit 30b490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bagua/service/autotune_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def register_models():
default_hyperparameters = BaguaHyperparameter(
buckets=split_bucket_by_bucket_size(
tensor_list,
self.default_bucket_size,
session["bucket_size"],
self.param_group_info,
),
)
Expand Down

0 comments on commit 30b490a

Please sign in to comment.