How can I configure the name of the run in my training code?
Support:
less than a minute
트레이닝 스크립트 시작 부분에서 실험 이름을 사용하여 wandb.init
을 호출하세요. 예를 들어 wandb.init(name="my_awesome_run")
과 같이 호출할 수 있습니다.
피드백
이 페이지가 도움이 되었나요?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.