Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.29 KB

File metadata and controls

25 lines (18 loc) · 1.29 KB

Quantitative Attributions with Counterfactuals Logo

tests documentation DOI:10.1101/2024.11.26.625505

Pre-print can be found on bioRxiv Documentation can be found here.

Installing:

  1. Clone this repository
  2. Create a conda environment with python, pytorch, torchvision; I recommend mamba
  3. Activate your new environment (mamba activate ...)
  4. Change into the directory holding this repository.
  5. pip install .

Installing as developer:

      1. Same as above.
  1. pip install -e .\[dev\]

Logo made with the help of DALL-E 2. The code for training the StarGAN is adapted from the Official Pytorch Implementation of StarGANv2.