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

# W&B は `multiprocessing` ライブラリを使用しますか？

はい、W\&B は `multiprocessing` ライブラリを使用します。次のようなエラーメッセージが表示される場合は、問題が発生している可能性があります。

```
An attempt has been made to start a new process before the current process 
has finished its bootstrapping phase.
```

これを解決するには、`if __name__ == "__main__":` を追加してエントリポイントを保護します。これは、スクリプトから直接 W\&B を実行する場合に必要です。

***

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