gerzin / mlem

MIA of Local Explanation Methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIA with Local Explanation Methods

Clone the following repo with:

$ git clone --recursive https://github.com/gerzin/mlem.git

Create a virtual environment by using:

$ python -m venv virtualenv

Source it with:

$ source ./virtualenv/bin/activate

You can install two versions of the dependencies. The first one installs the traditional PyTorch:

$ pip install -r requirements.txt

The second one uses PyTorch with CUDA support:

$ pip install -r requirements_gpu.txt

About

MIA of Local Explanation Methods


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%Language:Shell 0.0%