How do I programmatically access the human-readable run name?
Support:
less than a minute
wandb.Run
의 .name
속성은 다음과 같이 액세스할 수 있습니다:
import wandb
wandb.init()
run_name = wandb.run.name
피드백
이 페이지가 도움이 되었나요?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.