Skip to content

Commit

Permalink
white
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Jan 9, 2024
1 parent 7c11670 commit dcc6d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modyn/supervisor/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ def _handle_triggers_within_batch(self, batch: list[tuple[int, int, int]], trigg
self._run_training(trigger_id) # Blocks until training is done.
else:
logger.info(f"Skipping training on empty trigger {trigger_id}]")

self.status_bar.update(demo="Handling triggers")

# If no other trigger is coming in this batch,
Expand Down

0 comments on commit dcc6d78

Please sign in to comment.