You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable the rest of Aeromancy to better track individual runs and post-process them (the main motivation is that we'd be able to add them to W&B sweeps retroactively with wandb.sweep(..., prior_runs=[...])).
For W&B, once we've called init, we can access W&B's ID via the path attribute.
The text was updated successfully, but these errors were encountered:
This will enable the rest of Aeromancy to better track individual runs and post-process them (the main motivation is that we'd be able to add them to W&B sweeps retroactively with
wandb.sweep(..., prior_runs=[...])
).For W&B, once we've called init, we can access W&B's ID via the
path
attribute.The text was updated successfully, but these errors were encountered: