I’m using pytorch lightning with the Wandb logger. During the training I log table with a log_table function that I have overwritten, but the function remains almost the same :
So when I log tables I obtain Wandb artifacts also, but I was wondering if there was a way to log them without these artifacts ?
(I am using pytorch-lightning 1.6.1 and wandb 0.13.1)
What kind of artifacts do you mean here? Do you mean the files being written to the wandb folder? I’m not sure, but I think this can’t be avoided as W&B handles it this way for upload.