uncategorized

wandb

wandb 설치

  • 가상환경 만들기
1
conda create -n your_name
  • 가상환경 설정
    1
    2
    conda activate your_name
    activate your_name
1
pip install wandb
1
wandb login

자세한 내용 출처 : https://dschloe.github.io/mlops/wandb/install/

Share