Skip to main content

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 offline 코맨드는 WANDB_MODE=offline 환경 변수를 설정하여 데이터가 원격 W&B 서버로 동기화되는 것을 방지합니다. 이 설정은 모든 프로젝트에 영향을 미치며, W&B 서버로 데이터 로그가 전송되는 것을 중단합니다. 경고 메시지를 표시하지 않으려면 다음 코드를 사용하세요:
import logging

logger = logging.getLogger("wandb")
logger.setLevel(logging.WARNING)