Skip to content

Commit 0d85291

Browse files
Update densenet.md
causes confusion. smaller means that paramers are smaller in value. Fewer represents that a smaller number of parameters are needed.
1 parent 23d7a5a commit 0d85291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_convolutional-modern/densenet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ applying DenseNet may require more memory-efficient implementations that may inc
494494
## Exercises
495495

496496
1. Why do we use average pooling rather than max-pooling in the transition layer?
497-
1. One of the advantages mentioned in the DenseNet paper is that its model parameters are smaller than those of ResNet. Why is this the case?
497+
1. One of the advantages mentioned in the DenseNet paper is that its model parameters are fewer than those of ResNet. Why is this the case?
498498
1. One problem for which DenseNet has been criticized is its high memory consumption.
499499
1. Is this really the case? Try to change the input shape to $224\times 224$ to compare the actual GPU memory consumption empirically.
500500
1. Can you think of an alternative means of reducing the memory consumption? How would you need to change the framework?

0 commit comments

Comments
 (0)