Skip to content

Commit 7fd58fb

Browse files
authored
Update README.md
1 parent 8f2ca11 commit 7fd58fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This work presents *Diff-Pruning*, an efficient structrual pruning method for di
2626

2727
## Quick Start
2828

29-
This example shows how to prune a DDPMs pre-trained on CIFAR-10. this implmentation shall acheve an FID score of 5.6 in 100K steps. Note that Diffusers does not support ``skip_type='quad'`` in DDIM, you may get a slightly worse FID for both pre-trained models (FID=4.5) and pruned models (FID=5.6). We are trying to implement the quad strategy for Diffusers. Our exp code for the paper is available at [exp_code](exp_code).
29+
This example shows how to prune a DDPMs pre-trained on CIFAR-10. Note that Diffusers does not support ``skip_type='quad'`` in DDIM, you may get a slightly worse FID for both pre-trained models (FID=4.5) and pruned models (FID=5.6). We are trying to implement the quad strategy for Diffusers. Our exp code for the paper is available at [exp_code](exp_code).
3030

3131
### 0. Data & Pretrained Model
3232
Download and extract CIFAR-10 images to *data/cifar10_images*

0 commit comments

Comments
 (0)