주요 문서
다음은 모든 범주에서 가장 일반적으로 묻는 질문입니다.wandb.init
은 제 트레이닝 프로세스에 어떤 영향을 미치나요?- Sweeps에서 사용자 정의 CLI 코맨드를 어떻게 사용하나요?
- 오프라인으로 메트릭을 저장하고 나중에 W&B에 동기화할 수 있나요?
- 제 트레이닝 코드에서 run의 이름을 어떻게 구성할 수 있나요?
여전히 찾고 있는 내용을 찾을 수 없으신가요?
Can I get an academic plan as a student?
Can I get an academic plan as a student?
- wandb.com의 가격 책정 페이지를 방문합니다.
- 학술 플랜을 신청합니다.
- 또는 30일 트라이얼 로 시작하여 https://wandb.ai/academic_application을 방문하여 학술 플랜으로 전환합니다.
Who has access to my artifacts?
Who has access to my artifacts?
- 비공개 project에서는 팀 멤버만 Artifacts에 엑세스할 수 있습니다.
- 공개 project에서는 모든 사용자가 Artifacts를 읽을 수 있지만 팀 멤버만 Artifacts를 생성하거나 수정할 수 있습니다.
- 개방형 project에서는 모든 사용자가 Artifacts를 읽고 쓸 수 있습니다.
Artifacts 워크플로우
이 섹션에서는 Artifacts 관리 및 편집을 위한 워크플로우를 설명합니다. 많은 워크플로우가 W&B에 저장된 데이터에 대한 엑세스를 제공하는 클라이언트 라이브러리의 구성 요소인 W&B API를 활용합니다.How can I access the data logged to my runs directly and programmatically?
How can I access the data logged to my runs directly and programmatically?
wandb.log
로 로그된 메트릭을 추적합니다. API를 사용하여 history 오브젝트에 엑세스하세요:Is there a way to add extra values to a sweep, or do I need to start a new one?
Is there a way to add extra values to a sweep, or do I need to start a new one?
Is there a way to add more seats?
Is there a way to add more seats?
- 계정 담당자 또는 지원팀 (support@wandb.com) 에 문의하여 지원을 받으세요.
- 조직 이름과 원하는 자리 수를 알려주세요.
How do I add Plotly or Bokeh Charts into Tables?
How do I add Plotly or Bokeh Charts into Tables?
- NOT_FOUND_0
- NOT_FOUND_1
Is it possible to add the same service account to multiple teams?
Is it possible to add the same service account to multiple teams?
Adding multiple authors to a report
Adding multiple authors to a report
If I am the admin of my local instance, how should I manage it?
If I am the admin of my local instance, how should I manage it?
Is there an anaconda package for Weights and Biases?
Is there an anaconda package for Weights and Biases?
pip
또는 conda
를 사용하여 설치할 수 있는 Anaconda 패키지가 있습니다. conda
의 경우 conda-forge 채널에서 패키지를 받으세요.- NOT_FOUND_2
- NOT_FOUND_3
What are features that are not available to anonymous users?
What are features that are not available to anonymous users?
- 지속적인 데이터 없음: Run은 익명 계정에서 7일 동안 저장됩니다. 실제 계정에 저장하여 익명 Run 데이터를 클레임하세요.

-
아티팩트 로깅 없음: 익명 Run에 아티팩트를 로깅하려고 시도하면 커맨드 라인에 경고가 표시됩니다.
- 프로필 또는 설정 페이지 없음: UI에는 특정 페이지가 포함되어 있지 않습니다. 실제 계정에서만 유용하기 때문입니다.
How much storage does each artifact version use?
How much storage does each artifact version use?
cat.png
와 dog.png
를 포함하는 animals
라는 이미지 아티팩트를 생각해 보세요.v0
를 받습니다.새 이미지 rat.png
를 추가하면 다음 내용으로 새 아티팩트 버전 v1
이 생성됩니다.v1
은 총 6MB를 추적하지만 나머지 3MB를 v0
과 공유하므로 3MB의 공간만 차지합니다. v1
을 삭제하면 rat.png
와 관련된 3MB의 스토리지가 회수됩니다. v0
을 삭제하면 cat.png
와 dog.png
의 스토리지 비용이 v1
로 전송되어 스토리지 크기가 6MB로 증가합니다.Using artifacts with multiple architectures and runs?
Using artifacts with multiple architectures and runs?
- 각기 다른 모델 아키텍처에 대해 새 아티팩트를 생성합니다. Artifacts의
metadata
속성을 사용하여 run의config
사용과 유사하게 아키텍처에 대한 자세한 설명을 제공합니다. - 각 모델에 대해
log_artifact
로 체크포인트를 주기적으로 로그합니다. W&B는 이러한 체크포인트의 기록을 구축하고 가장 최근의 체크포인트에latest
에일리어스를 레이블링합니다.architecture-name:latest
를 사용하여 모든 모델 아키텍처의 최신 체크포인트를 참조하십시오.
How do I best log models from runs in a sweep?
How do I best log models from runs in a sweep?
Best practices to organize hyperparameter searches
Best practices to organize hyperparameter searches
wandb.init(tags='your_tag')
로 고유 태그를 설정합니다. 이렇게 하면 프로젝트 페이지의 Runs Table에서 해당 태그를 선택하여 프로젝트 run을 효율적으로 필터링할 수 있습니다.wandb.int에 대한 자세한 내용은 documentation을 참조하세요.Do you have a bug bounty program?
Do you have a bug bounty program?
How do I cancel my subscription?
How do I cancel my subscription?
- 지원팀(support@wandb.com)에 문의하세요.
- 조직 이름, 계정과 연결된 이메일, 사용자 이름을 제공하세요.
How can I change my account from corporate to academic?
How can I change my account from corporate to academic?
-
교육 이메일 연결:
- 계정 설정에 엑세스합니다.
- 교육 이메일을 추가하고 기본 이메일로 설정합니다.
-
교육 플랜 신청:
- https://wandb.ai/academic_application의 교육 신청 페이지를 방문합니다.
- 검토를 위해 신청서를 제출합니다.
How do I change my billing address?
How do I change my billing address?
How can I change the directory my sweep logs to locally?
How can I change the directory my sweep logs to locally?
WANDB_DIR
환경 변수를 구성하여 W&B run 데이터의 로깅 디렉토리를 설정합니다. 예를 들면 다음과 같습니다:Is it possible to change the group assigned to a run after completion?
Is it possible to change the group assigned to a run after completion?
Is it possible to change the username?
Is it possible to change the username?
Does the W&B client support Python 2?
Does the W&B client support Python 2?
pip install --upgrade wandb
를 실행하면 0.10.x 시리즈의 새로운 릴리스만 설치됩니다. 0.10.x 시리즈에 대한 지원에는 중요한 버그 수정 및 패치만 포함됩니다. Python 2.7을 지원하는 0.10.x 시리즈의 마지막 버전은 0.10.33입니다.Does the W&B client support Python 3.5?
Does the W&B client support Python 3.5?
How can I compare images or media across epochs or steps?
How can I compare images or media across epochs or steps?
How can I configure the name of the run in my training code?
How can I configure the name of the run in my training code?
wandb.init
을 호출하세요. 예를 들어 wandb.init(name="my_awesome_run")
과 같이 호출할 수 있습니다.I converted my report to WYSIWYG but want to revert back to Markdown
I converted my report to WYSIWYG but want to revert back to Markdown
cmd+z
를 사용하여 실행 취소하십시오.닫힌 세션으로 인해 되돌릴 수 없는 경우, 초안을 폐기하거나 마지막으로 저장된 버전에서 편집하는 것을 고려하십시오. 둘 다 작동하지 않으면 W&B 지원팀에 문의하십시오.If wandb crashes, will it possibly crash my training run?
If wandb crashes, will it possibly crash my training run?
Is it possible to create a new account with an email that was previously used for a deleted account?
Is it possible to create a new account with an email that was previously used for a deleted account?
Who can create a team? Who can add or delete people from a team? Who can delete projects?
Who can create a team? Who can add or delete people from a team? Who can delete projects?
How do I use custom CLI commands with sweeps?
How do I use custom CLI commands with sweeps?
train.py
라는 Python 스크립트를 트레이닝하고 스크립트가 파싱하는 값을 제공하는 bash 터미널을 보여줍니다:command
키를 수정하십시오. 이전 예제를 기반으로, 설정은 다음과 같이 나타납니다:${args}
키는 스윕 구성의 모든 파라미터를 --param1 value1 --param2 value2
와 같이 argparse
용으로 포맷하여 확장합니다.argparse
외부의 추가 인수의 경우, 다음을 구현하십시오:python
은 Python 2를 참조할 수 있습니다. Python 3의 호출을 보장하려면, 코맨드 설정에서 python3
를 사용하십시오:Is there a dark mode?
Is there a dark mode?
- https://wandb.ai/settings에서 계정 설정으로 이동합니다.
- Public preview features 섹션으로 스크롤합니다.
- UI Display에서 드롭다운 메뉴에서 Dark mode를 선택합니다.
How do I deal with network issues?
How do I deal with network issues?
wandb: Network error (ConnectionError), entering retry loop
), 다음 해결 방법을 사용하세요.- SSL 인증서를 업그레이드하세요. Ubuntu 서버에서
update-ca-certificates
를 실행합니다. 유효한 SSL 인증서는 보안 위험을 완화하기 위해 트레이닝 로그를 동기화하는 데 필수적입니다. - 네트워크 연결이 불안정한 경우, 선택적 환경 변수
WANDB_MODE
를offline
으로 설정하여 오프라인 모드로 작동하고, 인터넷 엑세스가 가능한 장치에서 나중에 파일을 동기화합니다. - 로컬에서 실행되고 클라우드 서버와 동기화를 피하는 W&B Private Hosting 사용을 고려하세요.
SSL CERTIFICATE_VERIFY_FAILED
오류의 경우, 이 문제는 회사 방화벽에서 발생할 수 있습니다. 로컬 CA를 구성하고 다음을 실행합니다.export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
How do you delete a custom chart preset?
How do you delete a custom chart preset?

