DeepMicroscopy / MIDOGpp

A large, multi-domain mitotic Figure Dataset
MIT License
12 stars 8 forks source link

wandb error #1

Closed ycimtay closed 12 months ago

ycimtay commented 1 year ago

When run (main.py) we got an error related to the following line: run = wandb.init(entity=cfg.wandb.entity, project=cfg.wandb.project, config=OmegaConf.to_container(cfg, resolve=True, throw_on_missing=True), reinit=True)

Error msg: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 403: Forbidden)

How to get an access, normally we created our own account on wandb however I think the credentials should be provided for us. Could you please help ?

Best Wishes.

FraukeWilm commented 1 year ago

Thank you for your interest in our dataset. Wandb is used for tracking the training progress and saving model checkpoints. This can be done in your own account on wandb. You have to adapt the configuration file of the project accordingly, i.e. replace entity: username with your wandb username

image

Kind regards, Frauke