Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ We propose *MultiDelete*, the first machine unlearning method that targets unlea
<img src="images/fig1.png" width="1000" align="center">
</p>

## Installation


```bash
conda env create -n multidelete -f environment.yml
conda activate multidelete
```

## How to run

1. Step 1. Train original model
Expand Down
31 changes: 31 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: lavis-clip
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python=3.9
- pip
- pip:
- torch==2.1.2+cu118
- torchvision==0.16.2+cu118
- torchaudio==2.1.2+cu118
- --extra-index-url https://download.pytorch.org/whl/cu118
- importlib_metadata
- omegaconf
- pandas
- numpy<2
- iopath
- timm==0.6.13
- decord
- webdataset
- opencv-python-headless
- transformers==4.30.2
- fairscale==0.4.13
- einops
- spacy
- pycocoevalcap
- sentencepiece
- wandb
- open_clip_torch