학습이 오프라인 머신에서 수행되는 경우, 결과를 서버로 업로드하려면 다음 단계를 따르세요:Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 환경 변수
WANDB_MODE=offline을(를) 설정해 인터넷 연결 없이도 메트릭을 로컬에 저장합니다. - 업로드할 준비가 되면, 현재 디렉터리에서
wandb init을 실행해 프로젝트 이름을 설정합니다. wandb sync YOUR_RUN_DIRECTORY를 사용해 메트릭을 클라우드 서비스로 전송하고, 호스팅된 웹 앱에서 결과를 확인할 수 있습니다.
wandb.init()을 실행한 후 run.settings._offline 또는 run.settings.mode를 확인하세요.