Is there an anaconda package for Weights and Biases?
Support:
less than a minute
pip
또는 conda
를 사용하여 설치할 수 있는 Anaconda 패키지가 있습니다. conda
의 경우 conda-forge 채널에서 패키지를 받으세요.
# conda 환경 생성
conda create -n wandb-env python=3.8 anaconda
# 환경 활성화
conda activate wandb-env
# pip를 사용하여 wandb 설치
pip install wandb
conda activate myenv
conda install wandb --channel conda-forge
설치 문제에 대해서는 Anaconda의 패키지 관리 관련 문서를 참조하여 도움을 받으세요.
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.