InitStartError: Error communicating with wandb process
less than a minute
This error indicates that the library encounters an issue launching the process that synchronizes data to the server.
The following workarounds resolve the issue in specific environments:
wandb.init(settings=wandb.Settings(start_method="fork"))
For versions prior to 0.13.0
, use:
wandb.init(settings=wandb.Settings(start_method="thread"))
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.