Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity name hardcoded for wandb #366

Closed
michalkoziarski opened this issue Jun 26, 2023 · 1 comment · Fixed by #421 or #423
Closed

Entity name hardcoded for wandb #366

michalkoziarski opened this issue Jun 26, 2023 · 1 comment · Fixed by #421 or #423
Milestone

Comments

@michalkoziarski
Copy link

The name of entity is hardcoded in

wandb.init(entity="multitask-gnn", project=cfg["constants"]["name"], config=cfg)
to "multitask-gnn", so people without access get

wandb.errors.CommError: It appears that you do not have permission to access the requested resource. Please reach out to the project owner to grant you access. If you have the correct permissions, verify that there are no issues with your networking setup.(Error 404: Not Found)

when trying to run experiments.

The easiest option would be to just remove it, but I am not sure if that won't break workflow for people currently running experiments (when they start getting logged to different project).

@DomInvivo DomInvivo added this to the Release milestone Jun 29, 2023
This was linked to pull requests Aug 23, 2023
@DomInvivo
Copy link
Collaborator

Fixed in PR #421 and #423 , where entity is passed in the hydra-configs, see example here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants