Is there any internal parameter from wandb.sweep we could call, for instance sweep.id, sweep.config?
Hello, This a reply from our support bot designed to assist you with your Weights & Biases related queries. To reach a human please reply to this message.
Failed to decode json body:
502 Server ErrorError: Server Error
The server encountered a temporary error and could not complete your request.
Please try again in 30 seconds.
To reach a human please reply to this message.
-WandBot
hey @cshao676 - if you have a sweep object, which you can create via the api like so:
import wandb
api = wandb.Api()
api.sweep("<entity>/<project>/<sweep_id>")
you will be able to access info about the sweep such as the run ids, .config, and more
Hi cshao676, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!