csensemakers / desci-sense

2 stars 2 forks source link

Error with downloading wandb artifact #74

Open ronentk opened 7 months ago

ronentk commented 7 months ago

@ShaRefOh in the eval benchmark (#65 ) - for some reason calling https://github.com/csensemakers/desci-sense/blob/68679dbbda2b63913d3804f8ce491c31a563ce74/desci_sense/evaluation/eval_benchmark_v0.py#L121 after running wandb.init with the project name isn't working, but when calling wandb.init without the project it does work. See here: https://github.com/csensemakers/desci-sense/blob/main/notebooks/eval_test.ipynb

Any ideas?

ShaRefOh commented 7 months ago

Seems like you started a run which is still on.

Screen Shot 2024-01-22 at 8 23 30 PM

perhaps try shutting it down first. I initiated runs with the project name in a few scripts. It should be fine.

ronentk commented 7 months ago

That is the "zombie run" generated by the notebook. Do you have a WANDB_PROJECT key in your environment settings?

ShaRefOh commented 7 months ago

Hmmm interesting, I don't think I have a project-specific key, but I do have my wandb key in the system. Perhaps try to run wandb.login() first? The owner of the project is common sense makers. I will check

ShaRefOh commented 7 months ago

No project key in my environment, strange. Does the script ask you to login into wandb? Otherwise, we can add a login with a key