Hi,
I’m encountering an error when I try to create a sweep id using wandb.sweep(sweep_config, entity=“sweep”, project=“efficient-sweeps”). Below is the error:
ERROR:wandb.sdk.internal.internal_api:403 response executing GraphQL.
ERROR:wandb.sdk.internal.internal_api:{“errors”:[{“message”:“permission denied”,“path”:[“upsertSweep”],“extensions”:{“code”:“PERMISSION_ERROR”}}],“data”:{“upsertSweep”:null}}
wandb: ERROR Error while calling W&B API: permission denied (<Response [403]>)
Would appreciate any help. Thank you!