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.
(run.config()) を使用すると、sweep の設定からハイパーパラメーター名と値にアクセスできます。これは辞書のように動作します。
sweep の外で実行する runs では、wandb.init() の config 引数に辞書を渡して wandb.Run.config() の値を設定します。sweep では、wandb.init() に渡した設定はデフォルト値として扱われ、sweep で上書きできます。
動作を明示的に指定するには、rwandb.Run.config.setdefaults() を使用します。以下のコード例は、両方の方法を示しています。
- wandb.init()
- config.setdefaults()
Sweeps