You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This work presents *Diff-Pruning*, an efficient structrual pruning method for di
26
26
27
27
## Quick Start
28
28
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).
30
30
31
31
### 0. Data & Pretrained Model
32
32
Download and extract CIFAR-10 images to *data/cifar10_images*
0 commit comments