Instead, log the Trainer's global_step like your other metrics, like so: wandb.log({"accuracy":0.99, "trainer/global_step": step}) ...
確定! 回上一頁