Skip to content

Commit

Permalink
Change "SOFT-TUNING PROGRESS" to "CURRENT TRAINING STEP"
Browse files Browse the repository at this point in the history
  • Loading branch information
vfbd committed Jun 14, 2022
1 parent 2590287 commit ef68d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtj_softtuner/trainer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def compute_noise(g_avg, s_avg):
range(first_step, steps),
initial=first_step,
total=steps,
desc="SOFT-TUNING PROGRESS",
desc="CURRENT TRAINING STEP",
):
step += 1
# Train for one step and update the plot
Expand Down

0 comments on commit ef68d02

Please sign in to comment.