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.
함수 teardown
run.finish()를 사용해 명시적으로 종료되지 않은 모든 run을 종료하고, 모든 데이터 업로드가 완료될 때까지 기다립니다.
wandb.setup()를 사용한 세션의 마지막에 이를 호출하는 것이 좋습니다. 이 함수는 atexit 훅에서 자동으로 호출되지만, Python의 multiprocessing 모듈을 사용하는 경우처럼 일부 설정에서는 안정적으로 동작하지 않을 수 있습니다.