W&B는 Amazon SageMaker와 통합되어 하이퍼파라미터를 자동으로 가져오고, 분산된 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.
인증
secrets.env 파일을 찾고, wandb.init()가 호출되면 그 내용을 환경 변수로 로드합니다. 실험을 시작하는 데 사용하는 스크립트에서 wandb.sagemaker_auth(path="source_dir")를 호출해 secrets.env 파일을 생성할 수 있습니다. 이 파일은 .gitignore에 꼭 추가하세요!
기존 estimator
requirements.txt를 source 디렉터리에 추가해야 합니다.
psutil을 직접 설치해야 합니다: