ensure wandb run doesnt get overwritten

This commit is contained in:
harubaru 2022-10-15 11:40:53 -07:00
parent 18ad704fd6
commit 61ed683d1c
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import uuid
import argparse, os, sys, datetime, glob, importlib, csv
import numpy as np
import time
@ -547,7 +548,7 @@ if __name__ == "__main__":
"name": nowname,
"save_dir": logdir,
"offline": opt.debug,
"id": nowname,
"id": str(uuid.uuid1()),
}
},
"testtube": {