How do I delete my organization account?
How do I delete my organization account?
How do I delete a panel grid?
How do I delete a panel grid?
How do I delete a team from my account?
How do I delete a team from my account?
- 관리자 권한으로 팀 설정에 엑세스합니다.
- 페이지 하단에 있는 삭제 버튼을 클릭합니다.
I didn't name my run. Where is the run name coming from?
I didn't name my run. Where is the run name coming from?
pleasant-flower-4
및 misunderstood-glade-2
가 있습니다.What is the difference between `.log()` and `.summary`?
What is the difference between `.log()` and `.summary`?
wandb.log
를 호출합니다. 기본적으로 wandb.log()
는 해당 메트릭에 대해 수동으로 설정하지 않는 한 요약 값을 업데이트합니다.산점도 및 평행 좌표 플롯은 요약 값을 사용하는 반면, 선 플롯은 .log
로 기록된 모든 값을 표시합니다.일부 사용자는 기록된 가장 최근의 정확도 대신 최적의 정확도를 반영하도록 요약을 수동으로 설정하는 것을 선호합니다.What is the difference between team and entity? As a user - what does entity mean for me?
What is the difference between team and entity? As a user - what does entity mean for me?
wandb.init(entity="example-team")
을 사용하여 엔티티를 개인 또는 팀 계정으로 설정합니다.What is the difference between team and organization?
What is the difference between team and organization?
What is the difference between wandb.init modes?
What is the difference between wandb.init modes?
online
(기본값): 클라이언트가 데이터를 wandb 서버로 보냅니다.offline
: 클라이언트가 데이터를 wandb 서버로 보내는 대신 로컬 머신에 데이터를 저장합니다. 나중에 데이터를 동기화하려면wandb sync
코맨드를 사용하세요.disabled
: 클라이언트가 모의 오브젝트를 반환하여 작업을 시뮬레이션하고 네트워크 통신을 방지합니다. 모든 로깅이 꺼져 있지만 모든 API 메소드 스텁은 호출 가능한 상태로 유지됩니다. 이 모드는 일반적으로 테스트에 사용됩니다.
How is W&B different from TensorBoard?
How is W&B different from TensorBoard?
- Model Reproducibility: W&B는 실험, 탐색 및 모델 재현을 용이하게 합니다. 메트릭, 하이퍼파라미터, 코드 버전을 캡처하고 모델 체크포인트를 저장하여 재현성을 보장합니다.
- Automatic Organization: W&B는 시도된 모든 모델에 대한 개요를 제공하여 프로젝트 핸드오프 및 휴가를 간소화하여 이전의 Experiments를 재실행하지 않도록 함으로써 시간을 절약합니다.
- Quick Integration: W&B를 5분 안에 프로젝트에 통합하십시오. 무료 오픈 소스 Python 패키지를 설치하고 몇 줄의 코드를 추가하십시오. 기록된 메트릭 및 레코드는 각 모델 Run과 함께 나타납니다.
- Centralized Dashboard: 트레이닝이 로컬, 랩 클러스터 또는 클라우드 스팟 인스턴스 어디에서 발생하든 일관된 대시보드에 엑세스하십시오. 여러 장비에서 TensorBoard 파일을 관리할 필요가 없습니다.
- Robust Filtering Table: 다양한 모델의 결과를 효율적으로 검색, 필터링, 정렬 및 그룹화합니다. 다양한 작업에 가장 적합한 모델을 쉽게 식별할 수 있습니다. TensorBoard는 더 큰 Projects에서 종종 어려움을 겪는 영역입니다.
- Collaboration Tools: W&B는 복잡한 기계학습 프로젝트의 협업을 향상시킵니다. 프로젝트 링크를 공유하고 결과 공유를 위해 비공개 Teams를 활용하십시오. 작업 로그 또는 프레젠테이션을 위한 대화형 시각화 및 마크다운 설명으로 리포트를 만드십시오.
How do I downgrade my subscription plan?
How do I downgrade my subscription plan?
Who can edit and share reports?
Who can edit and share reports?
Embedding Reports
Embedding Reports

