Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 wandb 作为记录器训练神经网络后,我收到了一个显示训练结果的链接和一个名为“run-...”的文件夹,我认为这是训练过程的记录。现在我没有那个链接,如何从运行文件夹中显示 wandb 训练过程?
运行文件夹名称构造为run-<datetime>-<id>.
run-<datetime>-<id>
只要您还没有在线删除日志,您就可以在 UI 平台上找到日志。我不确定是否可以将本地副本重新同步到云端。
找到您跨项目运行的一种方法是进入您的个人资料页面:https://wandb.ai/<username>并在搜索栏中输入运行的ID。
https://wandb.ai/<username>