> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-wbdocs-1882.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

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

다음 모드를 사용할 수 있습니다.

* `online` (기본값): 클라이언트가 데이터를 wandb 서버로 전송합니다.
* `offline`: 클라이언트가 데이터를 wandb 서버로 전송하는 대신 로컬 머신에 저장합니다. 나중에 [`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>
