wandb.init に渡した引数は、環境変数より優先されます。環境変数が設定されていないときにシステムのデフォルト以外の既定ディレクトリを設定するには、wandb.init(dir=os.getenv("WANDB_DIR", my_default_override)) を使用します。
環境変数
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
wandb.init に渡した引数は、環境変数より優先されます。環境変数が設定されていないときにシステムのデフォルト以外の既定ディレクトリを設定するには、wandb.init(dir=os.getenv("WANDB_DIR", my_default_override)) を使用します。
Was this page helpful?