How can I retrieve a logged value from wandb before the run was finished?
import os import wandb wandb.init(project=\'someproject\') def loss_a(): # do_