Home

Awesome

Confident Multiple Choice Learning

This code is for the paper "Confident Multiple Choice Learning".

Preliminaries

It is tested under Ubuntu Linux 16.04.1 and Python 2.7 environment, and requries following Python packages to be installed:

Simple torchfile installation:

pip install torchfile

Dataset

We provide the following datasets in torch format:

Example scripts

All training options:

python src/ensemble.py \
--dataset=cifar \
--model_type=resnet \
--batch_size=128 \
--num_model=5 \
--loss_type=cmcl_v0 \
--k=4 \
--beta=0.75 \
--feature_sharing=True \
--test=False