Skip to content

Commit

Permalink
fix issue #507
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Nov 7, 2023
1 parent 1af128b commit fbefd73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions domainlab/algos/trainers/fbopt_mu_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,6 @@ def update_setpoint(self, epo_reg_loss, epo_task_loss):
update setpoint
"""
return self.set_point_controller.observe(epo_reg_loss, epo_task_loss)

def __call__(self, epoch):
return self.mmu

0 comments on commit fbefd73

Please sign in to comment.