denpool

October 5, 2022 ยท View on GitHub

Repository for deep ensemble pooling

Installation

First, create a conda environment and activate: conda create --name denpool python=3.9 -y conda activate denpool Then, install required packages: conda install pytorch torchvision torchaudio -c pytorch pip install d2l==1.0.0a1.post0 pip install numba