It always save the model weight to my local for a backup, and it upload weights to wandb cloud which always cause the storage to be full. Is there a way to disable that? I am currently using wandb like this
report_to=‘wandb’,
os.environ[“WANDB_LOG_MODEL”] = “checkpoint” # log all model checkpoints