/disc

DISC - Artificial toy dataset for benchmarking attribution methods

Primary LanguagePython

DOSC

DISC - Artificial toy dataset for benchmarking attribution methods

Installation

conda create -n disc python=3.6
conda activate disc
pip install -r requirements.txt
pip install .

Usage

Create toy dataset via:

python create_all.py

For training via pytorch use the provided dataloader at disc/loader.py