> ## 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.

# Runs

<Card title="ハイパーパラメーター探索を整理するためのベストプラクティス" href="/ja/support/models/articles/best-practices-to-organize-hyperparamete" arrow="true" horizontal>
  wandb.init(tags='your\_tag') で一意の tags を設定します。これにより、適切な ...
</Card>

<Card title="'Group' 機能を使わずに Runs をグループ化できますか？" href="/ja/support/models/articles/can-i-group-runs-without-using-the-group" arrow="true" horizontal>
  はい。tags や custom metadata を使用して Runs を分類することもできます。これは利用可能な Group ボタンを使って実行でき ...
</Card>

<Card title="グリッドサーチを再実行できますか？" href="/ja/support/models/articles/can-i-rerun-a-grid-search" arrow="true" horizontal>
  グリッドサーチが完了しても、クラッシュにより一部の W\&B Runs を再実行する必要がある場合は、対象の W\&B Runs を削除して再実行します。T ...
</Card>

<Card title="tags で Runs をグループ化できますか？" href="/ja/support/models/articles/can-you-group-runs-by-tags" arrow="true" horizontal>
  1 つの run には複数の tags を付けられるため、tags によるグループ化はサポートされていません。これらの Runs には config object に値を追加し、...
</Card>

<Card title="システムメトリクスをログする頻度はどうすれば変更できますか？" href="/ja/support/models/articles/how-can-i-change-how-frequently-to-log-s" arrow="true" horizontal>
  システムメトリクスをログする頻度を設定するには、\_stats\_sampling\_interval を秒数 (浮動小数点数) に設定し ...
</Card>

<Card title="同じグループ内の各 run の色はどうすれば変更できますか？" href="/ja/support/models/articles/how-can-i-change-the-colors-of-each-run-" arrow="true" horizontal>
  グループ内の個々の run の色を変更することはできません。同じグループ内のすべての Runs は同じ色になります。
</Card>

<Card title="1 件ずつではなく、複数の Runs を一括削除するにはどうすればよいですか？" href="/ja/support/models/articles/how-can-i-delete-multiple-runs-in-bulk-i" arrow="true" horizontal>
  Workspace の Runs タブで、削除する各 run の横にあるチェックボックスを選択してから、Delete をクリックします。あるいは、u ...
</Card>

<Card title="W&B へのシステムメトリクスをログすることを無効にするにはどうすればよいですか？" href="/ja/support/models/articles/how-can-i-disable-logging-of-system-metr" arrow="true" horizontal>
  システムメトリクスをログすることを無効にするには、\_disable\_stats を True に設定します:
</Card>

<Card title="最終的な評価 accuracy など、時間とともに変化しないメトリクスをログするにはどうすればよいですか？" href="/ja/support/models/articles/how-can-i-log-a-metric-that-doesnt-chang" arrow="true" horizontal>
  run.log( ) を使用すると、最終 accuracy が正しく更新されます。デフォルトでは、run.log( ) は run.settings の 'final\_accuracy' を更新し、wh ...
</Card>

<Card title="run の完了後に追加のメトリクスをログするにはどうすればよいですか？" href="/ja/support/models/articles/how-can-i-log-additional-metrics-after-a" arrow="true" horizontal>
  experiment を管理する方法はいくつかあります。複雑な workflow では、複数の Runs を使用し、w の group parameters を設定 ...
</Card>

<Card title="削除された Runs を復元するにはどうすればよいですか？" href="/ja/support/models/articles/how-can-i-recover-deleted-runs" arrow="true" horizontal>
  W\&B App で最近削除した Runs を最大 7 日間復元する方法をご確認ください。
</Card>

<Card title="sweep 中に `CommError, Run does not exist` を修正するにはどうすればよいですか？" href="/ja/support/models/articles/commerror-run-does-not-exist-during-swee" arrow="true" horizontal>
  sweep 中に CommError, Run does not exist と ERROR Error uploading の両方が表示される場合、最も可能性が高い原因は、yo ...
</Card>

<Card title="`resume='must' but run (<run_id>) doesn't exist` エラーはどうすれば修正できますか？" href="/ja/support/models/articles/how-do-i-fix-the-error-resumemust-but-ru" arrow="true" horizontal>
  resume='must' but run ( ) doesn't exist というエラーが発生した場合、再開しようとしている run は存在しません  ...
</Card>

<Card title="継続的インテグレーションや内部 tool によって起動された Runs をログするにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-log-runs-launched-by-continuous" arrow="true" horizontal>
  W\&B にログする自動テストや内部 tool を実行するには、チーム設定ページでサービスアカウントを作成します。このアカ ...
</Card>

<Card title="run のログ時に権限エラーを解決するにはどうすればよいですか？" href="/ja/support/models/articles/how-do-i-resolve-permission-errors-when-" arrow="true" horizontal>
  W\&B entity に run をログする際の権限エラーを解決するには、次の手順に従ってください: entity と project 名を確認します: 正しい ...
</Card>

<Card title="project ごとに作成できる Runs の数はいくつですか？" href="/ja/support/models/articles/how-many-runs-can-i-create-per-project" arrow="true" horizontal>
  最適なパフォーマンスを得るには、各 project をおよそ 10,000 Runs までに制限してください。
</Card>

<Card title="完了後に run に割り当てられたグループを変更できますか？" href="/ja/support/models/articles/is-it-possible-to-change-the-group-assig" arrow="true" horizontal>
  API を使用して、完了した run に割り当てられたグループを変更できます。この機能は Web UI には表示されません。使用する  ...
</Card>

<Card title="run をある project から別の project に移動できますか？" href="/ja/support/models/articles/is-it-possible-to-move-a-run-from-one-pr" arrow="true" horizontal>
  次の手順に従うことで、run をある project から別の project に移動できます。移動する run がある project ページにアクセスする ...
</Card>

<Card title="CSV メトリクスのエクスポートで step が欠落するのはなぜですか？" href="/ja/support/models/articles/why-are-steps-missing-from-a-csv-metric-" arrow="true" horizontal>
  エクスポートの制限により、run の履歴全体を CSV として、または `run.history` API を使用してエクスポートできない場合があります。アクセスする ...
</Card>