How do I enable code logging with Sweeps?
How do I enable code logging with Sweeps?
wandb.log_code()
를 추가하세요. 이 작업은 W&B 프로필 설정에서 코드 로깅이 활성화된 경우에도 필요합니다. 고급 코드 로깅에 대해서는 wandb.log_code()
에 대한 문서를 참조하세요.Do environment variables overwrite the parameters passed to wandb.init()?
Do environment variables overwrite the parameters passed to wandb.init()?
wandb.init
에 전달된 인수는 환경 변수보다 우선합니다. 환경 변수가 설정되지 않은 경우 시스템 기본값 이외의 기본 디렉토리를 설정하려면 wandb.init(dir=os.getenv("WANDB_DIR", my_default_override))
를 사용하세요.What is the `Est. Runs` column?
What is the `Est. Runs` column?


expected_run_count
속성을 사용하십시오.How do I export a list of users from my W&B Organisation?
How do I export a list of users from my W&B Organisation?
How can I fetch these Version IDs and ETags in W&B?
How can I fetch these Version IDs and ETags in W&B?
Which files should I check when my code crashes?
Which files should I check when my code crashes?
wandb/run-<date>_<time>-<run-id>/logs
에 있는 debug.log
및 debug-internal.log
를 확인하세요.How can I resolve the Filestream rate limit exceeded error?
How can I resolve the Filestream rate limit exceeded error?
- 로깅 빈도를 줄이거나 로그를 일괄 처리하여 API 요청을 줄입니다.
- 실험 시작 시간을 분산시켜 동시 API 요청을 피합니다.
- W&B 상태 업데이트를 확인하여 문제가 일시적인 서버 측 문제에서 발생하지 않았는지 확인합니다.
- 실험 설정에 대한 자세한 내용을 첨부하여 W&B 지원팀(support@wandb.com)에 문의하여 속도 제한 증가를 요청합니다.
Filter and delete unwanted reports
Filter and delete unwanted reports

