오프라인 환경에서 트레이닝이 진행되는 경우, 다음 단계에 따라 결과(results)를 서버로 업로드하세요:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 환경 변수를
WANDB_MODE=offline으로 설정하여 인터넷 연결 없이 메트릭(metrics)을 로컬에 저장합니다. - 업로드할 준비가 되면, 해당 디렉토리에서
wandb init을 실행하여 프로젝트(project) 이름을 설정합니다. wandb sync YOUR_RUN_DIRECTORY를 사용하여 메트릭을 클라우드 서비스로 전송하고, 호스팅된 웹 앱에서 결과에 엑세스합니다.
wandb.init()을 실행한 후 run.settings._offline 또는 run.settings.mode를 확인하세요.