I have logged variables A and B using the wandb. Now, I want to add another variable C, where C is calculated as A divided by B. I’m not sure how to add this directly to my workspace during the training process. Do I have to wait until the training is complete and then write additional code ( download, load the data, and create the plot)?