`Torch Uncertainty` 공식문서의 `Installation`에 더 자세히 나와있습니다.
Installation
`Torch Uncertainty`를 설치하는 방법입니다. 먼저 파이토치가 다운 되어있어야 합니다!
PyPI
pip으로 다운받는법
pip install torch-uncertainty
Source
또는 소스로부터 다운받는법
git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty.git
cd torch-uncertainty
conda create -n uncertainty python=3.10
conda activate uncertainty
pip install -e .
출처
https://torch-uncertainty.github.io/installation.html
Installation — TorchUncertainty 0.2.1.post0 documentation
Installation You can install the package either from PyPI or from source. Choose the latter if you want to access the files included the experiments folder or if you want to contribute to the project. From PyPI Check that you have PyTorch (cpu or gpu) inst
torch-uncertainty.github.io
'통계 & 머신러닝 > 통계적 머신러닝' 카테고리의 다른 글
[Torch Uncertainty] Tutorial: Improve Top-label Calibration with Temperature Scaling (0) | 2024.08.22 |
---|---|
[Torch Uncertainty] Quick Start (0) | 2024.08.22 |
[논문] On Calibration of Modern Neural Networks: Results (0) | 2024.08.20 |
[논문] On Calibration of Modern Neural Networks: Calibration (0) | 2024.08.20 |
[논문] On Calibration of Modern Neural Networks: Miscalibration! (0) | 2024.08.19 |