awikner / denpool

Repository for deep ensemble pooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

denpool

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

About

Repository for deep ensemble pooling

License:MIT License


Languages

Language:Python 100.0%