Hi,
let’s say my training finished and at a later point I want to run an evaluation and log the results to the same wandb run online, how do I initialize wandb based on the local files that were saved during the run?
wandb/
├── debug-internal.log -> run-20230627_161716-62wkrleg/logs/debug-internal.log
├── debug.log -> run-20230627_161716-62wkrleg/logs/debug.log
├── latest-run -> run-20230627_161716-62wkrleg
└── run-20230627_161716-62wkrleg
├── files
│ ├── conda-environment.yaml
│ ├── config.yaml
│ ├── output.log
│ ├── requirements.txt
│ ├── wandb-metadata.json
│ └── wandb-summary.json
├── logs
│ ├── debug-internal.log
│ └── debug.log
├── run-62wkrleg.wandb
└── tmp
└── code
Hope someone can help