> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 스윕

<Card title="하이퍼파라미터 검색을 구성하는 모범 사례" href="/ko/support/models/articles/best-practices-to-organize-hyperparamete" arrow="true" horizontal>
  하이퍼파라미터 검색을 많이 실행하는 경우 나중에 관련 실험을 그룹화하고 검색할 수 있도록 run에 태그를 지정하세요. run에 태그를 지 ...
</Card>

<Card title="스윕 내부에서 run을 재개할 수 있나요?" href="/ko/support/models/articles/can-i-resume-a-run-inside-a-sweep" arrow="true" horizontal>
  W\&B 스윕 내부에서는 run 재개가 지원되지 않습니다. 스윕 에이전트가 실행 중일 때 `run_id`를 전달하거나 `wandb.init(resume=...)`를 사용하면 ...
</Card>

<Card title="스윕 로그가 로컬에 기록되는 디렉터리를 어떻게 변경하나요?" href="/ko/support/models/articles/how-can-i-change-the-directory-my-sweep-" arrow="true" horizontal>
  WANDB\_DIR 환경 변수를 설정하여 run 데이터의 로깅 디렉터리를 지정하세요. 예를 들면 다음과 같습니다:
</Card>

<Card title="Python 코드로 스윕을 재개하려면 어떻게 하나요?" href="/ko/support/models/articles/how-can-i-resume-a-sweep-using-python-co" arrow="true" horizontal>
  스윕을 재개하려면 `sweep_id`를 `wandb.agent()` 함수에 전달하세요.
</Card>

<Card title="스윕의 run에서 모델을 가장 잘 로깅하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-best-log-models-from-runs-in-a-" arrow="true" horizontal>
  스윕에서 모델을 로깅하려면 스윕용 모델 아티팩트를 만드세요. 각 버전은 스윕의 서로 다른 run을 나타냅니다. ...
</Card>

<Card title="스윕에서 코드 로깅을 활성화하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-enable-code-logging-with-sweeps" arrow="true" horizontal>
  스윕에서 코드 로깅을 활성화하려면 W\&B Run을 초기화한 다음 `wandb.log_code()`를 추가하세요. 이 단계는 ... 경우에도 필요합니다.
</Card>

<Card title="스윕 중 `CommError, Run does not exist`를 어떻게 해결하나요?" href="/ko/support/models/articles/commerror-run-does-not-exist-during-swee" arrow="true" horizontal>
  스윕 중 `CommError, Run does not exist`와 `ERROR Error uploading`이 모두 표시된다면, 가장 가능성이 높은 원인은 ... 입니다.
</Card>

<Card title="스윕 중 `Cuda out of memory`를 어떻게 해결하나요?" href="/ko/support/models/articles/cuda-out-of-memory-during-a-sweep" arrow="true" horizontal>
  스윕 중 `Cuda out of memory`가 표시되면 프로세스 기반 실행을 사용하도록 코드를 리팩터링하세요. 코드를 다시 작성하여  ...
</Card>

<Card title="스윕 중 `anaconda 400 error`를 어떻게 해결하나요?" href="/ko/support/models/articles/anaconda-400-error-during-a-sweep" arrow="true" horizontal>
  스윕 중 `anaconda 400 error`는 최적화하려는 메트릭을 로깅하지 않았다는 의미인 경우가 많습니다. 다음과 같은 메시지가 표시될 수 있습니다: 스윕이 ...
</Card>

<Card title="불리언 변수를 하이퍼파라미터로 지정하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-flag-boolean-variables-as-hyperparameters" arrow="true" horizontal>
  하이퍼파라미터를 불리언 플래그로 전달하려면 스윕 설정의 command 섹션에서 매크로를 사용하세요. 이 매크로는 au ...
</Card>

<Card title="그리드 검색을 다시 실행하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-rerun-a-grid-search" arrow="true" horizontal>
  그리드 검색이 완료되었지만 일부 W\&B Runs가 중단된 경우, 해당 run을 삭제하여 다시 실행하세요. 그런 다음 ...에서 Resume 버튼을 선택하세요.
</Card>

