Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb.Run 의 .name 속성은 다음과 같이 엑세스할 수 있습니다:
Help us improve these docs. Take our quick survey.
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb.Run 의 .name 속성은 다음과 같이 엑세스할 수 있습니다:
import wandb
with wandb.init() as run:
run_name = run.name
print(f"The human-readable run name is: {run_name}")
Was this page helpful?