File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
chapter_convolutional-modern Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ applying DenseNet may require more memory-efficient implementations that may inc
494494## Exercises
495495
4964961 . 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?
4984981 . 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?
You can’t perform that action at this time.
0 commit comments