How do I find my API key?
How do I find my API key?
- https://wandb.ai/authorize에서 W&B에 로그인합니다.
- 또는, 다음 방법으로 프로필에 엑세스합니다:
- 오른쪽 상단 모서리에 있는 사용자 프로필을 클릭합니다.
- “User Settings”를 선택합니다.
- “Danger Zone” 섹션으로 스크롤합니다.
- “API Keys” 옆의 “Reveal”을 클릭합니다.
How do I find an artifact from the best run in a sweep?
How do I find an artifact from the best run in a sweep?
How can I find the artifacts logged or consumed by a run? How can I find the runs that produced or consumed an artifact?
How can I find the artifacts logged or consumed by a run? How can I find the runs that produced or consumed an artifact?
- NOT_FOUND_4
- NOT_FOUND_5
Can we flag boolean variables as hyperparameters?
Can we flag boolean variables as hyperparameters?
${args_no_boolean_flags}
매크로를 사용하여 하이퍼파라미터를 부울 플래그로 전달합니다. 이 매크로는 부울 파라미터를 자동으로 플래그로 포함합니다. param
이 True
이면 코맨드는 --param
을 받습니다. param
이 False
이면 플래그는 생략됩니다.What formula do you use for your smoothing algorithm?
What formula do you use for your smoothing algorithm?
What really good functionalities are hidden and where can I find those?
What really good functionalities are hidden and where can I find those?
Why is nothing showing up in my graphs?
Why is nothing showing up in my graphs?
wandb.log
호출을 실행하지 않은 것입니다. 이러한 상황은 run이 단계를 완료하는 데 오랜 시간이 걸리는 경우에 발생할 수 있습니다. 데이터 로깅을 가속화하려면 에포크가 끝날 때 한 번만 로그하는 대신 에포크당 여러 번 로그하세요.How can I change the colors of each run in the same group?
How can I change the colors of each run in the same group?
Can you group runs by tags?
Can you group runs by tags?
Can I group runs without using the 'Group' feature?
Can I group runs without using the 'Group' feature?
How can I be removed from a team?
How can I be removed from a team?
How can I define the local location for `wandb` files?
How can I define the local location for `wandb` files?
WANDB_DIR=<path>
또는wandb.init(dir=<path>)
: 트레이닝 스크립트용으로 생성된wandb
폴더의 위치를 제어합니다. 기본값은./wandb
입니다. 이 폴더에는 Run의 데이터와 로그가 저장됩니다.WANDB_ARTIFACT_DIR=<path>
또는wandb.Artifact().download(root="<path>")
: 아티팩트가 다운로드되는 위치를 제어합니다. 기본값은./artifacts
입니다.WANDB_CACHE_DIR=<path>
:wandb.Artifact
를 호출할 때 아티팩트가 생성되고 저장되는 위치입니다. 기본값은~/.cache/wandb
입니다.WANDB_CONFIG_DIR=<path>
: 구성 파일이 저장되는 위치입니다. 기본값은~/.config/wandb
입니다.WANDB_DATA_DIR=<PATH>
: 업로드하는 동안 아티팩트 스테이징에 사용되는 위치를 제어합니다. 기본값은~/.cache/wandb-data/
입니다.
How can I delete multiple runs in bulk instead of one at a time?
How can I delete multiple runs in bulk instead of one at a time?
How can I delete my user account?
How can I delete my user account?
How can I disable logging of system metrics to W&B?
How can I disable logging of system metrics to W&B?
_disable_stats
를 True
로 설정하세요:How can I log in to W&B Server?
How can I log in to W&B Server?
- 환경 변수
WANDB_BASE_URL
을 Server URL로 설정합니다. wandb login
의--host
플래그를 Server URL로 설정합니다.
How can I change how frequently to log system metrics?
How can I change how frequently to log system metrics?
_stats_sampling_interval
을 초 단위로 나타낸 부동 소수점 숫자로 설정하세요. 기본값: 10.0
.How can I fix an error like `AttributeError: module 'wandb' has no attribute ...`?
How can I fix an error like `AttributeError: module 'wandb' has no attribute ...`?
wandb
를 가져올 때 AttributeError: module 'wandb' has no attribute 'init'
또는 AttributeError: module 'wandb' has no attribute 'login'
과 같은 오류가 발생하는 경우, wandb
가 설치되지 않았거나 설치가 손상되었지만 현재 작업 디렉토리에 wandb
디렉토리가 존재하는 경우입니다. 이 오류를 해결하려면 wandb
를 제거하고 해당 디렉토리를 삭제한 다음 wandb
를 설치하세요.How can I see files that do not appear in the Files tab?
How can I see files that do not appear in the Files tab?
How do I fix the error `resume='must' but run (<run_id>) doesn't exist`?
How do I fix the error `resume='must' but run (<run_id>) doesn't exist`?
resume='must'
오류가 발생했지만 run(<run_id>
)이 존재하지 않는 경우, 재개하려는 run이 프로젝트 또는 엔티티 내에 존재하지 않는 것입니다. 올바른 인스턴스에 로그인되어 있고 프로젝트와 엔티티가 설정되어 있는지 확인하세요.wandb login --relogin
을 실행하여 인증되었는지 확인하세요.Incorporating LaTeX
Incorporating LaTeX
/
를 누르고 인라인 수식 탭으로 이동하여 LaTeX 콘텐츠를 삽입합니다.How do I resolve a run initialization timeout error in wandb?
How do I resolve a run initialization timeout error in wandb?
- 초기화 재시도: run 재시도를 시도합니다.
- 네트워크 연결 확인: 안정적인 인터넷 연결을 확인합니다.
- wandb 버전 업데이트: 최신 버전의 wandb를 설치합니다.
- 시간 초과 설정 증가:
WANDB_INIT_TIMEOUT
환경 변수를 수정합니다. - 디버깅 활성화: 자세한 로그를 보려면
WANDB_DEBUG=true
및WANDB_CORE_DEBUG=true
를 설정합니다. - 설정 확인: API 키 와 프로젝트 설정이 올바른지 확인합니다.
- 로그 검토: 오류가 있는지
debug.log
,debug-internal.log
,debug-core.log
및output.log
를 검사합니다.
InitStartError: Error communicating with wandb process
InitStartError: Error communicating with wandb process
- NOT_FOUND_6
- NOT_FOUND_7
How do I insert a table?
How do I insert a table?
How do I install the wandb Python library in environments without gcc?
How do I install the wandb Python library in environments without gcc?
wandb
설치 시 다음과 같은 오류가 발생하는 경우:psutil
을 설치합니다. https://pywharf.github.io/pywharf-pkg-repo/psutil 에서 Python 버전과 운영 체제를 확인하세요.예를 들어, Linux에서 Python 3.8에 psutil
을 설치하려면 다음과 같이 하세요.psutil
을 설치한 후, pip install wandb
를 실행하여 wandb
설치를 완료합니다.What if I want to integrate W&B into my project, but I don't want to upload any images or media?
What if I want to integrate W&B into my project, but I don't want to upload any images or media?
What happens if internet connection is lost while I'm training a model?
What happens if internet connection is lost while I'm training a model?
WANDB_MODE=offline
을 설정합니다. 이 설정은 메트릭을 로컬 하드 드라이브에 저장합니다. 나중에 wandb sync DIRECTORY
를 호출하여 데이터를 서버로 스트리밍합니다.How do I get added to a team on W&B?
How do I get added to a team on W&B?
- 팀 관리자 또는 관리 권한이 있는 사람에게 연락하여 초대를 요청하세요.
- 이메일에서 초대장을 확인하고 안내에 따라 팀에 참여하세요.
Can I just log metrics, no code or dataset examples?
Can I just log metrics, no code or dataset examples?
WANDB_DISABLE_CODE
를true
로 설정하여 모든 코드 추적을 끕니다. 이 작업을 수행하면 git SHA 및 diff 패치를 검색할 수 없습니다.WANDB_IGNORE_GLOBS
를*.patch
로 설정하여 diff 패치를 서버에 동기화하는 것을 중지하는 동시에wandb restore
로 애플리케이션에 로컬에서 사용할 수 있도록 유지합니다.
https://wandb.ai/<team>/settings
에서 팀의 설정으로 이동합니다. 여기서<team>
은 팀 이름입니다.- 개인 정보 보호 섹션으로 스크롤합니다.
- 기본적으로 코드 저장 활성화 를 토글합니다.
Can I just set the run name to the run ID?
Can I just set the run name to the run ID?
How do I kill a job with wandb?
How do I kill a job with wandb?
Ctrl+D
를 눌러 W&B로 계측된 스크립트를 중지합니다.How do I launch multiple runs from one script?
How do I launch multiple runs from one script?
wandb.init
과 run.finish()
를 사용하여 단일 스크립트 내에서 여러 개의 run을 로그로 기록하세요.run = wandb.init(reinit=True)
를 사용하여 run의 재초기화를 허용합니다.- 로깅을 완료하려면 각 run의 끝에서
run.finish()
를 호출합니다.
On a local instance, which files should I check when I have issues?
On a local instance, which files should I check when I have issues?
Debug Bundle
을 확인하세요. 관리자는 오른쪽 상단 모서리에 있는 W&B 아이콘을 선택한 다음 Debug Bundle
을 선택하여 /system-admin
페이지에서 검색할 수 있습니다.

