English
if os.path.exists("~/keys.json"): os.environ["WANDB_API_KEY"] = json.loads("~/keys.json")["work_account"]
Was this page helpful?