python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
locked out of wandb local server - change user password
I am using a local weight and biases (wandb) instance running on a server with no internet connection.
I have a user there and having no problems logging results from the server.
However, when trying ...
shgoren
Votes: 0
Answers: 1
wandb getting logged without initiating
I do not want to use wandb. I don't even have an account. I am simply following this notebook for finetuning. I am not running the 2nd and 3 cells because I do not want to push the model to the hub.
H...
Kiera.K
Votes: 0
Answers: 1
something wrong with wandb.login() ?
Failed to detect the name of this notebook, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable to enable code saving.
wandb: Currently logged in as: xxx (use wandb login --relog...
jr q
Votes: 0
Answers: 1
How to fix Wandb API giving error 400 when deleting artifacts?
I accidentally logged way too much to wandb and would like to delete some artifacts. I've tried the following script, but I get an error 400 whenever I run it:
import wandb
wandb.login(key=KEY)
api ...
dlwh
Votes: 0
Answers: 1