- Verify entity and project names: Ensure correct spelling and case sensitivity of the W&B entity and project names in your code. A typo or case mismatch causes the run to target a location you don’t have access to.
- Confirm permissions: Ensure the administrator has granted you the necessary permissions for the target entity and project.
- Check log-in credentials: Confirm that you’re logged in to the correct W&B account. Test by creating a run with the following code, replacing
[ENTITY-NAME]and[PROJECT-NAME]with your target entity and project: - Set API key: Set the
WANDB_API_KEYenvironment variable so the client authenticates with the intended account. Replace[API-KEY]with your W&B API key: - Confirm host information: For custom deployments, point the client at the correct W&B host so the run is sent to the right server. Replace
[HOST-URL]with your W&B host URL:
Runs Security