You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saw this message:
W&B online. Running your script from this directory will now sync to the cloud
Then ran:
python server.py
I then loaded a model, went into the training tab, enabled:
Save detailed logs with: wandb
I then started a training session. I got the following message from stdout:
wandb: WARNING The run_name is currently set to the same value as TrainingArguments.output_dir. If this was not intended, please specify a different run name by setting the TrainingArguments.run_name parameter.
wandb: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
wandb: Tracking run with wandb version 0.18.1
wandb: W&B syncing is set to offline in this directory.
wandb: Run wandb online or set WANDB_MODE=online to enable cloud syncing.
The training is ongoing.
I would hope to know:
Why is wandb offline, I would like it to be real time if this is supported.
The warning about run_name, I can not see where I can specify this.
Note:
I do have a wandb account, and I did run 'wandb login' (with the key) before doing all this.
I have a standard Ubuntu (WSL2) install, with only 'chatbot_clinic' extension installed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I ran from the prompt:
wandb online
Saw this message:
W&B online. Running your script from this directory will now sync to the cloud
Then ran:
python server.py
I then loaded a model, went into the training tab, enabled:
Save detailed logs with: wandb
I then started a training session. I got the following message from stdout:
wandb: WARNING The
run_name
is currently set to the same value asTrainingArguments.output_dir
. If this was not intended, please specify a different run name by setting theTrainingArguments.run_name
parameter.wandb: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
wandb: Tracking run with wandb version 0.18.1
wandb: W&B syncing is set to
offline
in this directory.wandb: Run
wandb online
or set WANDB_MODE=online to enable cloud syncing.The training is ongoing.
I would hope to know:
Note:
I do have a wandb account, and I did run 'wandb login' (with the key) before doing all this.
I have a standard Ubuntu (WSL2) install, with only 'chatbot_clinic' extension installed.
I would appreciate some help and suggestions.
Thank you kindly all.
Beta Was this translation helpful? Give feedback.
All reactions