I am using Huggingface's Transformers Trainer object and I really like the support it has for wandb.
For my use case, I have subclassed the Trainer and, in addition to the values that are logged by default, I would like to keep track of one additional variable that gets updated at each training step.
What is the easiest way to add tracking for a single variable with wandb?