lox.wandb.log#

lox.wandb.log(run, logs)#

Logs data to the specified wandb run. :type run: WandbRun :param run: The WandbRun instance representing the run to log data to. :type run: WandbRun :type logs: logdict :param logs: A logdict containing the data to be logged. :type logs: logdict