'How to show wandb training progress from run folder [closed]

After training neural networks with wandb as the logger, I received a link to show the training results and a folder named "run-...", I assume that is the logging of the training process. Now I don't have that link, how to show the wandb training process from run folder?



Solution 1:[1]

The run folder name is constructed as run-<datetime>-<id>.

You can find the logs on the UI platform as long as you haven't yet deleted it online. I'm not sure it is yet possible to resync the local copy to the cloud.

One way to find your run across projects is to go on your profile page: https://wandb.ai/<username> and type the run's id in the search bar.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ivan