First Wandb run!

I’m trying to initialize with the following .

import wandb
wandb.init(config=all_args,
               project=your_project_name,
               entity=your_team_name,
               notes=socket.gethostname(),
               name=your_experiment_name
               dir=run_dir,
               job_type="training",
               reinit=True)

Hi @diakorudd Good day and thank you for reaching out to us. May we request for more information on how we can assist you? Are you encountering issues when initializing your wandb? Please share us some information like errors messages or Full stack trace and also a background on what exactly you are trying to perform.

Hi @diakorudd , since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!