Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bglocker committed Jan 14, 2022
2 parents 55e55c6 + 8e7ef70 commit 34c0074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Algorithmic encoding of protected characteristics and its implications on disparities across subgroups
# Algorithmic encoding of protected characteristics and its implications on performance disparities

![Components of a deep neural networks](assets/network.png "Components of a deep neural networks")

This repository contains the code for the paper
> B. Glocker, S. Winzeck. [_Algorithmic encoding of protected characteristics and its implications on disparities across subgroups_](https://arxiv.org/abs/2110.14755). 2021. pre-print arXiv:2110.14755. _under review_
> B. Glocker, C. Jones, M. Bernhardt, S. Winzeck. [_Algorithmic encoding of protected characteristics and its implications on performance disparities_](https://arxiv.org/abs/2110.14755). 2021. pre-print arXiv:2110.14755. _under review_
## Dataset

Expand All @@ -18,14 +18,14 @@ For running the code, we recommend setting up a dedicated Python environment.
Create and activate a Python 3 conda environment:

```shell
conda create -n pymira python=3
conda create -n chexploration python=3
conda activate chexploration
```

Install PyTorch using conda:
Install PyTorch using conda (for CUDA Toolkit 11.3):

```shell
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
conda install pytorch torchvision cudatoolkit=11.3 -c pytorch
```

### Setup Python environment using virtualenv
Expand Down
1 change: 0 additions & 1 deletion notebooks/chexpert.predictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"import os\n",
"import pandas as pd\n",
"import numpy as np\n",
"import SimpleITK as sitk\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"from tqdm import tqdm\n",
Expand Down

0 comments on commit 34c0074

Please sign in to comment.