<Card title="스윕에서 기본 하이퍼파라미터 값을 설정하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-set-default-hyperparameter-values-in-a-sweep" arrow="true" horizontal>
  W\&B 스윕의 모든 하이퍼파라미터에 값을 제공할 필요는 없습니다. 기본값을 설정하고 스윕이 overrid ...
</Card>

<Card title="SageMaker와 함께 W&B 스윕를 사용하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-use-sweeps-with-sagemaker" arrow="true" horizontal>
  Amazon SageMaker와 함께 W\&B 스윕를 사용해 SageMaker 트레이닝 작업에서 하이퍼파라미터 검색을 실행할 수 있습니다. 인증하려면 ...
</Card>

<Card title="클라우드 인프라와 함께 W&B 스윕를 사용하려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-use-sweeps-with-cloud-infrastructure" arrow="true" horizontal>
  AWS Batch 또는 ECS와 같은 클라우드 인프라에서 W\&B 스윕을 실행하려면 `sweep_id`를 게시하여 모든 W\&B Sweep 에이전트가 ca ...
</Card>

<Card title="맞춤형 CLI 명령을 스윕과 함께 사용하려면 어떻게 해야 하나요?" href="/ko/support/models/articles/how-do-i-use-custom-cli-commands-with-sw" arrow="true" horizontal>
  트레이닝 설정이 명령줄 인수를 전달하는 경우 W\&B 스윕을 맞춤형 CLI 명령과 함께 사용할 수 있습니다. 이렇게 하면 r ...
</Card>

<Card title="W&B에서 병렬 좌표 차트를 사용하려면 어떻게 해야 하나요?" href="/ko/support/models/articles/how-do-i-use-the-parallel-coordinates-chart-in-wandb" arrow="true" horizontal>
  병렬 좌표 차트는 여러 run에서 하이퍼파라미터가 메트릭과 어떤 관계가 있는지 보여줍니다. 각 선은 하나의 run이며 각  ...
</Card>

<Card title="SLURM에서 스윕를 실행하려면 어떻게 해야 하나요?" href="/ko/support/models/articles/how-should-i-run-sweeps-on-slurm" arrow="true" horizontal>
  SLURM 스케줄링 시스템에서 W\&B 스윕을 사용하려면 스케줄된 각 작업에서 wandb agent --count 1 SWEEP\_ID를 실행하세요. 이 명령은 e ...
</Card>

<Card title="스윕에 값을 추가할 수 있나요, 아니면 새로 시작해야 하나요?" href="/ko/support/models/articles/is-there-a-way-to-add-extra-values-to-a-" arrow="true" horizontal>
  W\&B 스윕이 시작되면 스윕 설정을 변경할 수 없습니다. 하지만 아무 table 뷰로 이동하여 r ...를 선택할 수 있습니다.
</Card>

<Card title="여러 메트릭 최적화" href="/ko/support/models/articles/optimizing-multiple-metrics" arrow="true" horizontal>
  W\&B 스윕은 단일 목표 메트릭을 최적화합니다. 단일 run에서 여러 메트릭을 최적화하려면 이를 가중치가 적용된 ...로 결합하세요.
</Card>

<Card title="스윕이 실행되는 동안 Python 파일을 편집하면 어떻게 되나요?" href="/ko/support/models/articles/what-happens-if-i-edit-my-python-files-w" arrow="true" horizontal>
  편집하는 파일에 따라 동작이 달라집니다. 스윕이 실행되는 동안: 스윕에서 사용하는 train.py 스크립트가 변경되면 ...
</Card>

<Card title="`Est. Runs` 열이란 무엇인가요?" href="/ko/support/models/articles/what-is-the-est-runs-column" arrow="true" horizontal>
  W\&B는 이산 검색 공간으로 W\&B 스윕을 만들 때 생성되는 Runs의 예상 개수를 제공합니다. 이 총계는 re ...
</Card>

<Card title="내 스윕 에이전트가 새 run을 가져오지 않는 이유는 무엇인가요?" href="/ko/support/models/articles/why-is-my-sweep-agent-not-picking-up-new-runs" arrow="true" horizontal>
  스윕 에이전트가 시작되지만 새 run 설정을 받지 못하거나 하나의 run만 받은 뒤 유휴 상태가 되면, se ...
</Card>
