wandb 설치
- 가상환경 만들기
1 | conda create -n your_name |
- 가상환경 설정
1
2conda activate your_name
activate your_name
1 | pip install wandb |
1 | wandb login |
자세한 내용 출처 : https://dschloe.github.io/mlops/wandb/install/
1 | conda create -n your_name |
1 | conda activate your_name |
1 | pip install wandb |
1 | wandb login |
자세한 내용 출처 : https://dschloe.github.io/mlops/wandb/install/