How can I log additional metrics after a run completes?
How can I log additional metrics after a run completes?
wandb.init
에서 group 파라미터를 단일 experiment 내의 모든 프로세스에 대해 고유한 값으로 설정합니다. Runs tab 은 테이블을 그룹 ID별로 그룹화하여 시각화가 올바르게 작동하도록 보장합니다. 이 접근 방식을 사용하면 결과를 한 곳에 기록하면서 동시 Experiments 와 트레이닝 run 을 수행할 수 있습니다.더 간단한 워크플로우의 경우, resume=True
및 id=UNIQUE_ID
와 함께 wandb.init
을 호출한 다음, 동일한 id=UNIQUE_ID
와 함께 wandb.init
을 다시 호출합니다. wandb.log
또는 wandb.summary
로 정상적으로 로그하면 run 값이 그에 따라 업데이트됩니다.How do I log an artifact to an existing run?
How do I log an artifact to an existing run?
How do I log runs launched by continuous integration or internal tools?
How do I log runs launched by continuous integration or internal tools?
WANDB_USERNAME
또는 WANDB_USER_EMAIL
환경 변수를 설정하세요.
How do I log a list of values?
How do I log a list of values?
wandb.log()
를 사용하여 여러 가지 방법으로 손실을 기록하는 방법을 보여줍니다.- NOT_FOUND_8
- NOT_FOUND_9
How can I log a metric that doesn't change over time such as a final evaluation accuracy?
How can I log a metric that doesn't change over time such as a final evaluation accuracy?
wandb.log({'final_accuracy': 0.9})
를 사용하면 최종 정확도가 올바르게 업데이트됩니다. 기본적으로 wandb.log({'final_accuracy': <값>})
는 wandb.settings['final_accuracy']
를 업데이트하며, 이는 runs table의 값을 반영합니다.What if I want to log some metrics on batches and some metrics only on epochs?
What if I want to log some metrics on batches and some metrics only on epochs?
Can I log metrics on two different time scales?
Can I log metrics on two different time scales?
batch
및 epoch
와 같은 인덱스를 로그합니다. 한 단계에서 wandb.log({'train_accuracy': 0.9, 'batch': 200})
을 사용하고 다른 단계에서 wandb.log({'val_accuracy': 0.8, 'epoch': 4})
을 사용합니다. UI에서 원하는 값을 각 차트의 x축으로 설정합니다. 특정 인덱스에 대한 기본 x축을 설정하려면 Run.define_metric()을 사용하세요. 제공된 예제의 경우 다음 코드를 사용하세요.What happens when I log millions of steps to W&B? How is that rendered in the browser?
What happens when I log millions of steps to W&B? How is that rendered in the browser?
When should I log to my personal entity against my team entity?
When should I log to my personal entity against my team entity?
How do I log to the right wandb user on a shared machine?
How do I log to the right wandb user on a shared machine?
Does logging block my training?
Does logging block my training?
wandb.log
함수는 로컬 파일에 한 줄을 쓰고 네트워크 호출을 차단하지 않습니다. wandb.init
을 호출하면 동일한 머신에서 새 process 가 시작됩니다. 이 process 는 파일 시스템 변경을 수신하고 웹 서비스와 비동기적으로 통신하여 로컬 작업이 중단 없이 계속되도록 합니다.How do I turn off logging?
How do I turn off logging?
wandb offline
코맨드는 환경 변수 WANDB_MODE=offline
을 설정하여, 데이터가 원격 W&B 서버에 동기화되는 것을 막습니다. 이 동작은 모든 프로젝트에 영향을 미치며, W&B 서버로의 데이터 로깅을 중단합니다.경고 메시지를 표시하지 않으려면 다음 코드를 사용하세요.Is there a monthly subscription option for the teams plan?
Is there a monthly subscription option for the teams plan?
Is it possible to move a run from one project to another?
Is it possible to move a run from one project to another?
- 이동할 run이 있는 프로젝트 페이지로 이동합니다.
- Runs 탭을 클릭하여 run 테이블을 엽니다.
- 이동할 run을 선택합니다.
- Move 버튼을 클릭합니다.
- 대상 프로젝트를 선택하고 작업을 확인합니다.
wandb artifact get
SDK 코맨드 또는 Api.artifact
API를 사용하여 아티팩트를 다운로드한 다음 wandb artifact put 또는 Api.artifact
API를 사용하여 run의 새 위치로 업로드할 수 있습니다.How to get multiple charts with different selected runs?
How to get multiple charts with different selected runs?
- 여러 패널 그리드를 만듭니다.
- 필터를 적용하여 각 패널 그리드에 대해 원하는 run 세트를 선택합니다.
- 패널 그리드 내에서 원하는 차트를 생성합니다.
How can I use wandb with multiprocessing, e.g. distributed training?
How can I use wandb with multiprocessing, e.g. distributed training?
wandb.init()
없이 프로세스에서 wandb 메소드 호출을 하지 않도록 프로그램을 구성하세요.다음과 같은 방법으로 멀티프로세스 트레이닝을 관리합니다:- 모든 프로세스에서
wandb.init
을 호출하고 group 키워드 인수를 사용하여 공유 그룹을 생성합니다. 각 프로세스는 자체 wandb run을 가지며, UI는 트레이닝 프로세스를 함께 그룹화합니다. - 하나의 프로세스에서만
wandb.init
을 호출하고 multiprocessing queues 를 통해 로그할 데이터를 전달합니다.
Does W&B use the `multiprocessing` library?
Does W&B use the `multiprocessing` library?
multiprocessing
라이브러리를 사용합니다. 다음과 같은 오류 메시지는 가능한 문제를 나타냅니다.if __name__ == "__main__":
를 사용하여 진입점 보호를 추가하십시오. 이 보호는 스크립트에서 직접 W&B를 실행할 때 필요합니다.Do I need to provide values for all hyperparameters as part of the W&B Sweep. Can I set defaults?
Do I need to provide values for all hyperparameters as part of the W&B Sweep. Can I set defaults?
wandb.config
를 사용하여 스윕 구성에서 하이퍼파라미터 이름과 값에 엑세스하세요. wandb.config
는 사전처럼 작동합니다.스윕 외부의 run의 경우, wandb.init
에서 config
인수에 사전을 전달하여 wandb.config
값을 설정합니다. 스윕에서 wandb.init
에 제공된 모든 설정은 스윕이 재정의할 수 있는 기본값으로 사용됩니다.명시적인 행동을 위해 config.setdefaults
를 사용하세요. 다음 코드 조각은 두 가지 방법을 모두 보여줍니다.- NOT_FOUND_10
- NOT_FOUND_11
Optimizing multiple metrics
Optimizing multiple metrics
How can I organize my logged charts and media in the W&B UI?
How can I organize my logged charts and media in the W&B UI?
/
문자는 W&B UI에서 로그된 패널을 구분합니다. 기본적으로 /
이전의 로그된 항목 이름 세그먼트는 “패널 섹션”으로 알려진 패널 그룹을 정의합니다./
로 구분된 첫 번째 세그먼트 또는 모든 세그먼트를 기반으로 패널 그룹화를 조정합니다.How do I fix the 'overflows maximum values of a signed 64 bits integer' error?
How do I fix the 'overflows maximum values of a signed 64 bits integer' error?
?workspace=clear
를 추가하고 Enter 키를 누르세요. 이 작업을 수행하면 프로젝트 페이지 Workspace 의 정리된 버전으로 이동합니다.What happens if I pass a class attribute into wandb.Run.log()?
What happens if I pass a class attribute into wandb.Run.log()?
wandb.log()
에 클래스 속성을 전달하지 마십시오. 속성은 네트워크 호출이 실행되기 전에 변경될 수 있습니다. 메트릭을 클래스 속성으로 저장할 때 wandb.log()
호출 시 로그된 메트릭이 속성 값과 일치하도록 깊은 복사본을 사용하십시오.Is it possible to plot the max of a metric rather than plot step by step?
Is it possible to plot the max of a metric rather than plot step by step?
How do I programmatically access the human-readable run name?
How do I programmatically access the human-readable run name?
wandb.Run
의 .name
속성은 다음과 같이 액세스할 수 있습니다:How can I make my project public?
How can I make my project public?
- Weights & Biases 웹 앱에서 해당 프로젝트 페이지에 엑세스합니다.
- 네비게이션 바에서 잠금 아이콘을 클릭하여 개인 정보 설정을 엽니다.
- “공개”를 선택하여 모든 사람이 볼 수 있도록 허용합니다.
- 변경 사항을 저장합니다.
- 리포트를 통해 보기 전용 링크를 공유합니다.
- 해당 organization의 관리자에게 지원을 요청합니다.
- 계정 설정을 확인하여 공개 프로젝트에 대한 권한이 있는지 확인합니다.
How do I handle the 'Failed to query for notebook' error?
How do I handle the 'Failed to query for notebook' error?
"Failed to query for notebook name, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable,"
오류 메시지가 발생하면 환경 변수를 설정하여 해결하십시오. 이를 수행하는 방법에는 여러 가지가 있습니다.- NOT_FOUND_12
- NOT_FOUND_13
How do I get the random run name in my script?
How do I get the random run name in my script?
wandb.run.save()
를 호출하여 현재 run을 저장합니다. wandb.run.name
을 사용하여 이름을 검색합니다.Is it possible to recover an artifact after it has been deleted with a run?
Is it possible to recover an artifact after it has been deleted with a run?
How can I recover deleted runs?
How can I recover deleted runs?
- Project 개요 페이지로 이동합니다.
- 오른쪽 상단 모서리에 있는 세 개의 점을 클릭합니다.
- 최근에 삭제된 run 복원을 선택합니다.
- 지난 7일 이내에 삭제된 run만 복원할 수 있습니다.
- Undelete 옵션을 사용할 수 없는 경우 W&B API를 사용하여 로그를 수동으로 업로드할 수 있습니다.
Refreshing data
Refreshing data
How can I regain access to my account if I cannot receive a password reset email?
How can I regain access to my account if I cannot receive a password reset email?
- 스팸 또는 정크 폴더 확인: 이메일이 해당 폴더로 필터링되지 않았는지 확인하세요.
- 이메일 주소 확인: 계정과 연결된 이메일 주소가 올바른지 확인하세요.
- SSO 옵션 확인: “Google로 로그인”과 같은 서비스를 사용할 수 있는지 확인하세요.
- 지원팀에 문의: 문제가 지속되면 지원팀(support@wandb.com)에 문의하여 사용자 이름과 이메일 주소를 알려주세요.
How can I remove projects from a team space without admin privileges?
How can I remove projects from a team space without admin privileges?
- 현재 관리자에게 프로젝트 제거를 요청합니다.
- 관리자에게 프로젝트 관리에 대한 임시 엑세스 권한을 부여하도록 요청합니다.
How do I rename a project?
How do I rename a project?
- 프로젝트 개요로 이동합니다.
- Edit Project를 클릭합니다.
- 프로젝트 이름이
model-registry
와 같이 보호되어 있는 경우 이름을 변경할 수 없습니다. 보호된 이름에 대한 지원은 지원팀에 문의하세요.
How do I renew my expired license?
How do I renew my expired license?
My report looks different after converting from Markdown.
My report looks different after converting from Markdown.
My report is running slowly after the change to WYSIWYG
My report is running slowly after the change to WYSIWYG
Can I use Markdown in my reports?
Can I use Markdown in my reports?
How do I request the complete deletion of my W&B account?
How do I request the complete deletion of my W&B account?
Can I rerun a grid search?
Can I rerun a grid search?
How can I resolve login issues with my account?
How can I resolve login issues with my account?
- 엑세스 확인: 올바른 이메일 또는 사용자 이름을 사용하고 있는지, 관련 팀 또는 Projects의 멤버십을 확인하세요.
- 브라우저 문제 해결:
- 캐시된 데이터 간섭을 피하기 위해 시크릿 창을 사용하세요.
- 브라우저 캐시를 지우세요.
- 다른 브라우저 또는 장치에서 로그인을 시도하세요.
- SSO 및 권한:
- IdP (Identity Provider) 및 SSO (Single Sign-On) 설정을 확인하세요.
- SSO를 사용하는 경우, 적절한 SSO 그룹에 포함되어 있는지 확인하세요.
- 기술적 문제:
- 추가 문제 해결을 위해 특정 오류 메시지를 기록해 두세요.
- 문제가 지속되면 지원팀 에 문의하여 추가 지원을 받으세요.
How do I resolve permission errors when logging a run?
How do I resolve permission errors when logging a run?
- 엔티티 및 프로젝트 이름 확인: 코드에서 W&B 엔티티 및 프로젝트 이름의 철자와 대소문자가 올바른지 확인합니다.
- 권한 확인: 관리자가 필요한 권한을 부여했는지 확인합니다.
- 로그인 자격 증명 확인: 올바른 W&B 계정으로 로그인했는지 확인합니다. 다음 코드로 run을 생성하여 테스트합니다.
- API 키 설정:
WANDB_API_KEY
환경 변수를 사용합니다. - 호스트 정보 확인: 사용자 지정 배포의 경우 호스트 URL을 설정합니다.
How do I use the resume parameter when resuming a run in W&B?
How do I use the resume parameter when resuming a run in W&B?
resume
파라미터를 사용하려면 wandb.init()
에서 resume
인수를 설정하고 entity
, project
, id
를 지정하세요. resume
인수는 "must"
또는 "allow"
값을 허용합니다.How can I resume a sweep using Python code?
How can I resume a sweep using Python code?
sweep_id
를 wandb.agent()
함수에 전달하세요.How do I set a retention or expiration policy on my artifact?
How do I set a retention or expiration policy on my artifact?
How can I rotate or revoke access?
How can I rotate or revoke access?
Do 'Run Finished' alerts work in notebooks?
Do 'Run Finished' alerts work in notebooks?
wandb.alert()
를 사용하세요.Why is a run marked crashed in W&B when it’s training fine locally?
Why is a run marked crashed in W&B when it’s training fine locally?
How does someone without an account see run results?
How does someone without an account see run results?
anonymous="allow"
로 스크립트를 실행하는 경우:- 임시 계정 자동 생성: W&B 는 로그인된 계정이 있는지 확인합니다. 없는 경우, W&B 는 새로운 익명 계정을 생성하고 해당 세션에 대한 API 키 를 저장합니다.
- 결과를 빠르게 로그: 사용자는 스크립트를 반복적으로 실행하고 W&B 대시보드 에서 결과를 즉시 볼 수 있습니다. 이 클레임되지 않은 익명 run 은 7일 동안 사용할 수 있습니다.
- 유용한 데이터 를 클레임: 사용자가 W&B 에서 가치 있는 결과 를 식별하면 페이지 상단의 배너에 있는 버튼을 클릭하여 run 데이터 를 실제 계정에 저장할 수 있습니다. 클레임하지 않으면 run 데이터 는 7일 후에 삭제됩니다.
How should I run sweeps on SLURM?
How should I run sweeps on SLURM?
wandb agent --count 1 SWEEP_ID
를 실행합니다. 이 코맨드는 단일 트레이닝 작업을 실행한 다음 종료하여 하이퍼파라미터 검색의 병렬 처리를 활용하면서 리소스 요청에 대한 런타임 예측을 용이하게 합니다.Can I run wandb offline?
Can I run wandb offline?
- 인터넷 연결 없이 로컬에 메트릭을 저장하려면 환경 변수
WANDB_MODE=offline
을 설정합니다. - 업로드할 준비가 되면 디렉토리에서
wandb init
을 실행하여 프로젝트 이름을 설정합니다. wandb sync YOUR_RUN_DIRECTORY
를 사용하여 메트릭을 클라우드 서비스로 전송하고 호스팅된 웹 앱에서 결과에 엑세스합니다.
wandb.init()
을 실행한 후 run.settings._offline
또는 run.settings.mode
를 확인하세요.How many runs can I create per project?
How many runs can I create per project?
My run's state is `crashed` on the UI but is still running on my machine. What do I do to get my data back?
My run's state is `crashed` on the UI but is still running on my machine. What do I do to get my data back?
wandb sync [PATH_TO_RUN]
을 실행하여 데이터를 복구하세요. 해당 run의 경로는 실행 중인 Run ID와 일치하는 wandb
디렉토리의 폴더입니다.Why is the same metric appearing more than once?
Why is the same metric appearing more than once?
number
, string
, bool
, other
(주로 배열) 및 Histogram
또는 Image
와 같은 모든 wandb
데이터 유형입니다. 이 문제를 방지하려면 키당 하나의 유형만 보내세요.메트릭 이름은 대소문자를 구분하지 않습니다. "My-Metric"
및 "my-metric"
과 같이 대소문자만 다른 이름은 사용하지 마세요.How do I save code?
How do I save code?
wandb.init
에서 save_code=True
를 사용하면 run을 시작하는 메인 스크립트 또는 노트북이 저장됩니다. run에 대한 모든 코드를 저장하려면 Artifacts로 코드의 버전을 관리하세요. 다음 예제는 이 프로세스를 보여줍니다.How can I save the git commit associated with my run?
How can I save the git commit associated with my run?
wandb.init
가 호출되면 시스템은 원격 저장소 링크와 최신 커밋의 SHA를 포함한 git 정보를 자동으로 수집합니다. 이 정보는 run 페이지에 나타납니다. 이 정보를 보려면 스크립트를 실행할 때 현재 작업 디렉토리가 git으로 관리되는 폴더 내에 있는지 확인하세요.git 커밋과 실험을 실행하는 데 사용된 코맨드는 사용자에게는 계속 표시되지만 외부 사용자에게는 숨겨집니다. 공개 Projects에서는 이러한 세부 정보가 비공개로 유지됩니다.Is it possible to save metrics offline and sync them to W&B later?
Is it possible to save metrics offline and sync them to W&B later?
wandb.init
는 메트릭을 클라우드에 실시간으로 동기화하는 프로세스를 시작합니다. 오프라인으로 사용하려면 두 개의 환경 변수를 설정하여 오프라인 모드를 활성화하고 나중에 동기화하세요.다음 환경 변수를 설정합니다:WANDB_API_KEY=$KEY
. 여기서$KEY
는 설정 페이지의 API 키입니다.WANDB_MODE="offline"
.


