Skip to content

Commit

Permalink
20240511
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteNPC committed May 10, 2024
1 parent 20cee06 commit 1d37415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ tests/**
originfile
.vscode
exchange_git.sh
datas
data**
script copy
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,7 @@ Train the classifier. Run the script in `script/cifar10_linear`

## Run on ImageNet-100

### Step 1:

Split training set into pretraining set and downstream set. Run `{}`

### Step 2:

Pretrain the clean encoder on pretraining set. Run the script in `{}`

### Step 3:

Select the poison subset. Run the script in `{}`

### Step 4:

Pretrain the backdoor encoder on pretraining set with poison subset. Run the script in `{}`

### Step 5:

Train the classifier. Run the script in `{}`
To be finished.

## Citation

Expand Down

0 comments on commit 1d37415

Please sign in to comment.