aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
4.93k stars 297 forks source link

Import an offline wandb run #3133

Closed edwardsp closed 3 weeks ago

edwardsp commented 2 months ago

Is it possible to import an offline wandb run directly to aim without starting a wandb server?

mihran113 commented 2 months ago

Hey @edwardsp! Thanks for the question. Unfortunately it's not possible, as we're using wandb.Api as a client to read the run data, which requires the wandb server to be running.