How can I see the bytes stored, bytes tracked and tracked hours of my organization?
How can I see the bytes stored, bytes tracked and tracked hours of my organization?
https://wandb.ai/account-settings/<organization-name>/settings
에서 조직 설정으로 이동합니다.- 결제 탭을 선택합니다.
- 이번 결제 기간 사용량 섹션에서 사용량 보기 버튼을 선택합니다.
<>
로 묶인 값은 조직 이름으로 바꾸세요.Why am I seeing fewer data points than I logged?
Why am I seeing fewer data points than I logged?
Step
이외의 X축에 대해 메트릭을 시각화할 때는 표시되는 데이터 포인트 수가 더 적을 것으로 예상됩니다. 메트릭은 동기화를 유지하기 위해 동일한 Step
에 로그되어야 합니다. 동일한 Step
에 로그된 메트릭만 샘플 간 보간 중에 샘플링됩니다.가이드라인메트릭을 단일 log()
호출로 묶습니다. 예를 들어, 다음과 같이 하지 말고:log()
호출에서 step
값이 동일하게 유지되는지 확인합니다. step
값은 각 호출에서 단조롭게 증가해야 합니다. 그렇지 않으면 step
값은 무시됩니다.How can I send run alerts to Microsoft Teams?
How can I send run alerts to Microsoft Teams?
- Teams 채널의 이메일 주소를 설정하세요. 알림을 받을 Teams 채널의 이메일 주소를 생성합니다.
- W&B 알림 이메일을 Teams 채널의 이메일 주소로 전달하세요. 이메일을 통해 알림을 보내도록 W&B 를 구성한 다음, 이러한 이메일을 Teams 채널의 이메일로 전달합니다.
What is a service account, and why is it useful?
What is a service account, and why is it useful?
WANDB_USERNAME
또는 WANDB_USER_EMAIL
을 사용하여 이러한 머신에서 실행된 run 과 사용자 이름을 연결할 수 있습니다.자세한 내용은 팀 서비스 계정 행동을 참조하십시오.팀의 서비스 계정에 대한 API 키는 <WANDB_HOST_URL>/<your-team-name>/service-accounts
에서 얻을 수 있습니다. 또는 팀의 Team settings 으로 이동한 다음 Service Accounts 탭을 참조할 수 있습니다.팀의 새 서비스 계정을 만들려면 다음을 수행하십시오.- 팀의 Service Accounts 탭에서 + New service account 버튼을 누릅니다.
- Name 필드에 이름을 입력합니다.
- 인증 방법으로 Generate API key (Built-in) 를 선택합니다.
- Create 버튼을 누릅니다.
- 새로 생성된 서비스 계정에 대해 Copy API key 버튼을 클릭하고 비밀 관리자 또는 다른 안전하지만 액세스 가능한 위치에 저장합니다.
How do you show a 'step slider' in a custom chart?
How do you show a 'step slider' in a custom chart?
summaryTable
대신 historyTable
을 사용하도록 변경하면 커스텀 차트 편집기에서 “스텝 선택기 표시” 옵션을 사용할 수 있습니다. 이 기능에는 스텝을 선택할 수 있는 슬라이더가 포함되어 있습니다.How do I silence W&B info messages?
How do I silence W&B info messages?
logging.ERROR
로 설정하여 오류만 표시하고 정보 수준 로그 출력을 표시하지 않도록 합니다.WANDB_SILENT
환경 변수를 설정합니다. wandb.login
을 실행하기 전에 노트북 셀에서 이 작업을 수행해야 합니다.- NOT_FOUND_14
- NOT_FOUND_15
Will wandb slow down my training?
Will wandb slow down my training?
Does W&B support SSO for Multi-tenant?
Does W&B support SSO for Multi-tenant?
- ID 공급자에서 Single Page Application (SPA)을 만듭니다.
grant_type
을implicit
플로우로 설정합니다.- 콜백 URI를
https://wandb.auth0.com/login/callback
으로 설정합니다.
Client ID
및 Issuer URL
을 고객 성공 관리자 (CSM)에게 문의하세요. W&B는 이러한 세부 정보를 사용하여 Auth0 연결을 설정하고 SSO를 활성화합니다.How do I stop wandb from writing to my terminal or my Jupyter notebook output?
How do I stop wandb from writing to my terminal or my Jupyter notebook output?
WANDB_SILENT
를 true
로 설정하세요.- Python
- NOT_FOUND_16
- NOT_FOUND_17
Why does the storage meter not update after deleting runs?
Why does the storage meter not update after deleting runs?
- 처리 지연으로 인해 run을 삭제한 후 스토리지 측정기가 즉시 업데이트되지 않습니다.
- 백엔드 시스템은 사용량 변경 사항을 정확하게 동기화하고 반영하는 데 시간이 걸립니다.
- 스토리지 측정기가 업데이트되지 않은 경우 변경 사항이 처리될 때까지 기다리세요.
How does wandb stream logs and writes to disk?
How does wandb stream logs and writes to disk?
WANDB_MODE=offline
설정을 지원하여 로깅 후 동기화할 수 있도록 합니다.터미널에서 로컬 run 디렉토리의 경로를 관찰합니다. 이 디렉토리에는 데이터 저장소 역할을 하는 .wandb
파일이 포함되어 있습니다. 이미지 로깅의 경우 W&B는 이미지를 클라우드 스토리지에 업로드하기 전에 media/images
하위 디렉토리에 저장합니다.Can you use W&B Sweeps with cloud infrastructures such as AWS Batch, ECS, etc.?
Can you use W&B Sweeps with cloud infrastructures such as AWS Batch, ECS, etc.?
sweep_id
를 게시하려면, 이러한 에이전트가 sweep_id
를 읽고 실행할 수 있는 메소드 를 구현하세요.예를 들어 Amazon EC2 인스턴스를 시작하고 그 위에서 wandb agent
를 실행합니다. SQS 대기열을 사용하여 sweep_id
를 여러 EC2 인스턴스에 브로드캐스트합니다. 그러면 각 인스턴스는 대기열에서 sweep_id
를 검색하여 프로세스 를 시작할 수 있습니다.Can I use Sweeps and SageMaker?
Can I use Sweeps and SageMaker?
requirements.txt
파일을 만드세요. 인증 및 requirements.txt
파일 설정에 대한 자세한 내용은 SageMaker integration 가이드를 참조하세요.How do I switch between accounts on the same machine?
How do I switch between accounts on the same machine?
How often are system metrics collected?
How often are system metrics collected?
What is a team and where can I find more information about it?
What is a team and where can I find more information about it?
Can I turn off wandb when testing my code?
Can I turn off wandb when testing my code?
wandb.init(mode="disabled")
를 사용하거나 WANDB_MODE=disabled
를 설정하세요.wandb.init(mode="disabled")
를 사용해도 W&B가 아티팩트를 WANDB_CACHE_DIR
에 저장하는 것을 막을 수는 없습니다.Does your tool track or store training data?
Does your tool track or store training data?
wandb.config.update(...)
에 전달하여 데이터셋을 트레이닝 run과 연결합니다. W&B는 wandb.save
가 로컬 파일 이름으로 호출되지 않는 한 데이터를 저장하지 않습니다.What type of roles are available and what are the differences between them?
What type of roles are available and what are the differences between them?
How do we update our payment method?
How do we update our payment method?
- 프로필 페이지로 이동: 먼저 사용자 프로필 페이지로 이동합니다.
- Organization 선택: 계정 선택기에서 관련 Organization을 선택합니다.
- 결제 설정에 엑세스: Account 아래에서 Billing을 선택합니다.
- 새 결제 수단 추가:
- Add payment method를 클릭합니다.
- 새 카드 정보를 입력하고 primary 결제 수단으로 설정하는 옵션을 선택합니다.
참고: 결제를 관리하려면 해당 Organization의 결제 관리자로 지정되어야 합니다.
Upload a CSV to a report
Upload a CSV to a report
wandb.Table
형식을 사용하세요. Python 스크립트에서 CSV 파일을 로드하고 wandb.Table
오브젝트로 로그하세요. 이 작업은 데이터를 리포트에서 테이블로 렌더링합니다.Upload an image to a report
Upload an image to a report
/
를 누르고 이미지 옵션으로 스크롤한 다음 이미지를 리포트에 끌어다 놓습니다.
Can W&B team members see my data?
Can W&B team members see my data?
Is there a W&B outage?
Is there a W&B outage?
What does wandb.init do to my training process?
What does wandb.init do to my training process?
wandb.init()
이 트레이닝 스크립트에서 실행되면 API 호출이 서버에서 run 오브젝트를 생성합니다. 새로운 프로세스가 시작되어 메트릭을 스트리밍하고 수집하므로 기본 프로세스가 정상적으로 작동할 수 있습니다. 스크립트는 로컬 파일에 쓰고 별도의 프로세스는 시스템 메트릭을 포함한 데이터를 서버로 스트리밍합니다. 스트리밍을 끄려면 트레이닝 디렉토리에서 wandb off
를 실행하거나 WANDB_MODE
환경 변수를 offline
으로 설정하세요.What happens if I edit my Python files while a sweep is running?
What happens if I edit my Python files while a sweep is running?
- 스윕에서 사용하는
train.py
스크립트가 변경되면 스윕은 원래train.py
를 계속 사용합니다. train.py
스크립트가 참조하는 파일(예:helper.py
스크립트의 helper 함수)이 변경되면 스윕은 업데이트된helper.py
를 사용하기 시작합니다.
Where are artifacts downloaded, and how can I control that?
Where are artifacts downloaded, and how can I control that?
artifacts/
폴더에 다운로드됩니다. 위치를 변경하려면 다음을 수행하세요.-
wandb.Artifact().download
에 전달합니다. -
WANDB_ARTIFACT_DIR
환경 변수 를 설정합니다.
Why are steps missing from a CSV metric export?
Why are steps missing from a CSV metric export?
run.history
API를 사용하여 내보낼 수 없습니다. 전체 run 이력에 엑세스하려면 Parquet 형식을 사용하여 run 이력 아티팩트를 다운로드하세요.Does this only work for Python?
Does this only work for Python?