> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# wandb.init 모드의 차이점은 무엇인가요?

`wandb.init`를 호출할 때 클라이언트가 W\&B 서버와 통신하는 방식을 제어하는 모드를 선택할 수 있습니다. 다음 모드를 사용할 수 있습니다.

* `online` (기본값): 클라이언트가 데이터를 W\&B 서버로 전송합니다.
* `offline`: 클라이언트가 데이터를 W\&B 서버로 전송하는 대신 로컬 머신에 저장합니다. 나중에 [`wandb sync`](/ko/models/ref/cli/wandb-sync) 명령어를 사용해 데이터를 동기화하세요.
* `disabled`: 클라이언트가 모의 객체를 반환해 오퍼레이션을 시뮬레이션하며, 네트워크 통신을 모두 차단합니다. 클라이언트는 모든 logging을 비활성화하지만, 모든 API 방법 스텁은 계속 호출할 수 있습니다. 테스트에는 이 모드를 사용하세요.

***

<Badge stroke shape="pill" color="orange" size="md">[Experiments](/ko/support/models/tags/experiments)</Badge>
