Ask a question to get started
Enter to sendā¢Shift+Enter new line
Get the WandbTracer in a context manager.
wandb_tracing_enabled( session_name: str = 'default', ) -> Generator[None, None, None]
Example:
with wandb_tracing_enabled() as session: ... # Use the WandbTracer session
session_name
str
'default'
The name of the session. Defaults to "default".