하나의 스크립트에서 여러 run을 로깅하려면, 새 run을 시작하기 전에 이전 run을 먼저 종료하세요. 권장되는 방법은Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb.init()를 컨텍스트 관리자로 사용하는 것입니다.
이렇게 하면 스크립트에서 예외가 발생할 경우 run이 종료되고 실패로 표시됩니다.
run.finish()를 명시적으로 call할 수도 있습니다:
동시에 활성화된 여러 run
reinit 설정을 "create_new"로 지정해
동시에 활성화된 여러 run을 생성할 수 있습니다.
reinit="create_new"에 대한 자세한 내용과 W&B
인테그레이션 관련 유의 사항은 프로세스당 여러 run을
참조하세요.
Experiments