Skip to content

Commit 2a31ea2

Browse files
authored
Update README.md
1 parent aed450a commit 2a31ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pruner = tp.pruner.MetaPruner( # We can always choose MetaPruner if sparse train
192192
pruning_ratio=0.5, # remove 50% channels, ResNet18 = {64, 128, 256, 512} => ResNet18_Half = {32, 64, 128, 256}
193193
# pruning_ratio_dict = {model.conv1: 0.2, model.layer2: 0.8}, # customized pruning ratios for layers or blocks
194194
ignored_layers=ignored_layers,
195-
round_to=8, # It's recommended to round dim/channels to 4x or 8x for acceleration. Please see: https://docs.nvidia.com/deeplearning/performance/dl-performance-convolutional/index.html
195+
round_to=8, # It's recommended to round dims/channels to 4x or 8x for acceleration. Please see: https://docs.nvidia.com/deeplearning/performance/dl-performance-convolutional/index.html
196196
)
197197

198198
# 3. Prune & finetune the model

0 commit comments

Comments
 (0)