Skip to main content

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.

wandb offline 명령은 환경 변수 WANDB_MODE=offline을 설정하여 데이터가 원격 W&B 서버와 동기화되지 않도록 합니다. 이 설정은 모든 Projects에 적용되며, W&B 서버로 데이터 logging이 전송되지 않게 합니다. 경고 메시지를 숨기려면 다음 코드를 사용하세요:
import logging

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

로그