Skip to content

Installation

Install from PyPI

pip install uqdeepnn

Install from Source

git clone https://github.com/Vispikarkaria/Deep-UQ.git
cd Deep-UQ
pip install -e .

Verify Installation

python -c "import deepuq; print(deepuq.__version__)"

Common Environments

Conda

conda create -n deepuq python=3.11 -y
conda activate deepuq
pip install uqdeepnn

GPU-enabled PyTorch

Install a CUDA-compatible PyTorch build first, then install uqdeepnn.