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

WandbLogger can't find project while deleting duplicate runs. #61

Open
arseniybelkov opened this issue Sep 11, 2023 · 1 comment
Open
Labels
bug Something isn't working distributed training Problem with distrbuted training logger Issues related to experiment logging

Comments

@arseniybelkov
Copy link
Member

  File "/homes/kek/packages/thunder/thunder/torch/loggers/wandb.py", line 17, in __init__
    for run in api.runs(path=f"{exp.entity}/{exp.project}"):
  File "/homes/kek/miniconda3/envs/3.11/lib/python3.11/site-packages/wandb/apis/public.py", line 1227, in __next__
    if not self._load_page():
           ^^^^^^^^^^^^^^^^^
  File "/homes/kek/miniconda3/envs/3.11/lib/python3.11/site-packages/wandb/apis/public.py", line 1214, in _load_page
    self.objects.extend(self.convert_objects())
                        ^^^^^^^^^^^^^^^^^^^^^^
  File "/homes/kek/miniconda3/envs/3.11/lib/python3.11/site-packages/wandb/apis/public.py", line 1781, in convert_objects
    raise ValueError("Could not find project %s" % self.project)
ValueError: Could not find project <bound method _DummyExperiment.nop of <lightning.fabric.loggers.logger._DummyExperiment object at 0x7fb28da61650>>
@arseniybelkov arseniybelkov added bug Something isn't working logger Issues related to experiment logging labels Sep 11, 2023
@arseniybelkov
Copy link
Member Author

Arises when using distributed learning.

@arseniybelkov arseniybelkov added the distributed training Problem with distrbuted training label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed training Problem with distrbuted training logger Issues related to experiment logging
Projects
None yet
Development

No branches or pull requests

1 participant