in weak_to_strong/logger.py [0:0]
def dumpkvs(self): if self.use_wandb: wandb.log(self._log_dict) if self.log_path is not None: append_to_jsonl(self.log_path, self._log_dict) self._log_dict = {}