“Is the logging function lazy? I don’t want to depend on the network to send results to your servers while executing local operations.” TheDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb.log function writes a line to a local file and doesn’t block on network calls. When you call wandb.init, a new process starts on the same machine. This process listens for filesystem changes and communicates with the web service asynchronously, so local operations continue uninterrupted.
Experiments Logs